You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think I understand what it is you are requesting here but could you provide a bit more detail so that I can ensure I understand your request. Thanks.
Sorry, the correct term for that would be "glue record".
Assume your zone bar.net looks like:
$ORIGIN bar.net.
@ IN SOA dns1.foo.bar.net. hostmaster (123 28000 3600 240000 3600)
bar.net. IN NS dns1.foo.bar.net.
bar.net. IN NS dns2.kilo.bar.net.
One would require the A or AAAA records of dns1.foo.bar.net or dns2.kilo.bar.net to ever correctly retrieve the bar.net zone or any of its sub-zones (which in fact contains the DNS server of the zone itself). Therefore the zone should be extended by
dns1.foo.bar.net. IN AAAA 2001:0DB8::4ACD:ABCD
dns2.kilo.bar.net. IN A 203.0.113.4
Bind also kindly reminds you to do so, in case it was forgotten (as currently the case with ONA build_bind):
zone bar.net/IN: NS 'dns1.foo.bar.net' has no address records (A or AAAA)
zone bar.net/IN: NS 'dns2.kilo.bar.net' has no address records (A or AAAA)
8191
changed the title
Add sticky records
Generate glue records
Feb 11, 2015
chuhn
linked a pull request
Nov 1, 2018
that will
close
this issue
If NS server is not part of actual zone, a sticky record should be added, if the A record of the NS part is known to ONA.
The text was updated successfully, but these errors were encountered: