named process using UDP ports 32826 & 32827

scoby

Verified User
Joined
Dec 13, 2007
Messages
5
Hi,

I have just installed a new version of DirectAdmin (v1.31.4) on a Centos 5 server and noticed that the named process is using the UDP ports 32826 & 32827. This seems strange to me and I wondering if anyone might know why this is?

output of command: netstat -anp | grep named

tcp 0 0 <my ip>:53 0.0.0.0:* LISTEN 13831/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 13831/named
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 13831/named
udp 0 0 <my ip>:53 0.0.0.0:* 13831/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 13831/named
udp 0 0 0.0.0.0:32826 0.0.0.0:* 13831/named
udp 0 0 :::32827 :::* 13831/named
unix 2 [ ] DGRAM 1316368 13831/named

Cheers,

Gary
 
Back
Top