[Solved]External players Cannot join, Online server

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
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

[Solved]External players Cannot join, Online server

Post by ketchupyx »

Hello, i have a big problem here: i'll explain myself.

I downloaded yesterday the last version of the Epilogue server ( from http://www.l2jserver.com/nightly/ )

I sat up the server like explained on the wiki, opened ports (7777,2109,9014...)
Then i tested the server in local and everything worked wonderfully

The problem is to allow external players to join my server, impossible, they can't even pass the login, Why??

i disabled all firewalls and doesn't works =(


my login:

Code: Select all

---------------------------------------------------------------------------# Default: 127.0.0.1ExternalHostname = 87.66.224.65 # ---------------------------------------------------------------------------# 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 = 127.0.0.1 # ---------------------------------------------------------------------------# 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 # The delay in minutes after which the login updates the gameservers IP's (usefull when their ip is dynamic)# Default: 15IpUpdateTime = 15 



my host:

Code: Select all

127.0.0.1      localhost87.66.224.65 L2authd.lineage2.com216.107.250.194 nprotect.lineage2.com216.107.250.194 update.nProtect.com216.107.250.194 update.nProtect.net

myip.com:

Code: Select all

My IP address is: 87.66.224.65My IP Address Location: Jumet in ip address flag BelgiumISP of my IP: Belgacom Skynet
here is what i get when launching the loginserver:

Code: Select all

Cached 10 KeyPairs for RSA communicationStored 20 keys for Blowfish communicationLoaded 127 server namesLoaded 1 registered Game ServersCached 10 RSA keys for Game Server communication.Loaded 2 IP Bans.Listening for GameServers on *:9014Telnet server is currently disabled.Login Server ready on *:2106

Can someone helps me please? =(
Last edited by ketchupyx on Sun Mar 07, 2010 2:00 am, edited 1 time in total.
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: External players Cannot join, Online server

Post by kotk »

Did you startup the game server? I don't see it connecting in your login server log.
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: External players Cannot join, Online server

Post by jurchiks »

I don't see the:
Updated Gameserver [ID] name IP's:
InternalIP: ip
ExternalIP: ip

you sure the gs connects to ls?
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

Re: External players Cannot join, Online server

Post by ketchupyx »

we have got to launch the game server to be able to see the server list? i dont think so, i just want my friend to be able to connect, i thing that even if i dont launch the GS they should see an offline server, here they bug directly after they enter login/pass, its like they cant even access to loginserver (in local i can see server list even without GS opened....)
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: External players Cannot join, Online server

Post by kotk »

Did you open port 2109 or 2106? 2106 should be opened.
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

Re: External players Cannot join, Online server

Post by ketchupyx »

yeaaaap :x

Code: Select all

    Name 	Activated 	Protocol 	Public start port 	Public end port 	LAN start port 	Local IP Address l2 	Yes 	TCP 	7777 	7777 	7777 	192.168.1.3 	 l2 	Yes 	UDP 	7777 	7777 	7777 	192.168.1.3 	 l2 	Yes 	TCP 	9014 	9014 	9014 	192.168.1.3 	 l2 	Yes 	UDP 	9014 	9014 	9014 	192.168.1.3 	 l2 	Yes 	TCP 	2106 	2106 	2106 	192.168.1.3 	 l2 	Yes 	UDP 	2106 	2106 	2106 	192.168.1.3 l2 	Yes 	TCP 	3306 	3306 	3306 	192.168.1.3 	 l2 	Yes 	UDP 	3306 	3306 	3306 	192.168.1.3 	  
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: External players Cannot join, Online server

Post by kotk »

Only thing I can think of is change InternalHostname = 127.0.0.1 to 192.168.1.3. Also, you should not need to expose 3306 or 9014. Unless you want external access to mysql and have a gameserver on another machine.
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

Re: External players Cannot join, Online server

Post by ketchupyx »

i'll try, thanks, but i saw something wierd at the begining of the Login server console :

Code: Select all

L2Properties: Missing property for key - PacketHandlerDebugL2Properties: Missing property for key - RequestServerIDL2Properties: Missing property for key - AcceptAlternateIDL2Properties: Missing property for key - DatapackRootL2Properties:[b] Missing property for key - RouterHostname[/b]
isnt it wierd?
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: External players Cannot join, Online server

Post by kotk »

You can ignore those.
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

Re: External players Cannot join, Online server

Post by ketchupyx »

I tried to change the internal but still not working =(
danger
Posts: 15
Joined: Fri Feb 26, 2010 9:17 am

Re: External players Cannot join, Online server

Post by danger »

Your ports are forwarded already I assume. Make sure your files are like these ones listed here

You don't need to put 192.168.1.x even behind a router because 127.0.0.1 and/or * will auto and/or bind all available.

LOGINSERVER
Image

GAMESERVER
Image
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

Re: External players Cannot join, Online server

Post by ketchupyx »

Thanks danger, but as you can see in my first post i already did that =s
danger
Posts: 15
Joined: Fri Feb 26, 2010 9:17 am

Re: External players Cannot join, Online server

Post by danger »

ketchupyx wrote:Thanks danger, but as you can see in my first post i already did that =s

I sure did ^^ I forgot to mention if you altered your hosts file to such;

127.0.0.1 localhost
87.66.224.65 nProtect.lineage2.com
87.66.224.65 l2authd.lineage2.com

If you can connect with your HOSTS.file like such, then others can connect as well and they may have just not altered their HOSTS.file accordingly. I erased everything out of the HOSTS.file and left only those lines, replacing my IP with yours for you to use if you like.

Start your login server and game server up, add me to msn, I've help many people set their servers up with Team Viewer so perhaps I can look myself with you and get you going. :)
ketchupyx
Posts: 18
Joined: Fri Aug 10, 2007 3:51 pm

Re: External players Cannot join, Online server

Post by ketchupyx »

Problem Solved, thanks Danger for spending 2 hours on the problem :lol:
kotk
Posts: 99
Joined: Wed Jan 04, 2006 12:51 am

Re: [Solved]External players Cannot join, Online server

Post by kotk »

So what was the resolution?
Post Reply