Configuring Aion Server with IP Router

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 13, 2009
Messages
17
Reaction score
5
IP's
WAN IP: xxx.xxx.xxx.xxx - your external IP -> 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

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>
*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!
 
Router ip is not always using the 0 subnet! Best option to find router ip is to set your network connection to dhcp and look at the gateway ip that he provided.

Is only an example ;)
For find router local IP or your network adapter gateway ca use Start->run->cmd then type netstat /all
 
hi, i have that config, and ports open, but my users cannot join to gameserver, one of those people have the same folder than i in his PC portable, is a copy paste, with the client no-ip and dll files but don't connect to the server world, can anyone tell me what is bad?
with my clients i can connect to other private servers...
i'm usin 2.1.0.X Source, and i test clients 2.1.0.1 and 2.1.0.3 and in my pc goes, but to my users no, i made a look to ports of WOW, and Ragnarok Online and don't found any port to cause conflicts, i have the 3 servers mounted, RO and WOW goes fine but aion dont connect, i only change the passwords for database in de server emulator, and i has comproved the ID server, the CC, and all i thing, any idea please??

thanks and sorry by my poor english level^^
i'm a spanish user^^

if any want to test my server ip : hermasoiky.sytes.net
no-ip Config :

HostName=hermasoiky.sytes.net
LPort=2106
CountryCode=1
Lang=ENU
OptionalParameters=-noauthgg -ng -noweb
AutoClose=true
SName=HermasoikyAion
RegiUrl=http://www.hermasoiky.sytes.net
ForumUrl=http://hermasoiky.sytes.net/aion
WebUrl=http://hermasoiky.sytes.net
ContactUrl=http://hermasoiky.sytes.net
NewsUrl=http://hermasoiky.sytes.net
VoteUrl=http://hermasoiky.sytes.net/templates/black_lernvid.com/images/logo.png
NrGServ=1
Gs1Name=HermasoikyAion
Gs1Ip=hermasoiky.sytes.net
Gs1Port=7777

other time, thanks a lot for all!!
 
Last edited:
Hi, thanks for the guide! I have a question, though.

IP's
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>
*Delete or comment all data between <ipconfig ..> and </ipconfig>

If I put my external IP in here, external connections work fine, but if I use my no-ip hostname (which resolves correcly) I get that "cannot connect to the authorization server" error. Any suggestions?

Thanks!
 
people can't connect to my server all my server files are written right i don't know what's wrong if they try to login i can see there come's a new connection in login console but they freeze and can't login what's wrong ?

gameserver config : localhost
chatserver config : localhost
ipconfig.xml : no ip hostname

in database the ip is set to : 127.0.0.1

i can connect my server but other's can't please help
 
I have a weird problem. My friend can connect to my IP 67.x.x.x but I can't connect to my IP.
They can login to the server and I can't. Except when I make it 127.0.0.1, I can but they can't

>.<
 
Have you opened ports in router as well as in windows firewall?

Yes, I opened them in the gateway 10.0.0.1 my ports: 7777, 2106, 9014, 3316(I'm using Novo's MySQL), 80
I pretty much don't have a problem on making it online, everyone could login my server. But the problem is, when I use my IP as WAN IP in IPConfig, they could login while I can't login. I can't also go to my own IP like or without :8096

I believe I'm using a router IP which is 10.0.0.8, same as my gateway 10.0.0.1 but can't connect to my WAN IP.

Any solution for this? I tried calling COMCAST but they never understand what I meant ._. and searched the forums of COMCAST but no solution was found lol...
 
Status
Not open for further replies.
Back