On 10/21/06, ronald <rwarsow@xxxxxxxxx> wrote:
osric fernandes wrote: ... > However the problem occurs whenever I boot my system. At booting it > shows me > > Bringing up interface ppp0 [ OK ] > what shows route -n here ? > But when I try to browse sites I am not able to do so. If I open > system-config-network it shows that the device ppp0 is active. If I and what shows route -n here ?
As soon as I booted the machine, I was not able to browse websites. I opened a root terminal and tried: [root@localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.112.112.113 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0 0.0.0.0 10.1.3.1 0.0.0.0 UG 0 0 0 eth0 [root@localhost ~]# adsl-stop SIOCADDRT: File exists [root@localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0 0.0.0.0 10.1.3.1 0.0.0.0 UG 0 0 0 eth0 [root@localhost ~]# adsl-start [root@localhost ~]# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 10.112.112.113 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0 169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 lo 10.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 eth0 0.0.0.0 10.112.112.113 0.0.0.0 UG 0 0 0 ppp0 [root@localhost ~]# At this point I am able to browse. I notice the difference in the Kernel IP routing tables before and after getting connected, but I am not able to understand it. Regards, OSRIC XAVIER FERNANDES