-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Jesus arteche wrote: > Hey, > I hve just buildt a Master DNS cache with bind, but it is very slow...it is > 10 times slower than the response if i try to resolve against the router. I > checked the syslog and i saw that Bind try to get responso from the > Root-Servers...I dont understand cause i conf bind with forward to my DNS > (ISP)... someone knows why is so slow?...and ...why bind try to connect > first with ROOTSERVERS?
It uses them to determine the NS for the domain name you want. to run bind at its quickest, using your own root zone can help. I aggregate a root zone to run on my name servers. You may grab the zone if you would like to give it a try. slave '. zone from 58.6.115.46. zone "." IN{ type slave; file "/etc/bind/db.root"; masters { 58.6.115.46; }; allow-transfer { any; }; notify no; }; Once this done, you will have no need to forward to your ISP. Hope that helps! - -- Cheers, Julian De Marchi - -- OpenNIC user - http://www.opennicproject.org/ | http://www.opennic.glue Support OpenNIC, become a member today! - -- PGP 0x8D659814 - -- Please avoid sending me Word or PowerPoint attachments. See http://www.gnu.org/philosophy/no-word-attachments.html -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFJEiWLfM8nSo1lmBQRAgReAJ9LC8BwMXNp2AOY2OLJ4MfqyM2Q1ACffTw4 IyaHY75Y2XNXbNVaCwIgqdA= =Uj3v -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]