On Tue, 19 Mar 2002, Ajay wrote: |> > /etc/ppp/resolv.conf. But the problem persists. Still cannot browse!
|connection was established, IP addr allotted, but could not browse or |Ping any address other than the ISP Server! (you mean other than the remote end of the ppp link I suppose.) |Mar 19 08:40:42 Kareena pppd[6790]: not replacing existing default route to |eth0 [192.168.0.1] This is where the problem is ... the packets for the outside world are being sent to eth0 rather than ppp0 |203.168.66.1 * 255.255.255.255 UH 0 0 0 ppp0 |192.168.0.0 * 255.255.255.0 U 0 0 0 eth0 |127.0.0.0 * 255.0.0.0 U 0 0 0 lo |default 192.168.0.1 0.0.0.0 UG 0 0 0 eth0 you don't have to set the default route to be through eth0 .. because packets for 192.168.0.0/255.255.255.0 will anyway go to eth0 check if /etc/sysconfig/network contains a line like this ... GATEWAY=eth0 change it to GATEWAY= Kingsly _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
