<div dir="ltr"><div>It seems like all the examples I see on the net for zone files always presume a range of servers on the same subnet. The modern situation on the cloud is many servers, all on the same domain, but with completely independent subnets.</div>
<div><br></div><div>I am trying to setup NSD. My example config:</div><div><br></div><div>nameservers:</div><div><br></div><div><a href="http://ns1.example.com">ns1.example.com</a>  128.56.78.234</div><div><a href="http://ns2.example.com">ns2.example.com</a>   212.200.120.34</div>
<div><br></div><div><br></div><div>web servers:</div><div><br></div><div><a href="http://host1.example.com">host1.example.com</a> 135.87.23.45</div><div><a href="http://host2.example.com">host2.example.com</a> 78.45.23.10</div>
<div><a href="http://host3.example.com">host3.example.com</a> 99.55.22.33</div><div><br></div><div>All the addresses are fictional of course.</div><div><br></div><div>what are the proper forward and reverse files?</div></div>