Displaying 1 result from an estimated 1 matches for "dhcpupdat".
Did you mean:
  dhcpupdate
  
2010 Aug 10
0
Samba4 - Problem trying to add Win 2008 R2 server to Samba4 AD-DC
...on;
ping-timeout                            5;
deny                                            duplicates;
allow                                           booting;
allow                                           bootp;
option option-128 code 128 = string;
option option-129 code 129 = text;
key dhcpupdate {                        # Key for DNS updates
    algorithm hmac-md5;
    secret "v63XUntwqSRXBjbVhLsGQg==";
}
zone dghvoip.lan. {
        primary 127.0.0.1;
        key dhcpupdate;
}
zone 254.168.192.in-addr.arpa. {
        primary 127.0.0.1;
        key dhcpupdate;
}
subnet 192.168...