DDNS with host declarations

Jan Engelhardt jengelh at linux01.gwdg.de
Wed Dec 20 17:10:06 UTC 2006


Hi list,


in response to 
http://marc.theaimsgroup.com/?l=dhcp-users&m=116212360904934&w=2
I found an acceptable solution for my problem [trying to not duplicate 
the IP address in dhcpd.conf AND the nameserver database]:

  host xp {
        hardware ethernet aa:bb:cc:dd:ee:ff;
        fixed-address xp;
  }

fixed-address can thankfully take a hostname.
The Address<->Name mapping as usual in named.


	-`J'
-- 


More information about the dhcp-users mailing list