On Tue, Jul 3, 2012 at 2:44 PM, Baruch Siach <[email protected]> wrote: > For DNS resolution to work you need to have a valid 'nameserver' entry in your > /etc/resolv.conf file. >
Right, but on recent Debians one should not edit that file directly. Rather, the info should be added to /etc/dhcp3/dhclient.conf in this form: prepend domain-name-servers 8.8.8.8, 8.8.4.4; prepend domain-name-servers 2001:4860:4860::8888, 2001:4860:4860::8844; Then the Debian magic works to put the right info in /etc/resolv.conf. I checked, it is there. -- Dotan Cohen http://gibberish.co.il http://what-is-what.com _______________________________________________ Linux-il mailing list [email protected] http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il
