>I am running dhcpcd and named on an IPmasq machine. How can I make named use
>the nameserver dhcpcd indicates in resolv.conf as a forward dns server?
I beleive you are looking for the "SLAVE" directive. But, to be honest,
I would NOT recommend this unless you need a split-DNS setup.
>I thought I had this working but discovered it was only because the old
>nameserver I had coded into named.conf was still working, even though dhcpcd
was
>suggesting a new one..
When DHCPCD gets a new lease, it can replace the old /etc/resolv.conf file.
Check out
http://rlz.ne.mediaone.net/linux/index.html
--
For Linux 4.2, create a symbolic link from /etc/resolv.conf to
/etc/dhcpc/resolv.conf.
rm /etc/resolv.conf
ln -s /etc/dhcpc/resolv.conf /etc/resolv.conf
--
--David
.----------------------------------------------------------------------------.
| David A. Ranch - Remote Access/Linux/PC hardware [EMAIL PROTECTED] |
!---- ----!
`----- For more detailed info, see http://www.ecst.csuchico.edu/~dranch -----'
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For daily digest info, email [EMAIL PROTECTED]