juanfranblanco / rt-n56u

Automatically exported from code.google.com/p/rt-n56u
0 stars 0 forks source link

Cannot open listening port for Transmission #134

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login to the webgui of transmission via http://localhost:9091
2. Goto Preference->Network
3. I can see the status that the peer listening port 53034 is closed

What version of the product are you using? On what operating system?
I am running Transmission 2.42 on RT-N56U, firmware: 1.0.1.7f-p11

Please provide any additional information below.
Even though not sure if I did it correctly, I tried to open the ports for the 
router itself on the "Port Forwarding" page of the router. Please look the 
attached image for the screen shot. I also updated the iptables script in my 
/opt/etc/init.d folder, by adding four sentences to it as follows:

        iptables -I INPUT -p udp --destination-port 53034 -j ACCEPT
        iptables -I INPUT -p tcp --destination-port 53034 -j ACCEPT
        iptables -D INPUT -p udp --destination-port 53034 -j ACCEPT
        iptables -D INPUT -p tcp --destination-port 53034 -j ACCEPT

Here's the output of the netstat command:

/opt/home/admin # netstat -tulpn
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:5473            0.0.0.0:*               LISTEN      
803/u2ec
tcp        0      0 0.0.0.0:3394            0.0.0.0:*               LISTEN      
803/u2ec
tcp        0      0 0.0.0.0:9091            0.0.0.0:*               LISTEN      
8881/transmission-d
tcp        0      0 0.0.0.0:515             0.0.0.0:*               LISTEN      
805/lpd
tcp        0      0 0.0.0.0:13989           0.0.0.0:*               LISTEN      
829/miniupnpd
tcp        0      0 0.0.0.0:3689            0.0.0.0:*               LISTEN      
8574/mt-daapd
tcp        0      0 0.0.0.0:53034           0.0.0.0:*               LISTEN      
8881/transmission-d
tcp        0      0 127.0.0.1:139           0.0.0.0:*               LISTEN      
8559/smbd
tcp        0      0 192.168.1.1:139         0.0.0.0:*               LISTEN      
8559/smbd
tcp        0      0 202.156.124.211:139     0.0.0.0:*               LISTEN      
8559/smbd
tcp        0      0 0.0.0.0:9100            0.0.0.0:*               LISTEN      
805/lpd
tcp        0      0 0.0.0.0:9998            0.0.0.0:*               LISTEN      
856/ots
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      
862/httpd
tcp        0      0 0.0.0.0:21              0.0.0.0:*               LISTEN      
8541/vsftpd
tcp        0      0 0.0.0.0:53              0.0.0.0:*               LISTEN      
797/dnsmasq
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      
872/dropbear
tcp        0      0 127.0.0.1:445           0.0.0.0:*               LISTEN      
8559/smbd
tcp        0      0 192.168.1.1:445         0.0.0.0:*               LISTEN      
8559/smbd
tcp        0      0 202.156.124.211:445     0.0.0.0:*               LISTEN      
8559/smbd
tcp        0      0 0.0.0.0:3838            0.0.0.0:*               LISTEN      
805/lpd
udp        0      0 127.0.0.1:1024          0.0.0.0:*                           
829/miniupnpd
udp        0      0 192.168.1.1:1025        0.0.0.0:*                           
829/miniupnpd
udp        0      0 192.168.1.1:137         0.0.0.0:*                           
8557/nmbd
udp        0      0 202.156.124.211:137     0.0.0.0:*                           
8557/nmbd
udp        0      0 0.0.0.0:137             0.0.0.0:*                           
8557/nmbd
udp        0      0 192.168.1.1:138         0.0.0.0:*                           
8557/nmbd
udp        0      0 202.156.124.211:138     0.0.0.0:*                           
8557/nmbd
udp        0      0 0.0.0.0:138             0.0.0.0:*                           
8557/nmbd
udp        0      0 0.0.0.0:9999            0.0.0.0:*                           
855/infosvr
udp        0      0 0.0.0.0:1041            0.0.0.0:*                           
8566/mDNSResponder
udp        0      0 0.0.0.0:1047            0.0.0.0:*                           
8881/transmission-d
udp        0      0 0.0.0.0:1048            0.0.0.0:*                           
8881/transmission-d
udp        0      0 0.0.0.0:1049            0.0.0.0:*                           
8881/transmission-d
udp        0      0 0.0.0.0:53034           0.0.0.0:*                           
8881/transmission-d
udp        0      0 0.0.0.0:53              0.0.0.0:*                           
797/dnsmasq
udp        0      0 0.0.0.0:67              0.0.0.0:*                           
797/dnsmasq
udp        0      0 0.0.0.0:5474            0.0.0.0:*                           
803/u2ec
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           
8566/mDNSResponder
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           
8566/mDNSResponder
udp        0      0 0.0.0.0:1900            0.0.0.0:*                           
829/miniupnpd

It looks to me that the port has been opened, but why Transmission still 
complains about it? Please advise. thanks.

Original issue reported on code.google.com by YaSquall...@gmail.com on 28 Feb 2012 at 6:03

Attachments:

GoogleCodeExporter commented 8 years ago
hi there!
there is easy fix - just turn off router's firewall.
must help

Original comment by overdoz...@gmail.com on 28 Feb 2012 at 9:58

GoogleCodeExporter commented 8 years ago
Hi! There is the problem which hasn't been fixed yet. You can read - 
https://trac.transmissionbt.com/ticket/4407

Btw, you can update to 2.50 version see it in Downloads or read 
http://code.google.com/p/rt-n56u/wiki/CommonTips#Add_the_project_repository_to_s
ource_list on how to add project repository for updates.

PS: and do not switch the firewall to Off!! It is very insecure!

Original comment by d...@soulblader.com on 29 Feb 2012 at 9:22