You are not logged in.

#1 2010-01-15 07:45:30

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

dnsmask listening on strange ports

Why is dnsmask listening on so many ports? how can I disable them (especially those high ports)?
Also why does it listen on TCP at all?


Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      3546/dnsmasq        
tcp        0      0 :::53                   :::*                    LISTEN      3546/dnsmasq        
udp        0      0 0.0.0.0:26759           0.0.0.0:*                           3546/dnsmasq        
udp        0      0 0.0.0.0:53              0.0.0.0:*                           3546/dnsmasq        
udp        0      0 0.0.0.0:63160           0.0.0.0:*                           3546/dnsmasq        
udp        0      0 :::53                   :::*                                3546/dnsmasq

Offline

#2 2010-01-15 14:47:08

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: dnsmask listening on strange ports

About listening on tcp port, I got this info http://www.digitalpoint.com/lists/19817.html
Or the long version here (that I didn't read completely) http://linuxgazette.net/issue50/tag/1.html , maybe the answer to your other question is here too.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2010-01-15 17:49:28

nullvoid
Member
Registered: 2009-01-18
Posts: 33

Re: dnsmask listening on strange ports

daf666 wrote:

Why is dnsmask listening on so many ports? how can I disable them (especially those high ports)?
Also why does it listen on TCP at all?


Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name   
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      3546/dnsmasq        
tcp        0      0 :::53                   :::*                    LISTEN      3546/dnsmasq        
udp        0      0 0.0.0.0:26759           0.0.0.0:*                           3546/dnsmasq        
udp        0      0 0.0.0.0:53              0.0.0.0:*                           3546/dnsmasq        
udp        0      0 0.0.0.0:63160           0.0.0.0:*                           3546/dnsmasq        
udp        0      0 :::53                   :::*                                3546/dnsmasq

It's only listening on port 53, hence the "listen" flag.

Offline

Board footer

Powered by FluxBB