IP's
WAN IP: xxx.xxx.xxx.xxx - your external IP -> http://www.ip-adress.com to find it
LAN IP: 192.168.0.101
Router IP(GW): 192.168.0.1
1: In au_server_ls/gameserver use localhost IP ( 127.0.0.1 ) for Mask field
2: No changes needed in loginserver.properties
3: No changes needed in gameserver.properties# LoginServer will bind specified network interface # * - bind all interfaces loginserver.network.client.host=* ...... # Host that will be used by LS to listen for GS connections loginserver.network.gameserver.host=*
4: ipconfig.xml file need to look like this ( use WAN IP or NO-IP Host name )# Host that will be used to listen for client connections gameserver.network.client.host=* ...... # Address of login server gameserver.network.login.address=localhost:9014
*Delete or comment all data between <ipconfig ..> and </ipconfig><ipconfig default="xxx.xxx.xxx.xxx"></ipconfig>
5. Config IP-Router (NAT) for forwarding ports 3306, 7777, 2106, 9014 to the local IP of server. (TCP & UDP)
ports 3306, 7777, 2106, 9014 need to pointed to my computer Lan IP, in my case is 192.168.0.101
CAMMARO
Ragezone