Page 1 of 1

[H5] Client won't connect to server

Posted: Sun Jun 03, 2012 3:52 pm
by Xseil
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 5389
L2JDP Revision Number: 8892

I got the Loginserver and Gameserver to load fine, but when i open Client i enter username and pass (it's on auto create) it says user and pass incorrect. After three times I try to login the whole client exits out... Is it an ip issue? I've looked at it multiple times and still get same thing.

Re: [H5] Client won't connect to server

Posted: Sun Jun 03, 2012 4:15 pm
by tukune
hosts

Re: [H5] Client won't connect to server

Posted: Sun Jun 03, 2012 4:17 pm
by Xseil

Code: Select all

 # Copyright (c) 1993-2009 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file contains the mappings of IP addresses to host names. Each# entry should be kept on an individual line. The IP address should# be placed in the first column followed by the corresponding host name.# The IP address and the host name should be separated by at least one# space.## Additionally, comments (such as these) may be inserted on individual# lines or following the machine name denoted by a '#' symbol.## For example:##      102.54.94.97     rhino.acme.com          # source server#       38.25.63.10     x.acme.com              # x client host # 127.0.0.1 l2authd.lineage2.com# 127.0.0.1 l2testauthd.lineage2.com# 216.107.250.194 nprotect.lineage2.com 
That's my host am i missing anything?

Re: [H5] Client won't connect to server

Posted: Sun Jun 03, 2012 4:24 pm
by jurchiks
yeah, you have too many #'s there. The IPs you added should not be commented out; you've even deleted the localhost entry...

Re: [H5] Client won't connect to server

Posted: Sun Jun 03, 2012 4:31 pm
by Xseil

Code: Select all

# Copyright (c) 1993-2009 Microsoft Corp.## This is a sample HOSTS file used by Microsoft TCP/IP for Windows.## This file contains the mappings of IP addresses to host names. Each# entry should be kept on an individual line. The IP address should# be placed in the first column followed by the corresponding host name.# The IP address and the host name should be separated by at least one# space.## Additionally, comments (such as these) may be inserted on individual# lines or following the machine name denoted by a '#' symbol.## For example:##      102.54.94.97     rhino.acme.com          # source server#       38.25.63.10     x.acme.com              # x client host  127.0.0.1 localhost 127.0.0.1 l2authd.lineage2.com 127.0.0.1 l2testauthd.lineage2.com 216.107.250.194 nprotect.lineage2.com
So should it be like that?

Re: [H5] Client won't connect to server

Posted: Sun Jun 03, 2012 4:38 pm
by Xseil
Nvm I got it to work.

Re: [H5] Client won't connect to server

Posted: Sun Jun 03, 2012 4:43 pm
by jurchiks
Yep, it's correct now.