[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: "JK" <thejk@xxxxxxxx>
- Date: Fri Apr 6 11:31:13 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
>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
The following should remove the IP from route reject list.
/sbin/route delete -host 192.168.1.71 reject
If you get SIOCDELRT: No such process error, it means it's already
deleted from the reject list. So.. on to the next step.
Don't forget to delete the entry from /etc/hosts.deny list as well.
Oh, and delete the IP from portsentry.blocked.atcp and
portsentry.blocked.audp as well.
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.