1834657 Members
2619 Online
110069 Solutions
New Discussion

Re: Routes disappear

 
alioua_1
New Member

Routes disappear

hello,
in my routing table there's a gateway like:
default "ip of the gate way" UG 0 lan1 0
evreythings is fine and hosts in ohter subnets
can connect to the server.
suddenly my routing table seems to be flushed and only routes with the the gateway as the local host remains and the other routes(flag G) disapear !
can the gateway flush the routing table of the server ?
3 REPLIES 3
Ninad_1
Honored Contributor

Re: Routes disappear

See if the suggestion in the following link help you.

http://forums1.itrc.hp.com/service/forums/bizsupport/questionanswer.do?threadId=33197

Note the [ indicates [
and ] indicates ]

Regards,
Ninad
alioua_1
New Member

Re: Routes disappear

this not the case.
the default route doesn't exist.
i had to recreate it again.
Josiah Henline
Valued Contributor

Re: Routes disappear

Check the date and make sure that the /etc/rc.config.d/netconf is correct.

Run "/sbin/init.d/net stop; /etc/route -f; /sbin/init.d/net start" all on the same line.

It seems that a "route -f" may have been ran against your system.
If at first you don't succeed, read the man page.