Click to See Complete Forum and Search --> : Networking problems


weezle
10-16-2001, 02:28 PM
Hello All,
I'm hoping someone can help me out with what is probably a very easy task but I can't seem to solve it.

How do I remove a rejected host that shows up in /sbin/route on another system? At one time I had portsentry running which probably tossed the host in the reject list in /etc/hosts.deny file. I removed the host and restarted the network services but that did not remove the host from the route?

Any ideas?

thedexman
10-16-2001, 04:32 PM
route del <ip addr>

weezle
10-16-2001, 05:20 PM
Thanks for the post, however, when I tried your suggestion - here's what I got:

SIOCDELRT: No such process

thedexman
10-16-2001, 05:24 PM
That error message usually occurs when you try to delete a route that doesn't exist. What is the output from 'route -n'

[ 16 October 2001: Message edited by: thedexman ]

thedexman
10-16-2001, 05:35 PM
try 'route del -host <ip addr> reject'

weezle
10-16-2001, 05:57 PM
I do appreciate your input but...I have 2 other devices on the network and they are able to see each other (can access shares) and when I try to ping the "problem" nt box I get, network is unreachable. And the NT box can browse the shares on the other box but not the one that has the reject route flag..

weezle
10-16-2001, 06:28 PM
thedexman,
You da man! Your latest suggestion worked! You musta replied just before I sent my last reply.

IT WORKS! Thanks to your follow-through I'm working again. Good SHOW!

thedexman
10-16-2001, 06:38 PM
silly me