* Ajay <[EMAIL PROTECTED]> [020319 04:20]: > > > /etc/ppp/resolv.conf. But the problem persists. Still cannot browse! > > > do you have a route set up? /sbin/route will tell you. > > > As mentioned above, could not lookup any address using dig/host, nor Ping > any address > other than ISP server. The /sbin/route listing is given below: > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 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 >
Seems like default route is not being added automatically, put these 2 command's in /etc/ppp/ip-up.local and try /sbin/route del default /sbin/route add default gw $IP_REMOTE not sure about the env var $IP_REMOTE, can anybody confirm on this. HTH cheers dushyanth P.S : Dont forget to chmod +x /etc/ppp/ip-up.local -- How about some patent | Dushyanth Harinath on "(a+b)2 == a2+2ab+b2" | Archean Infotech ... choose free software! | http://www.archeanit.com --some Usenet siggy | http://symonds.net/~dushy _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
