Hello!
My friend has a server (acis 385) at his home, but we are having trouble to login. If I can login from my home, he cant fom his home (where server is).
Ports are all correct, because I can log from other country..so that isnt the problem.
We tried millions of configs but nothing works.. If one can log, the other can't.
It looks like its a problem with the gameserver because He can pass loginserver, create accounts, but gets stuck on server selection screen when it tries to connect to gameserver.
When external players can log, the configs are:
* hes using no ip url
#=============================================================
# Loginserver
#=============================================================
# This is transmitted to the clients, so it has to be an IP or resolvable hostname
Hostname = cucol5.servegame.com
# Bind ip of the LoginServer, use * to bind on all available IPs
LoginserverHostname = *
LoginserverPort = 2106
# The Loginserver host and port.
LoginHostname = 127.0.0.1
LoginPort = 9014
# ================================================================
# Gameserver setting
# ================================================================
# This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave
#*
Hostname = cucol5.servegame.com
# Bind ip of the gameserver, use * to bind on all available IPs.
GameserverHostname = *
GameserverPort = 7777
# The Loginserver host and port.
LoginHost = 127.0.0.1
LoginPort = 9014
L2.INI also has cucol5.servegame.com as server adress.
We tried many options we found online, but nothing works, its beens like that for many days now, thats why I decided to ask here.