I have created this in the /etc/named.conf
zone "enum.bhnis.net" IN { type master; file "enum.bhnis.net"; }; And the file looks like this $ORIGIN . $TTL 3600 ; 1 hour @ IN SOA atlanta.enum.bhnis.net. root.enum.bhnis.net. ( 2008927043 ; serial 900 ; refresh (15 minutes) 600 ; retry (10 minutes) 2419200 ; expire (4 weeks) 900 ; minimum (15 minutes) ) ; Name Server (NS) records enum.bhnis.net. IN NS atlanta.enum.bhnis.net. NS 72.31.4.5. NS 72.31.4.36. ; A records atlanta.enum.bhnis.net. IN A 10.54.78.28 $ORIGIN +.enum.bhnis.net. $TTL 300 ; 5 minutes 0.9.4.6.4.6.9.3.1.8.1 NAPTR 10 10 "u" "sip+E2U" "!^.*$!sip:+18139646490@65.32.11.202:5080!" . 2.6.9.5.0.6.9.7.0.4 NAPTR 10 10 "u" "sip+E2U" "!^.*$!sip:+4079605962@67.78.171.98!" . getting these errors when starting named service enum.bhnis.net:3: ignoring out-of-zone data (.) enum.bhnis.net:12: NS record '72.31.4.5.' appears to be an address enum.bhnis.net:13: NS record '72.31.4.36.' appears to be an address zone enum.bhnis.net/IN: has 0 SOA records zone enum.bhnis.net/IN: not loaded due to errors. _default/enum.bhnis.net/IN: bad zone [FAILED] What is the problem here?
_______________________________________________ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users