JHuizingh Tux's lil' helper
Joined: 05 Jul 2002 Posts: 100
|
Posted: Sat Sep 27, 2003 6:55 pm Post subject: Routing table changes itself |
|
|
I just got an internet connection set up using ppp. I dial in with kppp and it connects and I am able to use the internet. After a variable amount of time, I can not use the internet anymore. The modem is still connected, but I can't ping any computer on the internet.
Right when I connect and I am able to use the internet, the /sbin/route gives me this:
Code: | Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
dc-aus-4048-1.d * 255.255.255.255 UH 0 0 0 ppp0
loopback localhost 255.0.0.0 UG 0 0 0 lo
default dc-aus-4048-1.d 0.0.0.0 UG 0 0 0 ppp0
|
But when it stops workings, I get this:
Code: | Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
208.24.41.4 * 255.255.255.255 UH 0 0 0 ppp0
loopback localhost 255.0.0.0 UG 0 0 0 lo
default 208.24.41.4 0.0.0.0 UG 0 0 0 ppp0
|
Is there some daemon that could be changing the routing table or something that I need to know about? What could be causing this and how do I make it stop? |
|