DDNS with host declarations

Jan Engelhardt jengelh at linux01.gwdg.de
Thu Nov 2 21:36:15 UTC 2006


>The easy way
>
>host foo {
>	hardware ethernet xx:xx:xx:xx:xx:xx;
>	fixed-address yyy.yyy.yyy.yyy;
>	option host-name "foo";
>	ddns-hostname "foo";
>	ddns-domainname "example.com";
>}
>
>This static entry sends a DDNS Update to BIND as Lease Transaction.
>It Works!

It only works when "update-static-leases on" is in effect, and that 
still does not handle DNS deletions when leases have expired because it 
is not recorded as a lease (/var/lib/dhcp/db/dhcpd.leases remains empty).


	-`J'
-- 


More information about the dhcp-users mailing list