fulvioval
Occasional Visitor
Hi guys! I'm new in this forum and wrt firmware based routers and I need a little help.
I installed AsusWRT Merlin in my AC68u and installed Transmission following this guide:
https://www.hqt.ro/transmission-download-manager-through-new-generation-optware/
Everything looks working well except for wan acess to Transmission.
192.168.1.1 -> works and acess router page
192.168.1.1:9091 -> works and I acess Transmission web GUI
mydns.asuscomm.com:8080 -> works and acess router page
mydns.asuscomm.com:9091 -> not working
I already created firewall rules like tutorial but still not working
cat >> /jffs/scripts/firewall-start << 'EOF'
#!/bin/sh
iptables -I INPUT -p tcp --destination-port 9091 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
EOF
I tried to WAN acess from this guide but with sucess too:
https://github.com/RMerl/asuswrt-merlin/wiki/Transmission-through-Optware
The only way I found to remote acess Transmission from Wan is setting a port forward, from 19091 redirecting to 192.168.1.1:9091. How can I make work mydns.asuscomm.com:9091?
Thanks for any help
I installed AsusWRT Merlin in my AC68u and installed Transmission following this guide:
https://www.hqt.ro/transmission-download-manager-through-new-generation-optware/
Everything looks working well except for wan acess to Transmission.
192.168.1.1 -> works and acess router page
192.168.1.1:9091 -> works and I acess Transmission web GUI
mydns.asuscomm.com:8080 -> works and acess router page
mydns.asuscomm.com:9091 -> not working
I already created firewall rules like tutorial but still not working
cat >> /jffs/scripts/firewall-start << 'EOF'
#!/bin/sh
iptables -I INPUT -p tcp --destination-port 9091 -j ACCEPT
iptables -I INPUT -p tcp --destination-port 51413 -j ACCEPT
EOF
I tried to WAN acess from this guide but with sucess too:
https://github.com/RMerl/asuswrt-merlin/wiki/Transmission-through-Optware
The only way I found to remote acess Transmission from Wan is setting a port forward, from 19091 redirecting to 192.168.1.1:9091. How can I make work mydns.asuscomm.com:9091?
Thanks for any help