Router – Problem with the dns server

binddomain-name-systemrouter

I have a linux server with a bind daemon running on it. Until yesterday all worked like a charm and then suddendly it stopped to.
Because the named-daemon was still running and dns queries within my lan are still working I guessed, that the router/firewall would probably be the erroneous part.
So I looked into the error log of my zyxel prestige 662H-61 and saw an error, that too many nat connections were open. I restarted my router and increased the maximal number of connections for the nat.
But when i do a nslookup now, I get the following output

;; reply from unexpected source: 62.202.20.14#10095, expected 62.202.20.14#53
;; reply from unexpected source: 62.202.20.14#10095, expected 62.202.20.14#53
;; reply from unexpected source: 62.202.20.14#10095, expected 62.202.20.14#53
;; connection timed out; no servers could be reached

The logs of the named service are showing, that the request has been processed by the bind daemon.

Does anybody know what this means/what I have to change to get it working again?

Thanks a lot!

Best Answer

You DNS Server exepcting that PORT of reply should be 53, and it locked in this port. You should tweak named.conf for accepting dynamical(for this connection is 10095) range of ports.

Related Topic