From 5f672c82dbe0e0a5bf32b18b7a306f42058117b9 Mon Sep 17 00:00:00 2001 From: Lilith <78992082+lilithium-hydride@users.noreply.github.com> Date: Mon, 6 Dec 2021 09:59:47 -0500 Subject: [PATCH] Update mythrans-bible.md Ports 3000-4000 need to be open, it uses random ports within the range. Also added ufw commands. --- mythrans-bible.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/mythrans-bible.md b/mythrans-bible.md index f07b4ff..88d8242 100644 --- a/mythrans-bible.md +++ b/mythrans-bible.md @@ -11,8 +11,15 @@ The server you're running will need to open the following ports to allow for out * 1001 - Auth Server * 2000 - Master Server * 2005 - Chat Server -* 3001 - -* 3007 - +* 3000-4000 - + +If you're using ufw as a firewall (most firewalled Linux systems), this can be done with: +``` +sudo ufw allow 1001/udp +sudo ufw allow 2000/udp +sudo ufw allow 2005/udp +sudo ufw allow 3000:4000/udp +``` ## GM Levels @@ -75,4 +82,4 @@ This command sends an announcement to all players that the server will be shut d #### /crash -This command immediately crashes the entire Darkflame Universe server, causing players to disconnect without advance warning. \ No newline at end of file +This command immediately crashes the entire Darkflame Universe server, causing players to disconnect without advance warning.