Hi..
Something wrong with my 3200 and Transmission.
Transmission is always showing that the port is closed
even though I've already open the port in firewall-start script.
#!/bin/sh
iptables -I INPUT -p tcp --destination-port 10501 -j ACCEPT
iptables -I INPUT -p udp --destination-port 10501 -j ACCEPT
I don't have any problem with downloading at all.
Restarting the router will not help. The only way to open
it back is to change the port number. But it only help for 10-15 mins
then it will be closed back again.
I also have already checked the port whether it's blocked by my ISP
or not by using this website. http://www.portchecktool.com/ and
it's not blocked
Something wrong with my 3200 and Transmission.
Transmission is always showing that the port is closed

even though I've already open the port in firewall-start script.
#!/bin/sh
iptables -I INPUT -p tcp --destination-port 10501 -j ACCEPT
iptables -I INPUT -p udp --destination-port 10501 -j ACCEPT
I don't have any problem with downloading at all.
Restarting the router will not help. The only way to open
it back is to change the port number. But it only help for 10-15 mins
then it will be closed back again.
I also have already checked the port whether it's blocked by my ISP
or not by using this website. http://www.portchecktool.com/ and
it's not blocked