Nameserver not coming up (port listing wrong?)

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