Specifies a host which should be authoritative for the specified class. For class C reverse zones, 4PSA DNS Manager accepts NS records for $ORIGIN and supports classless delegation records, as described in RFC 2317, chapter 4.
The NS records of $ORIGIN are displayed in bold characters. DNS Manager allows to choose in the interface which is the primary nameserver on a zone (required for some local TLDs). In order to set up an NS record as primary check Make primary when you add/edit the desired NS record.
For BIND to take a DNS zone into consideration, at least one NS record must be defined for $ORIGIN in the respective zone.
For best practice, it is recommended to have at least two NS records defined for each public domain.
Class A and B zones support NS records for $ORIGIN and inferior class zones and do not support classless delegation records.
For class C reverse zones, 4PSA DNS Manager automatically generates CNAME records that correspond to the NS records created for classless delegation records. If the Automatically generate CNAME records for delegated subnets checkbox is selected, then the CNAME records will be automatically generated. This checkbox is available only for NS records with a subnet mask lower than 24 (having a numeric value higher than 24).
NS rules have the following format:
ip_part.host_ip_addr.in-addr.arpa. IN NS servername.
where:
host_ip_addr.in-addr.arpa.
is the zone name.ip_part
is the IP section that completes the IP address when prepended to host_ip_addr (for class A, B and D zones, and for class C $ORIGIN NS).- for classless delegation records,
ip_part
is the IP section that completes the IP address when prepended to host_ip_addr including the subnet mask. servername.
is a domain name which specifies an authoritative host for the specified zone.
Examples:
Code Block |
---|
1.2.3.in-addr.arpa. IN NS ns2.server.com.
1.2.3.in-addr.arpa. IN NS ns3.server.com.
0/29.1.2.3.in-addr.arpa. IN NS example.com. |
Click here for more info on this type of record.