On Thu, 2002-05-23 at 17:06, e-tie wrote: > Hi all, just installed redhat 7.3 and tried connecting with adsl, followed > the adsl howto step by step which works fine with 7.2, so here is what I > get: > I get ip address but cant ping nowhere! > > > ppp0 Link encap:Point-to-Point Protocol > inet addr:212.179.243.187 P-t-P:212.179.243.1 Mask:255.255.255. > UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1452 Metric:1 > RX packets:17 errors:0 dropped:0 overruns:0 frame:0 > TX packets:5 errors:0 dropped:0 overruns:0 carrier:0 > collisions:0 txqueuelen:3 > RX bytes:694 (694.0 b) TX bytes:58 (58.0 b) > > > [root@localhost /]# netstat -r -n > Kernel IP routing table > Destination Gateway Genmask Flags MSS Window irtt > Iface > 212.179.243.1 0.0.0.0 255.255.255.255 UH 40 0 0 > ppp0 > 10.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 > eth0 > 127.0.0.0 0.0.0.0 255.0.0.0 U 40 0 0 lo > 0.0.0.0 10.255.255.254 0.0.0.0 UG 40 0 0 > eth0 > > Any ideas?
Your default route is wrong. The gateway is set to be 10.255.255.254 and it should be 212.179.243.1 (the other end of your ppp aconnection). My bet is that you specified a default route to eth0 during install and now PPP wont replace it. simply delete the DEFAULTGW line from /etc/sysconfig/network and go /etc/init.d/network restart and I think it should work Good luck, Gilad -- Gilad Ben-Yossef <[EMAIL PROTECTED]> Code mangler, senior coffee drinker and VP SIGSEGV Qlusters ltd. "To err is human. To realy fsck up you need a computer. For those really large scale disastears, an SSI cluster is a must." ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
