Quoting Steve Litt (sl...@troubleshooters.com):

> I was going to use this email message as a reference in some
> documentation I'm writing,  but this email is not in the mail archive,
> or at least I can't find it there. The archive seems to contain no
> messaged from 8/8/2018 through 8/16/2008.

[quoting part of the posting, which was one of mine:]

> 1. apt-get install unbound
> 2. sed -i '1s;^;nameserver 127.0.0.1\n;' /etc/resolv.conf
> 3. chattr +i /etc/resolv.conf
> 
> Just kidding about step #3.  If using dhclient, place into dhcpd.conf:
> option domain-name-servers 127.0.0.1
  ^^^^^^^^^^^^^^^^^^^^^^^^^^

In a later message, I posted my strong suspicion that the above is
incorrect, and that that the correct syntax for ISC dhclient is actually 

   prepend domain-name-servers 127.0.0.1

I've documented my best guess about how to deal with this issue both
with and without the optional Resolvconf package, here:
http://linuxmafia.com/kb/Network_Other/resolvconf.html

If you, Steve, could test any of that, it would be appreciated.  Here at
Chez Moen, our infrastructure doesn't permit double-check what I wrote
there without a lot of preparatory sodding around that I haven't been
able to get to yet.  

(If memory serves, 'option domain-name-servers' is a keyword for ISC's
DHCP _server_ program, not its DHCP _client_ program.)
_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to