paul taylor wrote: > > I changed /etc/ppp/options to noauth. > I dial in. The modems seem to connect, but then neither lynx or netscape > can locate the start up page. > > This is very discouraging > > --
hi Welcome to the world of Linux and dial-up.:-) Try this as root route del default route add default gateway ppp0 I've seen this happening with some ISP's.No pattern though so I have a script in /etc/ppp/ip-up.d that does this. As I said,it's the same box and with some ISP's will set-up the default gateway to ppp0,for others it won't.

