From 00510c87b19b8af5a170bad884790744e8350440 Mon Sep 17 00:00:00 2001 From: FezVrasta Date: Wed, 24 Jun 2015 14:00:59 +0200 Subject: [PATCH] fixed iptables informations --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05c0dab..7b64a76 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,13 @@ After these edits, you'll need to restart your bash session or reconnect to your ```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 7778 -j ACCEPT +iptables -I INPUT -p tcp --dport 7778 -j ACCEPT ``` +NB: Change the ports according to the ones set in your `arkmanager.cfg` file. + ## Install ARK Server Tools To install ARK Server Tools run this command: