How to build LAN drivers with no internet access
Dotan Cohen
dotancohen at gmail.com
Tue Jul 3 21:11:30 IDT 2012
On Tue, Jul 3, 2012 at 2:44 PM, Baruch Siach <baruch at tkos.co.il> 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
More information about the Linux-il
mailing list