
Originally Posted by
phoenix
That would be the most likely explanation. What's in your resolv.conf, are you using any upstream DNS servers as well as your own? Is your DNS a forwarder (to your ISP, for instance) or does it resolve using root servers? Could there be a firewall problem on your LAN?
try the following:
Code:
dig @212.27.53.252 notmydomain.com any
Does that get a better (or any) response?
in my resolv.conf:
Code:
domain mydomain.com
nameserver 127.0.0.1
Code:
dig @212.27.53.252 notmydomain.com any
still give me connection time out.
instead when i dig the ip address, it has no errors.
will be resolving the problem myself.
Problem might be due to dns forwarder. As it is currently pointing to my other DNS server which might be the problem.
thanks for all the help.