At least for my box, resolves are happening super slowly (up to 4-5 seconds), I assume I'm in Dllstx4 since my resolv.conf was untouched since box install a few months ago, and it points to the ones listed for Dllstx4 in the other thread.
Can someone please look into this?
Now that I'm writing this and trying again, it seems a little faster (probably because I switched the order of the hosts in my resolv.conf), but this is still bad (this was done on my server with 0.00 load):
[root@new plugins]# time nslookup yahoo.com
Server: 216.185.111.10
Address: 216.185.111.10#53
Non-authoritative answer:
Name: yahoo.com
Address: 206.190.60.37
Name: yahoo.com
Address: 68.180.206.184
real 0m2.071s
user 0m0.004s
sys 0m0.006s
This should NOT take >2sec! In fact, this time it obviously skipped the first 2 DNS servers in my resolv.conf, which definitely means to me, there's something wonky. Here's my resolv.conf:
[root@new plugins]# cat /etc/resolv.conf
# see
http://forums.theplanet.com/index.php?showtopic=90730nameserver 67.19.0.10
nameserver 67.19.1.10
nameserver 216.185.111.10
nameserver 69.56.222.10