[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] [raq3i] route deleting (beginner question)



>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.