On Sat, Jul 24, 1999 at 08:27:32PM +0200, Algernon NG wrote: >I can ping the <remote ip>, but can't ping the > nameservers. > I am sure you need a default route. Check the output of command "route". There should be a line with "default" in the left column, and "ppp0" in the right column. The command "route add default ppp0" will set up one. There is a parameter you can give to the pppd-command to specify that you want a default route through this interface.
J.