Something tickled my curisosity. I'm using transmission-daemon 2.52-3+nmu1 from Debian wheezy, i've kept the default config except configuring up/down throttling, and i'm using the default port 51413 (which is fully opened).
And besides tcp 9091, tcp 51413, udp 51413 there are 3 other (random?) ports in use, as shown bellow.
I thought it might be linked with DHT/PEX/UTP (3 ports, 3 fonctions, these numbers rang a bell in my head), but i was wrong as turning these params to false, the 3 ports were still appearing every relaunch, with different values everytime.
And i'm surprised to see that there are no incoming data to these ports (no drops of udp packets for these port numbers according to my fw logs). And Upnp is disabled as far as i know (minissdpd was not installed). Besides, the peer-port-random settings in my config are deactivated anyway : false / low 49152 / high 65535
Sooo... what are these UDP ports used for ?
Thanks in advance for any information.
Code: Select all
$ sudo netstat -lnp4 (known ports removed from listing)
first start
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
...
udp 0 0 0.0.0.0:32823 0.0.0.0:* 26897/transmission-
udp 0 0 0.0.0.0:37637 0.0.0.0:* 26897/transmission-
udp 0 0 0.0.0.0:39906 0.0.0.0:* 26897/transmission-
...
after a restart
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
...
udp 0 0 0.0.0.0:45905 0.0.0.0:* 26959/transmission-
udp 0 0 0.0.0.0:46598 0.0.0.0:* 26959/transmission-
udp 0 0 0.0.0.0:57961 0.0.0.0:* 26959/transmission-
...
after another restart
Proto Recv-Q Send-Q Adresse locale Adresse distante Etat PID/Program name
...
udp 0 0 0.0.0.0:40253 0.0.0.0:* 27249/transmission-
udp 0 0 0.0.0.0:46004 0.0.0.0:* 27249/transmission-
udp 0 0 0.0.0.0:52757 0.0.0.0:* 27249/transmission-
...