[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] [raq3i] route deleting (beginner question)
- Subject: Re: [cobalt-users] [raq3i] route deleting (beginner question)
- From: jramer <wormbutt@xxxxxxxxxxxxx>
- Date: Fri Apr 6 12:43:08 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
JK wrote:
>
> >Unfortunately, I'm unable to do it. For example (i tried different
> >syntaxes):
> >/sbin/route del -host 192.168.1.71 gives me:
> >SIOCDELRT: No such process
I use route add -host 64.2.193.58 reject to reject an IP.
So to delete that ip; I use route delete -host 64.2.193.58 reject
(I do alot of manual adding to the route reject table. Anonymous ftp and
ftp tries are gonna
drive me bonkers!)
It has to match the path exactly.
> By the way, you might want to search the archive before asking a
> question. What I usually do is, I go to www.google.com and go to
> advanced search, then enter the keywords and enter cobalt.com as the
> domain to search. It usually turns up the answer I'm looking for.
Great advice; however. Google didn't help me when I managed to block
myself. Nor did the man pages on the Raq. After looking on man pages on
a bsd server did it finally dawn on me......Man pages can be cryptic.
~joann