Reverse DNS and Web-browsing

Peter Dambier peter at peter-dambier.de
Tue Jun 13 00:14:39 UTC 2006


M wrote:
> Can slow reverse DNS cause web browsing to run slow?  Do http servers do a
> reverse DNS on all connections and wait for a response before serving up the
> page?
> 
> How can I tell if my reverse DNS is slow or sporatic?
> 
> Matt
> 

You can tell Appache not to log hostnames but instead stay with ip-addresses.
Then Appache will be faster.

    dig -x 123.056.089.047

will reverse lookup 123.056.089.047 and tell you the time needed.

;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 36697
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;47.89.56.123.in-addr.arpa.     IN      PTR

;; AUTHORITY SECTION:
123.in-addr.arpa.       600     IN      SOA     ns1.apnic.net. read-TXT-record-of-zone-first-dns-admin.apnic.net. 2006012001 7200 1800 604800 172800

;; Query time: 2200 msec
;; SERVER: 192.168.48.227#53(192.168.48.227)
;; WHEN: Tue Jun 13 02:12:21 2006
;; MSG SIZE  rcvd: 132


Peter

-- 
Peter and Karin Dambier
Cesidian Root - Radice Cesidiana
Graeffstrasse 14
D-64646 Heppenheim
+49(6252)671-788 (Telekom)
+49(179)108-3978 (O2 Genion)
+49(6252)750-308 (VoIP: sipgate.de)
mail: peter at peter-dambier.de
mail: peter at echnaton.serveftp.com
http://iason.site.voila.fr/
https://sourceforge.net/projects/iason/



More information about the bind-users mailing list