Just setup a new Bind/Named DNS server on our CentOS server. I'm using Webmin to do most of the administration.

Once I've added some addresses to the zone, the addresses resolve just fine on the local machine when pinging.

But my Windows 7 box cannot resolve the addresses.

The Windows 7 box has a static IP and the DNS is setup to point to the CentOS box. The CentOS box is pingable and I can ssh to it just fine. I've used Webmin to open UDP and TCP port 53 on the CentOS box.

I'm not seeing anything show up in any logs regarding errors. What am I missing here?

link|improve this question

74% accept rate
use Windump or Ethereal to see what's going on UDP port 53, and/or tcpdump on the CentOS end. – jcomeau_ictx Jul 2 '11 at 2:51
Please answer your own question, then accept the answer rather than just updating the question - thanks. – Iain Jul 2 '11 at 21:49
feedback

migrated from stackoverflow.com Jul 2 '11 at 6:39

This question came from our site for professional and enthusiast programmers.

1 Answer

Solved. The problem was Windows 7 DNS caching. After flushing/clearing the cache it was correctly resolving the names:

C:\> ipconfig /flushdns
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.