<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><meta content="text/html;charset=UTF-8" http-equiv="Content-Type"></head><body ><div style='font-size:10pt;font-family:Verdana,Arial,Helvetica,sans-serif;'>I am having an issue with an authoritative dns server that sits behind a nat. I have replicated this problem on two different servers on different versions of bind which is why I am now perplexed. In the zone file the LAN address of the server has an A record. When the server is queried directly from the LAN, the server replies with its LAN address. Just as expected. However when the record is queried from through the fw the server replies with its public ip address. Which I can only guess it's getting by doing a reverse on the NS record that pointed it there in the first place??? This only happens on the record with an IP address which matches the server's lan address.<div><br><div><div>$nslookup dc01 192.168.1.254</div><div>Server:<span class="Apple-tab-span" style="white-space:pre"> </span>192.168.1.254</div><div>Address:<span class="Apple-tab-span" style="white-space:pre"> </span>192.168.1.254#53</div><div><br></div><div>Name:<span class="Apple-tab-span" style="white-space:pre"> </span>dc01.home.carolinaky.com</div><div>Address: 192.168.1.254</div><div><br></div><div>$ nslookup dc01 8.8.8.8</div><div>Server:<span class="Apple-tab-span" style="white-space:pre"> </span>8.8.8.8</div><div>Address:<span class="Apple-tab-span" style="white-space:pre"> </span>8.8.8.8#53</div><div><br></div><div>Non-authoritative answer:</div><div>Name:<span class="Apple-tab-span" style="white-space:pre"> </span>dc01.home.carolinaky.com</div><div>Address: 69.133.101.121</div><div><br></div></div></div><div>I'm confused.</div><div><br></div><div>Thanks,</div><div>David</div></div></body></html>