Cant pass server selection

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
lea
Posts: 35
Joined: Wed Sep 30, 2009 9:45 pm

Cant pass server selection

Post 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.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Cant pass server selection

Post by janiii »

use the ip of the server in the server config for external and internal hostname.
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
lea
Posts: 35
Joined: Wed Sep 30, 2009 9:45 pm

Re: Cant pass server selection

Post 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.
lea
Posts: 35
Joined: Wed Sep 30, 2009 9:45 pm

Re: Cant pass server selection

Post by lea »

damn, works now.

Thank you janii.

Greetings from l2jfree (by gregous) :)
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Cant pass server selection

Post 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".
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Cant pass server selection

Post by janiii »

lea wrote:damn, works now.

Thank you janii.

Greetings from l2jfree (by gregous) :)
hiii gregous ^^
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
lea
Posts: 35
Joined: Wed Sep 30, 2009 9:45 pm

Re: Cant pass server selection

Post by lea »

thank you once again for full!!! info:)
nirvanabah
Posts: 1
Joined: Fri Jun 18, 2010 1:49 pm

Re: Cant pass server selection

Post 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 :?:
Post Reply