On Mon, 2002-01-21 at 12:58, Michael Kraus wrote: > I'm working from the release that came with "the advanced linux pocketbook". > The install is really fresh. 'pppconfig' has been used to configure the > connections, and pon/poff to connect/disconnect.
I guess you told pppconfig to assign DNS automatically? If /etc/resolv.conf isn't being updated, I'd suggest maybe it isn't. Check that "usepeerdns" appears in /etc/ppp/peers/<connectionname>. Add it in if it isn't there. > 'route' things as expected, as does 'tail /var/log/messages' (including > primary and secondary nameservers listed.) > > bind is installed. (No further configuration made.) The default config of bind in debian is fine for a caching nameserver. You should be able to stick "nameserver 127.0.0.1" in /etc/resolv conf and have it just work. -- Peter [EMAIL PROTECTED] -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
