Nameserver not coming up (port listing wrong?)

bavdh87

New member
Joined
Sep 19, 2012
Messages
2
I'm trying to setup a name server. I followed these steps: http://www.directadmin.com/forum/showthread.php?t=130&page=1. But it seems like (After 2 days) my name servers are still not properly working. I think might found the problem. Can someone confirm this output is right or not?

netstat--lnp.jpg
 
Spasibo zEitEr!
I found it strange that only the TCP ports said LISTEN and the UDP didn't. Is there an explanation for?
 
You won't find udp with grep LISTEN, you should run

Code:
netstat -an | grep \:53

instead.

p.s. vsegda pozhalujsta
 
I see udp in the screenshot ... unless the OP changed the image since he first posted.
 
Back
Top