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
20 hours 41 min ago
20 hours 46 min ago
1 day 1 hour ago
1 day 8 hours ago
1 day 9 hours ago
1 day 10 hours ago
1 day 14 hours ago
1 day 21 hours ago
2 days 1 hour ago
2 days 2 hours ago