<div dir="ltr">Hi Brian.<div>Yes, you can define your own hint zone and tell BIND to use it. The contents (I called the file "db.root" but the name is your choice) could be as simple as:</div><div><br></div><div>@ 300 IN A 127.0.0.3<br>@ 300 IN NS @<br></div><div><br></div><div>which says for this zone (which will be called ".", coming next) the NS is the same name and its IP is 127.0.0.3, which happens to be another instance of BIND I have running. Your file would contain the names and IPs of your internal roots.</div><div><br></div><div>In the config, define the hint zone like this:</div><div><br></div><div>zone "." {<br>   type hint;<br>    file "db.root";<br>};<br></div><div><br></div><div>That should be all you need.</div><div>Cheers, Greg</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, 26 Jun 2024 at 15:58, Cuttler, Brian R (HEALTH) via bind-users <<a href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="msg-6091174232746097928">





<div lang="EN-US" style="overflow-wrap: break-word;">
<div class="m_-6091174232746097928WordSection1">
<p class="MsoNormal">Running Bind 9.18.18 on Ubuntu 22.04<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">We would like to use root servers within our organization rather than the actual root servers.<br>
I updated the hints file with the names and IPs of our servers, but we seem to still access the official root servers.<br>
<br>
Wondering how I ignore the internal/build-in hints and have my own file.<br>
<br>
Wondering if replacing the IP addresses in the db.cache file with a round-robin of my internal IP addresses isn’t the answer.<br>
Not elegant but perhaps would work?<br>
<br>
Is there a supported way to do what I want to do – we do not want an forwarding only server, we do serve a good number of internal statis and dynamic zones but also want to resolve non-domain addresses or addresses we lack forwarder zones for from a ‘root’
 source.<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">;; ADDITIONAL SECTION:<u></u><u></u></p>
<p class="MsoNormal"><a href="http://a.root-servers.net" target="_blank">a.root-servers.net</a>.     518400  IN      A       198.41.0.4<u></u><u></u></p>
<p class="MsoNormal"><a href="http://b.root-servers.net" target="_blank">b.root-servers.net</a>.     518400  IN      A       170.247.170.2<u></u><u></u></p>
<p class="MsoNormal"><a href="http://c.root-servers.net" target="_blank">c.root-servers.net</a>.     518400  IN      A       192.33.4.12<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal">Thanks for your help and suggestions,<u></u><u></u></p>
<p class="MsoNormal">Brian<u></u><u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><u></u> <u></u></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:Arial,sans-serif">Brian Cuttler, System and Network Administration<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:Arial,sans-serif">Wadsworth Center, NYS Department of Health<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:Arial,sans-serif">Albany, NY 12201 POB 509<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:Arial,sans-serif"><a href="mailto:Brian.Cuttler@Health.NY.gov" target="_blank"><span style="color:rgb(5,99,193)">Brian.Cuttler@Health.NY.gov</span></a><u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:12pt;font-family:Arial,sans-serif">518 486-1697</span><span style="font-size:12pt;font-family:"Arial Nova",sans-serif"><u></u><u></u></span></p>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>

-- <br>
Visit <a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list<br>
<br>
ISC funds the development of this software with paid support subscriptions. Contact us at <a href="https://www.isc.org/contact/" rel="noreferrer" target="_blank">https://www.isc.org/contact/</a> for more information.<br>
<br>
<br>
bind-users mailing list<br>
<a href="mailto:bind-users@lists.isc.org" target="_blank">bind-users@lists.isc.org</a><br>
<a href="https://lists.isc.org/mailman/listinfo/bind-users" rel="noreferrer" target="_blank">https://lists.isc.org/mailman/listinfo/bind-users</a><br>
</div></blockquote></div>