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!

Some questions on AC86U

Phoenix13023

New Around Here
Hello Guys,

I have a new AC86U and flash it to Merlin 384.5. I use a HDD connect to usb3.0 port and follow a tourist install Transmission (2.94).
The problem is the transmission couldn't connect private bitorrent tracker and the port for its always closed.
I have try write script like :
Code:
#!/bin/sh
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51413 -j ACCEPT

and also set the "Port forwarding" in "Wan"-"advanced settings".

But in transmission remote gui - wan - port "testing", it's still close.

In transmission setting, DHT,pex are all be off.

So, it's look like two issue, or may be one. I don't know how I could find the right way for it.

If you know anything related, please tell me. thx!
 

Similar 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