meta data for this page
  •  

This is an old revision of the document!


bind DNS system

host names update from DHCP

DDNS

ddns-confgen -a hmac-sha512 -k dhcp-server-key
cat > /etc/bind/dhcp.key
chown root:bind /etc/bind/dhcp.key
chmod 640 /etc/bind/dhcp.key
include "/etc/bind/dhcp.key";
...