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!

elrengo

Regular Contributor
Hi! I've a AC-3100 with Asuswrt-merlin. I have installed Entware and ruTorrent. I open some ports in the firewalls:


Code:
elrengo@RT-AC3100:/jffs/scripts# pwd

/jffs/scripts
elrengo@RT-AC3100:/jffs/scripts# ls -l
-rwxr-xr-x    1 elrengo  root         25889 Feb  8 17:19 amtm
-rwxrwxrwx    1 elrengo  root           237 Feb  8 18:21 firewall-start
-rwxr-xr-x    1 elrengo  root            93 May 19 14:18 post-mount
-rwxr-xr-x    1 elrengo  root           224 Feb  8 17:25 post-mount.div
-rwxr-xr-x    1 elrengo  root           154 May 19 14:16 services-start
-rwxr-xr-x    1 elrengo  root            77 Feb  8 17:25 services-stop
elrengo@RT-AC3100:/jffs/scripts# cat ./firewall-start
iptables -I INPUT -p tcp --destination-port 81 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 51411 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51411 -j ACCEPT
iptables -I INPUT -p udp --destination-port 51412 -j ACCEPT
elrengo@RT-AC3100:/jffs/scripts#

A weeks ago that works fine but now is impossible to access via web to my ruTorrent site... It's something change? I've bad configuration?
Thanks
 
Try port forwarding in the GUI see if that helps.
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

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