Page 1 of 1

Cant pass server selection

Posted: Mon Jan 25, 2010 6:26 pm
by lea
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hi:)

I cant pass server selection.
Login is OK but when I press CONFIRM nothing happens..

Login console:

Code: Select all

Listening for GameServers on *:9014Telnet server is currently disabled.Login Server ready on *:2106Updated Gameserver [1] Bartz IP's:InternalIP: *ExternalIP: *java.net.UnknownHostException: *        at java.net.Inet4AddressImpl.lookupAllHostAddr(Native Method)        at java.net.InetAddress$1.lookupAllHostAddr(InetAddress.java:849)        at java.net.InetAddress.getAddressFromNameService(InetAddress.java:120         at java.net.InetAddress.getAllByName0(InetAddress.java:1153)        at java.net.InetAddress.getAllByName(InetAddress.java:1083)        at java.net.InetAddress.getAllByName(InetAddress.java:1019)        at java.net.InetAddress.getByName(InetAddress.java:969)        at com.l2jserver.loginserver.serverpackets.ServerList.write(ServerListava:130)        at org.mmocore.network.SelectorThread.putPacketIntoWriteBuffer(Selectohread.java:571)        at org.mmocore.network.SelectorThread.prepareWriteBuffer(SelectorThreajava:543)        at org.mmocore.network.SelectorThread.writePacket(SelectorThread.java:2)        at org.mmocore.network.SelectorThread.run(SelectorThread.java:179)
host:

Code: Select all

127.0.0.1 localhost 64.186.127.157 L2authd.lineage2.com
I used search but found nothing.

Best regards.

Re: Cant pass server selection

Posted: Mon Jan 25, 2010 6:29 pm
by janiii
use the ip of the server in the server config for external and internal hostname.

Re: Cant pass server selection

Posted: Mon Jan 25, 2010 7:20 pm
by lea

Code: Select all

# ---------------------------------------------------------------------------# Default: 127.0.0.1ExternalHostname = 64.186.127.157 # ---------------------------------------------------------------------------# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.# ---------------------------------------------------------------------------# Default: 127.0.0.1InternalHostname = 64.186.127.157 # ---------------------------------------------------------------------------# If you are behind a router which using its own local IP for Port Forwarding then set this to the routers# local IP if you want people outside your internal network to be able to connect to your server.# ---------------------------------------------------------------------------# RouterHostname = # Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = * # Default: 2106LoginserverPort = 2106 # The address on which login will listen for GameServers, use * to bind on all available IPs# Default: *LoginHostname = * # The port on which login will listen for GameServers# Default: 9014LoginPort = 9014

Code: Select all

# This is transmitted to the client from the same network, so it has to be a local IP or resolvable hostname.# This can be the internal IP such as 127.0.0.1 or the computer's IP such as 192.168.x.x.# If this IP is resolvable by the Login Server, just leave *.# ---------------------------------------------------------------------------# Default: *InternalHostname = * # Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost = 64.186.127.157 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Default: *GameserverHostname = * # Default: 7777GameserverPort = 7777
I think I have something wrong with host file

Please tell me:
1. Should host file be pasted in dedicated machine system?
2. How should be a correct host file for users (players)?
I have this on dedicated machine:

Code: Select all

64.186.127.157 localhost64.186.127.157 L2authd.lineage2.com
..and the same I gave for players:

Code: Select all

64.186.127.157 localhost64.186.127.157 L2authd.lineage2.com
Sry for a problem but I had not this one before.
Thank you.

Re: Cant pass server selection

Posted: Mon Jan 25, 2010 7:36 pm
by lea
damn, works now.

Thank you janii.

Greetings from l2jfree (by gregous) :)

Re: Cant pass server selection

Posted: Mon Jan 25, 2010 8:09 pm
by MELERIX
don't change localhost ip, it should be always 127.0.0.1

same for InternalHostname should be 127.0.0.1 always, due is "internal".

Re: Cant pass server selection

Posted: Mon Jan 25, 2010 8:33 pm
by janiii
lea wrote:damn, works now.

Thank you janii.

Greetings from l2jfree (by gregous) :)
hiii gregous ^^

Re: Cant pass server selection

Posted: Mon Jan 25, 2010 9:24 pm
by lea
thank you once again for full!!! info:)

Re: Cant pass server selection

Posted: Mon Jun 21, 2010 10:18 pm
by nirvanabah
I'm actually experiencing the same exact issue and would love to know how you fixed it? I can log in, see my game server (Bartz Server 1) the ping says 4, I click it and click confirm and get nothing :?: