Linode Forum Index Linode Forum
Linode Community Forums
 


NSD3 and Glue

Click here to go to the original topic

 
       Linode Forum Index -> Linux Networking
Author Message
lesh



Joined: 18 Aug 2010
Posts: 6
Location: Olympia, WA

Posted: Wed Aug 25, 2010 12:55 pm    Post subject: NSD3 and Glue  

I noticed that NSD3 isn't returning glue with the nameservers.

In my zone I have NS records for the linode nameservers:
Code: <snip>
@               NS      ns1.linode.com.
@               NS      ns2.linode.com.
@               NS      ns3.linode.com.
@               NS      ns4.linode.com.
@               NS      ns5.linode.com.
<snip>

I have corresponding A records for the nameservers:
Code: <snip>
ns1.linode.com          A       69.93.127.10
ns2.linode.com          A       65.19.178.10
ns3.linode.com          A       75.127.96.10
ns4.linode.com          A       207.192.70.10
ns5.linode.com          A       109.74.194.10
<snip>

Does this look correct? Am I missing something in either the zone or the NSD3 config to get glue returned?

Thanks!
Back to top  
obs



Joined: 07 Mar 2010
Posts: 1400
Location: Earth

Posted: Wed Aug 25, 2010 4:40 pm    Post subject:  

I'm not DNS expert but my records all have IN with them i.e.
Code:
   IN   NS   ns3.linode.com.

IN = internet
Back to top  
 
       Linode Forum Index -> Linux Networking
Page 1 of 1