Hello
I'm having the same problem and i can't solve it out T_T
at Login everything is ok, players can insert user + password they hit enter then they get stuck at server list ... i'm behind a router and i'm new at setting server behind a router. I desperatly need your help, please understand me and try to help( very very much appreciated

)
here are my info in gameserver:
Code: Select all
# Bind ip of the gameserver, use 0.0.0.0 to bind on all available IPsGameserverHostname=0.0.0.0GameserverPort=7777 # This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostnameExternalHostname=l2serverandrei.no-ip.org # This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostnameInternalHostname=192.168.0.2# Note: you can define server hostname for each network in subnets.properties # The Loginserver host and portLoginPort=9014LoginHost=192.168.0.2
and this is my loginserver info
Code: Select all
# ==========# Connection# ========== # Bind ip of the loginserver, use 0.0.0.0 to bind on all available IPsLoginServerPort = 2106LoginServerHostName = 0.0.0.0 # The port, ip on which login will listen for GameServersLoginPort = 9014LoginHostName = 192.168.0.2
and i don't have any errors on emu.. not on login not on gameserver, only get stuck in server list after entering OK after inserting account and password.. T_T Please help me
I just don't get it..i tried 12318 variables....and still they can't get through.. i forwarded , 3306, 2106, 9106 and 7777 from my router to 192.168.0.2 (my pc in network)
Please very please, if you can help me very very much appreciated !