Tags:

Was tired of not being in DNS (NFS exports, apache complaining). This is what I needed in my /etc/dhclient.conf to talk to the Windows DHCP/DNS server:

send fqdn.fqdn "pike";
send fqdn.encoded off;
send fqdn.server-update on;
do-forward-updates on;

blog comments powered by Disqus