What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

380.68_4 - Transmission port is always closed

did the port show up in the upnp before when it was closed?
 
Capture.PNG

Help Port Close

Add /jffs/scripts/firewall-start
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51413 -j ACCEPT

Test CanYouSeeMe.org Port : Success

 
Last edited:
@Kanuki i had the same problem when updated to the latest version [384.5] - AC68U. After banging my head against the wall for quite a while, the problem disappeared when i installed the ca-bundle and the ca-certificates from opkg. Not really sure why, but i got the tip from the transmission log.
 
Would the fire wall rules fix issues with applingtions that had port issues like that for example a game with moderate Nat?
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top