Page 1 of 1

Connection problem.

Posted: Mon Dec 27, 2010 5:22 pm
by AphroditeProject
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4443
L2JDP Revision Number:7695

This must be the third thread today. xD Sorry for being such a pain.

I've managed to open both loginserver and gameserver. I open the game and proceed to create an account (i.e. "david") and I log on. I get to the server screen and I see Bartz, I double-click it and it says I have been disconnected from the server.

When I try to login with the same username and password, it says it has been already created and it doesn't allow me to proceed.

When I exit the game it shows me on the loginserver cmd that there has been an account created for "david", but I cannot open the server nor login with that account.

Re: Connection problem.

Posted: Tue Dec 28, 2010 1:17 am
by MELERIX
I guess you have incorrect IP Settings or incorrect Hosts file :P

Re: Connection problem.

Posted: Wed Dec 29, 2010 12:12 pm
by Barthyczg
You must correct set your config file (loginserver.properties)

This is my config

Code: Select all

# Bind ip of the LoginServer, use * to bind on all available IPs# Default: *LoginserverHostname = 240.83.151.1  # 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
this I have in server.properties:

Code: Select all

# Where's the Login server this gameserver should connect to# Default: 127.0.0.1LoginHost = 127.0.0.1 # TCP port the login server listen to for gameserver connection requests# Default: 9014LoginPort = 9014 # Bind address for gameserver. You should not need to change it in most cases.# Default: * (0.0.0.0)GameserverHostname = * # Default: 7777GameserverPort = 7888
Then u must edit l2.ini or host

Re: Connection problem.

Posted: Wed Dec 29, 2010 12:32 pm
by jurchiks
You DO NOT EDIT IPs in properties files!! Everything works just by editing ipconfig.xml!
There are only few reasons why you would require to edit IPs in properties, one of them is if you have GS and LS on separate boxes.