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.
[H5] Client won't connect to server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: [H5] Client won't connect to server
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
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: [H5] Client won't connect to server
yeah, you have too many #'s there. The IPs you added should not be commented out; you've even deleted the localhost entry...
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: [H5] Client won't connect to server
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
-
- Posts: 43
- Joined: Sun May 30, 2010 7:43 pm
Re: [H5] Client won't connect to server
Nvm I got it to work.
- jurchiks
- Posts: 6769
- Joined: Sat Sep 19, 2009 4:16 pm
- Location: Eastern Europe
Re: [H5] Client won't connect to server
Yep, it's correct now.
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.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.