Page 1 of 1

Firewall Port Management

Posted: 09 Mar 2018, 18:22
by yldouright
Running Porteus 3.2.x and noted that my Transmission listening port (51413) is closed. How do I open it for individual users and/or system wide?

Firewall Port Management

Posted: 10 Mar 2018, 09:24
by Blaze
I think it's not Porteus issue. Open manually this port in your router http://192.168.1.1 or http://192.168.0.1
If it's Porteus, try these rules

Code: Select all

su
toor
iptables -A INPUT -m state --state NEW -p tcp --dport 51413 -j ACCEPT
iptables -A INPUT -m state --state NEW -p udp --dport 51413 -j ACCEPT
Cheers