hey i followed all the guide by stepp and have this lil problem ( but i didnt setup the website )
I go into game and type my user and pass then at the game selection screen i cant go farther.
here is my login config:
Code:
# This is transmitted to the clients connecting from an external network, so it has to be a public IP or resolvable hostname
ExternalHostname=74.57.xxx.xxx
# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname
InternalHostname=192.168.0.100
and gameserver config:
Code:
# 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=74.57.xxx.xxx
# 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.0.100
in hosts :
Code:
127.0.0.1 localhost
192.168.0.100 l2authd.lineage2.com
i am behind a router in wich i forwarded all the 3 ports need the good way.
and i am trying to connect from my second PC wich is in the same network.
Plz help.