can't open DNS 53 port
I can't open DNS port 53 although netstat -tulpn showed it's listening
netstat -tulpn
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 14877/named
tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 2426/dnsmasq
-
Hello, What exactly do you mean you can't open the port? Can you describe what you've done to open it thus far? 0 -
hi, you mange to solve this issue? i am having the same issue [root@server etc]# netstat -lnp | grep :53 tcp 0 0 192.168.122.1:53 0.0.0.0:* LISTEN 2132/dnsmasq udp 0 0 0.0.0.0:5353 0.0.0.0:* 695/avahi-daemon: r udp 0 0 192.168.122.1:53 0.0.0.0:* 2132/dnsmasq [root@server etc]# the DNS is not resolving coz of this. 0
Please sign in to leave a comment.
Comments
2 comments