![]() |
How can I get my server to listen to port 53 on an IP?
My server does not seem to be listening to port 53 correctly.
I want my server to listen to port 53 on this IP: 65.60.101.156 I turned off iptables and disabled SELinux Here is the output of # netstat -tapnl Code:
# netstat -tapnl | grep namedThanks! I am a bit of a noob to DNS! |
What are the outputs of
Code:
netstat -uapCode:
ifconfig |
Quote:
Code:
# netstat -uapCode:
# ifconfig |
I modified /etc/named/chroot/etc/named.conf as follows (the original option directives I changed are commented out):
Code:
//my dns works for: dig @localhost domain.com ... but not ... dig domain.com |
Stumped ...
Server IP on the LAN dig @10.1.1.190 jabsock.com works! Localhost dig @localhost jabsock.com works! WAN IP (where the nameservers point) dig @65.60.101.156 jabsock.com Does not work! I've checked in named.conf. Not sure what to do now. Remember, I do have both UDP and TCP forwarding port 53. Thanks! Finally, I am not familiar with this but there are forwarders and there is a forwarding option in bind - does that have something to do with this? Thanks! |
Please double-check your router configuration. You might also want to ask your ISP whether they block port 53.
|
I got it working. I moved the to a colocation facility where it is now bound to an IP that is not behind a router.
I believe that port 53 was blocked by the ISP because I know for sure that port 53 was forwarded both TCP and UDP. Thanks for confirming what I thought might be the problem! You saved me a bunch of time. Cheers! |
| All times are GMT +2. The time now is 05:06. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.