deluge not using assigned ports
Posted: Thu Jan 20, 2011 12:49 am
I am working on getting deluge to accept outside connections and have assigned 61185 to deluge however it does not accept this and will pick a random one instead. I am behind a Nat router and fall-wall and so i need deluge to use a static port. I have read that deluge will ignore assigned ports if the port is unavailable but that is not the case as you can see below(deluge is python2 here). if there is a way to have deluge auto open a port through my firewall and auto route through my router via UPnP then that would also work.
Code: Select all
## netstat -tunlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:9876 0.0.0.0:* LISTEN 31044/gmpc
tcp 0 0 127.0.0.1:8118 0.0.0.0:* LISTEN 21887/privoxy
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 4066/cupsd
tcp 0 0 0.0.0.0:3128 0.0.0.0:* LISTEN 19183/(squid)
tcp 0 0 127.0.0.1:9050 0.0.0.0:* LISTEN 4061/tor
tcp 0 0 0.0.0.0:443 0.0.0.0:* LISTEN 4061/tor
tcp 0 0 127.0.0.1:58846 0.0.0.0:* LISTEN 14487/python2
tcp 0 0 0.0.0.0:9030 0.0.0.0:* LISTEN 4061/tor
tcp 0 0 ::1:631 :::* LISTEN 4066/cupsd
tcp 0 0 :::6600 :::* LISTEN 2589/mpd
udp 0 0 192.168.1.109:37322 0.0.0.0:* 14487/python2
udp 0 0 0.0.0.0:631 0.0.0.0:* 4066/cupsd
udp 0 0 0.0.0.0:4827 0.0.0.0:* 19183/(squid)
udp 0 0 127.0.0.1:41941 0.0.0.0:* 14487/python2
udp 0 0 0.0.0.0:3130 0.0.0.0:* 19183/(squid)
udp 0 0 0.0.0.0:48443 0.0.0.0:* 14487/python2
udp 0 0 0.0.0.0:3401 0.0.0.0:* 19183/(squid)
udp 0 0 0.0.0.0:56797 0.0.0.0:* 19183/(squid)
udp 0 0 192.168.1.109:1900 0.0.0.0:* 14487/python2
udp 0 0 127.0.0.1:1900 0.0.0.0:* 14487/python2
udp 0 0 0.0.0.0:1900 0.0.0.0:* 14487/python2
udp 0 0 0.0.0.0:55652 0.0.0.0:* 14487/python2