mirror of
https://github.com/eliasstepanik/ark-ac-server-tools.git
synced 2026-01-26 08:18:27 +00:00
Update iptables firewall commands
This commit is contained in:
parent
91a9d84f0c
commit
34eb58fb80
@ -81,6 +81,8 @@ To allow your ARK server to communicate with the outside you have to open some p
|
|||||||
```sh
|
```sh
|
||||||
iptables -I INPUT -p udp --dport 27016 -j ACCEPT
|
iptables -I INPUT -p udp --dport 27016 -j ACCEPT
|
||||||
iptables -I INPUT -p tcp --dport 27016 -j ACCEPT
|
iptables -I INPUT -p tcp --dport 27016 -j ACCEPT
|
||||||
|
iptables -I INPUT -p udp --dport 7777 -j ACCEPT
|
||||||
|
iptables -I INPUT -p tcp --dport 7777 -j ACCEPT
|
||||||
iptables -I INPUT -p udp --dport 7778 -j ACCEPT
|
iptables -I INPUT -p udp --dport 7778 -j ACCEPT
|
||||||
iptables -I INPUT -p tcp --dport 7778 -j ACCEPT
|
iptables -I INPUT -p tcp --dport 7778 -j ACCEPT
|
||||||
iptables -I INPUT -p tcp --dport 32330 -j ACCEPT
|
iptables -I INPUT -p tcp --dport 32330 -j ACCEPT
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user