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 named
tcp 0 0 10.1.1.191:53 0.0.0.0:* LISTEN 9627/named
tcp 0 0 10.1.1.190:53 0.0.0.0:* LISTEN 9627/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 9627/named
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 9627/named
tcp 0 0 ::1:53 :::* LISTEN 9627/named
tcp 0 0 ::1:953 :::* LISTEN 9627/named
How can I get my server to listen to this IP on port 53?
Thanks! I am a bit of a noob to DNS!
Recent comments
1 day 15 hours ago
1 day 17 hours ago
2 days 5 hours ago
2 days 8 hours ago
2 days 12 hours ago
2 days 19 hours ago
3 days 4 hours ago
3 days 6 hours ago
3 days 14 hours ago
3 days 15 hours ago