<div dir="ltr">Hi All,<br><br>Why the father DNS server put the children‘s NS resources in the Authority RR section, but not in the Answer RR section?<br><br>For example, I have defined a ourfirst.org.zone in my father DNS server, it contians "<a href="http://support.ourfrist.org">support.ourfrist.org</a>. IN NS <a href="http://ns.ourfirst.org">ns.ourfirst.org</a> record."<br>
<br>[root@tester1 named]# cat <a href="http://ourfirst.org">ourfirst.org</a> <br>$TTL 1D<br>@    IN SOA    @ rname.invalid. (<br>                    0    ; serial<br>                    1D    ; refresh<br>                    1H    ; retry<br>
                    1W    ; expire<br>                    3H )    ; minimum<br>    IN NS    @<br>    IN A    192.168.122.92<br><a href="http://support.ourfirst.org">support.ourfirst.org</a>. IN NS    <a href="http://ns.ourfirst.org">ns.ourfirst.org</a>.<br>
<a href="http://ns.ourfirst.org">ns.ourfirst.org</a>.        IN    A    192.168.122.27<br><br>When I use host -a <a href="http://support.ourfirst.org">support.ourfirst.org</a> 192.168.122.92, the result contains following:<br>
<br><br>;; AUTHORITY SECTION:<br><a href="http://support.ourfirst.org">support.ourfirst.org</a>.    86400    IN    NS    <a href="http://ns.ourfirst.org">ns.ourfirst.org</a>.<br><br>;; ADDITIONAL SECTION:<br><a href="http://ns.ourfirst.org">ns.ourfirst.org</a>.    86400    IN    A    192.168.122.27<br>
<br>Received 71 bytes from 192.168.122.92#53 in 0 ms<br><br>I can find the AUTHORITY SECTION: <a href="http://support.ourfirst.org">support.ourfirst.org</a> 86400 IN NS <a href="http://ns.ourfirst.org">ns.ourfirst.org</a><br>
<br>But, if I directory use -t ns type to query the NS record, then It will fail.<br><br>[root@tester1 named]# host -t ns <a href="http://support.ourfirst.org">support.ourfirst.org</a> 192.168.122.92<br>Using domain server:<br>
Name: 192.168.122.92<br>Address: 192.168.122.92#53<br>Aliases: <br><br><a href="http://support.ourfirst.org">support.ourfirst.org</a> has no NS record<br><br>Anyone can give me some advice?<br><br>Thanks.<br><br><br></div>