AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   HL1 Servers (HLDS) (https://forums.alliedmods.net/forumdisplay.php?f=131)
-   -   Solved Firewall not allowed clients connecting. (https://forums.alliedmods.net/showthread.php?t=324488)

abdobiskra 05-17-2020 11:14

Firewall not allowed clients connecting.
 
Hi, I tried many solutions but did not succeed.
Code:

firewall-cmd --zone=public --add-port=27018/tcp
firewall-cmd --reload

Code:

firewall-cmd --zone=dmz --add-port=27018/tcp --permanent
Code:

iptables -A INPUT -m state --state NEW -p tcp --dport 27018 -j ACCEPT
reboot

...
Can you help, please?
- Linux centos 7

abdobiskra 05-19-2020 06:59

Re: Firewall not allowed clients connecting.
 
Solved.
Quote:

firewall-cmd --zone=dmz --add-port=27018/udp --permanent
firewall-cmd --reload


All times are GMT -4. The time now is 02:29.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.