Dynamic Dns
Hello guyz i am not able to solve this Dynamic Dns problem please help.
below are my dhcpd6.conf and named.conf file
dhcpd6.conf
ddns-updates on; # default but good practice
ddns-update-style interim; # only supported active option
option dhcp6.name-servers 2606:4900:1::5;
option dhcp6.domain-search "hamilton.net";
option dhcp6.preference 255;
option dhcp6.rapid-commit;
# The subnet where the server is attached
# (i.e., the server has an address in this subnet)
subnet6 2606:4900:1::/64 {
# Place holder for NIC card
}
# A second subnet behind a relay agent
subnet6 2606:4900:0:13::/64 {
range6 2606:4900:0:13:96:31:182:11 2606:4900:0:13:96:31:182:20;
option dhcp6.name-servers 2606:4900:1::5;
option dhcp6.domain-search "x.net";
allow unknown-clients;
#allow client-updates;
ddns-domainname "x.net.";
ddns-rev-domainname "ip6.arpa.";
}
zone x.net.{
primary dns6.x.net;
}
zone 0.0.0.0.1.0.0.0.0.0.9.4.6.0.6.2.ip6.arpa.{
primary dns6.x.net;
}
named.conf
zone "x.net" {
type master;
file "/usr/local/etc/namedb/master/x.net.db";
allow-update {2606:4900:1::5;};
};
zone "0.0.0.0.1.0.0.0.0.0.9.4.6.0.6.2.ip6.arpa" {
type master;
file "/usr/local/etc/namedb/master/0.0.0.0.1.0.0.0.0.0.9.4.6.0.6.2.ip6.arpa.db";
allow-update {2606:4900:1::5;};
};
-
getting these errors client 2606:4900:0:13:9013:eac5:b406:74a2#51575: update 'x.net/IN' denied client 2606:4900:0:13:9013:eac5:b406:74a2#60822: update 'x.net/IN' denied dhcpd: Unable to add forward map from htcuser to 2606:4900:0:13:96:31:182:15: REFUSED client 2606:4900:0:13:9013:eac5:b406:74a2#59640: update 'x.net/IN' denied client 2606:4900:0:13:9013:eac5:b406:74a2#49991: update 'x.net/IN' denied 0 -
Hello :) Could you verify where this script is coming from? Is it a custom script that you have developed? cPanel does not offer any native support for dynamic DNS. Thank you. 0
Please sign in to leave a comment.
Comments
2 comments