README.md edited online with Bitbucket
[swg-src.git] / NOTES.md
blob24aaca473476f140cf3c6ea10899d08fb45e6030
1 # Allowing Outside Access
3 ## Game Server Settings
5 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)
7 ## SWG Config
9 Edit default.cfg in nge-swg-master/exe/linux and set node0 to your public IP address
11 ## Ubuntu: Disable Firewall
13 (or just add rules to open the SWG ports)
15 sudo ufw disable
17 ## SWG Database Modification
19 Open SQL Developer and go to the cluster_list table and change the address to your public IP
21 ## DMZ or Port Forwarding
23 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.
24