From 4cfeb1dc0c00b17a9b69125af94d2b33136281be Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Thu, 26 Mar 2015 15:59:31 -0400 Subject: [PATCH] DarthArgus created page: dmz --- dmz.markdown | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 dmz.markdown diff --git a/dmz.markdown b/dmz.markdown new file mode 100644 index 0000000..7b00d7c --- /dev/null +++ b/dmz.markdown @@ -0,0 +1,23 @@ +# Allowing Outside Access + +## Game Server Settings + +For a VM, change network settings from NAT to bridged. Edit /etc/hosts and change the IP for the machine hostname to your public IP (http://icanhazip.com) + +## SWG Config + +Edit default.cfg in nge-swg-master/exe/linux and set node0 to your public IP address + +## Ubuntu: Disable Firewall + +(or just add rules to open the SWG ports) + +sudo ufw disable + +## SWG Database Modification + +Open SQL Developer and go to the cluster_list table and change the address to your public IP + +## DMZ or Port Forwarding + +Go into your router configuration area and find the DMZ setting. Enable it and point it at the LAN address of the SWG server - you may also be able to simply forward the [SWG ports](ports) to the game server instead, which would be more secure. \ No newline at end of file