DarthArgus created page: dmz

This commit is contained in:
DarthArgus
2015-03-26 15:59:31 -04:00
parent d4fd879886
commit 4cfeb1dc0c

23
dmz.markdown Normal file
View File

@@ -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.