Dynamic DNS with dhclient
18 Jun 2003
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;