- Joined
- Jan 13, 2009
- Messages
- 17
- Reaction score
- 5
IP's
WAN IP: xxx.xxx.xxx.xxx - your external IP ->
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
4: ipconfig.xml file need to look like this ( use WAN IP or NO-IP Host name )
*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
Enjoy!
WAN IP: xxx.xxx.xxx.xxx - your external IP ->
To view the content, you need to sign in or register
to find itLAN 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
Code:
# 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
Code:
# 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 )
Code:
<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
Enjoy!

