Who&#39;s answering DNS PTR requests for your SSH client&#39;s IP?&nbsp; <br>ie:&nbsp; ssh from <a href="http://192.168.2.2">192.168.2.2</a> --&gt; <a href="http://172.27.1.1">172.27.1.1</a>?&nbsp;&nbsp; <br> <br>SSH-Server# dig ns 168.192.in-addr.arpa
.<br>168.192.in-addr.arpa.&nbsp;&nbsp; 83195&nbsp;&nbsp; IN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://blackhole-1.iana.org">blackhole-1.iana.org</a>.<br>168.192.in-addr.arpa.&nbsp;&nbsp; 83195&nbsp;&nbsp; IN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NS&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://blackhole-2.iana.org">blackhole-2.iana.org
</a>.<br><br>I noticed today that lookups against the two above are timing out.&nbsp; I&#39;m assuming that the 2 NS servers will return NULL if they ever do respond.<br><br><a href="http://www.iana.org/faqs/abuse-faq.htm#FAQonBlackholeServers">
http://www.iana.org/faqs/abuse-faq.htm#FAQonBlackholeServers</a><br><br>&nbsp;-- Cory<br><br><div><span class="gmail_quote">On 8/27/07, <b class="gmail_sendername">Kevin C. Smith</b> &lt;<a href="mailto:kevin@linuxsmith.com">kevin@linuxsmith.com
</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Well, here&#39;s the odd part. Anything outside works fine, inside is slow.
<br>Those inside are listed in my /etc/hosts files, so no DNS is needed.<br>Thus, my confusion.<br><br># route<br>takes 20 seconds to complete<br># route -n<br>is instant<br><br><br>&gt; Does route -n work faster?&nbsp;&nbsp;Typically, when I&#39;ve had issues such as
<br>&gt; these, it&#39;s DNS related.&nbsp;&nbsp;I&#39;ll usually cheat and add host entries in /<br>&gt; etc/hosts for the hosts involved (in both the local and remote<br>&gt; server) and it&#39;s all better :)<br>&gt;<br>&gt; I&#39;ve noticed this problem in particular on my &quot;FreeBSD box with its
<br>&gt; Aqua interface&quot; when connecting to a network with no DNS / connectivity.<br>&gt;<br>&gt; -Tom<br>&gt;<br>&gt;<br>&gt;<br>&gt; On Aug 27, 2007, at 2:38 PM, Kevin C. Smith wrote:<br>&gt;<br>&gt;&gt; Any ideas why route would slow down? It all worked fine Friday.
<br>&gt;&gt;<br>&gt;&gt; # route<br>&gt;&gt; Takes forever.<br>&gt;&gt; # ssh some_local_server<br>&gt;&gt; Takes forever.<br>&gt;&gt; # ssh some_external_server<br>&gt;&gt; Works as expected.<br>&gt;&gt;<br>&gt;&gt;<br>&gt;&gt; --
<br>&gt;&gt; Kevin C. Smith<br>&gt;&gt;<br>&gt;&gt; _______________________________________________<br>&gt;&gt; Cialug mailing list<br>&gt;&gt; <a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>&gt;&gt; <a href="http://cialug.org/mailman/listinfo/cialug">
http://cialug.org/mailman/listinfo/cialug</a><br>&gt;<br>&gt; _______________________________________________<br>&gt; Cialug mailing list<br>&gt; <a href="mailto:Cialug@cialug.org">Cialug@cialug.org</a><br>&gt; <a href="http://cialug.org/mailman/listinfo/cialug">
http://cialug.org/mailman/listinfo/cialug</a><br>&gt;<br>&gt;<br>&gt;<br><br><br>--<br>Kevin C. Smith<br><br>_______________________________________________<br>Cialug mailing list<br><a href="mailto:Cialug@cialug.org">Cialug@cialug.org
</a><br><a href="http://cialug.org/mailman/listinfo/cialug">http://cialug.org/mailman/listinfo/cialug</a><br></blockquote></div><br>