From 34eb58fb80ab49df73a457e7e74cf2d93e446f8b Mon Sep 17 00:00:00 2001 From: Ben Peddell Date: Sat, 5 Feb 2022 19:25:44 +1000 Subject: [PATCH] Update iptables firewall commands --- README.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.asciidoc b/README.asciidoc index 417e05b..b0ffba5 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -81,6 +81,8 @@ To allow your ARK server to communicate with the outside you have to open some p ```sh iptables -I INPUT -p udp --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 tcp --dport 7778 -j ACCEPT iptables -I INPUT -p tcp --dport 32330 -j ACCEPT