<div dir="ltr"><div>This isn't a problem with bind, that I'm aware of but I was hoping someone could shed a little DNS expertise on a situation that happened Monday morning. I'll be very brief: We started experiencing problems with connectivity from our application servers to a couple database servers. I narrowed the problem down to remote logins over tcp/ip and then by noticing SSH was also connecting slowly, found that the SSH connection was hanging doing a reverse lookup on the internal ip address. After doing some mysql research I was able to find the option to tell mysql to skip this lookup and it solved our problem</div>
<div><br></div><div>My dillema has been trying to figure out why the issue started in the first place. There have been no DNS changes for months, and we have never kept PTR records for our internal IPs at our nameservers. This has always "just worked", so why would these lookups start hanging monday morning without any configuration changes? Later in the day the SSH connections were quick again within the internal network. Could it just have been that our DNS server wasn't functioning properly for a period of time? We are monitoring this server with nagios so I would be surprised. Should I be concerned about not having internal PTR records? I have never even considered the necessity of setting this up.</div>
<div><br></div><div>I noticed if I do a reverse lookup on an internal IP it seems to reference an iana server. Do we have a misconfiguration to be going out there for an answer? Could it be that this iana server was not responding monday morning?</div>
<div><br></div><div>; <<>> DiG 9.3.6-P1-RedHat-9.3.6-20.P1.el5_8.6 <<>> -x 192.168.1.50</div><div>;; global options:  printcmd</div><div>;; Got answer:</div><div>;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 1252</div>
<div>;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0</div><div><br></div><div>;; QUESTION SECTION:</div><div>;50.1.168.192.in-addr.arpa.     IN      PTR</div><div><br></div><div>;; AUTHORITY SECTION:</div>
<div>168.192.in-addr.arpa.   300     IN      SOA     <a href="http://prisoner.iana.org">prisoner.iana.org</a>. <a href="http://hostmaster.root-servers.org">hostmaster.root-servers.org</a>. 2002040800 1800 900 604800 604800</div>
<div><br></div><div>;; Query time: 147 msec</div><div>;; SERVER: 192.168.1.180#53(192.168.1.180)</div><div>;; WHEN: Tue Aug 13 22:00:25 2013</div><div>;; MSG SIZE  rcvd: 120</div><div><br></div>-- <br>"Beware of all enterprises that require new clothes."<br>
  --  Henry David Thoreau
</div>