I had changed before my external, there i wrote ip from http://www.whatsmyip.org/,
and on internal i've ip from cmd/ipconfig not 127.0.0.1
l2.ini i got correct, my friends too
Dont think so if i change my internal to 127.0.0.1 my friends can join my server... =/
Maybe i've something wrong in here:
gameserver/config/server.properties
# Bind ip of the gameserver, use * to bind on all available IPs
GameserverHostname=(* or my ip should be here)?
GameserverPort=7777
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
# If this ip is resolvable by Login just leave *
ExternalHostname= (my ip got here at this moment)
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
# If this ip is resolvable by Login just leave *
InternalHostname=(192.168.1.12 or 127.0.0.1 - this first i've at this moment)
# The Loginserver host and port
LoginPort=9014
LoginHost=127.0.0.1