Firewall Port Management

Technical issues/questions of an intermediate or advanced nature.
yldouright
Black ninja
Black ninja
Posts: 80
Joined: 04 Mar 2015, 16:27
Distribution: Porteus (slackware 12.1)
Location: NY

Firewall Port Management

Post#1 by yldouright » 09 Mar 2018, 18:22

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?

User avatar
Blaze
DEV Team
DEV Team
Posts: 3869
Joined: 28 Dec 2010, 11:31
Distribution: ⟰ Porteus current ☯ all DEs ☯
Location: ☭ Russian Federation, Lipetsk region, Dankov
Contact:

Firewall Port Management

Post#2 by Blaze » 10 Mar 2018, 09:24

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
Linux 6.6.11-porteus #1 SMP PREEMPT_DYNAMIC Sun Jan 14 12:07:37 MSK 2024 x86_64 Intel(R) Xeon(R) CPU E3-1270 v6 @ 3.80GHz GenuineIntel GNU/Linux
MS-7A12 » [AMD/ATI] Navi 23 [Radeon RX 6600] [1002:73ff] (rev c7) » Vengeance LPX 16GB DDR4 K2 3200MHz C16

Post Reply