Pages

Config Aion Server

Config Aion Server for Run With IP Router
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
# 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=*
3: No changes needed in gameserver.properties
# Host that will be used to listen for client connections
gameserver.network.client.host=*
......
# Address of login server
gameserver.network.login.address=localhost:9014
4: ipconfig.xml file need to look like this ( use WAN IP or NO-IP Host name )
<ipconfig default="xxx.xxx.xxx.xxx"></ipconfig>
*Delete or comment all data between <ipconfig ..> and </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