Page 1 of 2
help plz T^T can't login server
Posted: Wed May 25, 2011 8:30 am
by mkungjah
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision
4422:
L2JDP Revision
7669:
when i choose server
why i can't login +_+"
help me plzz
sorry for my english language
Re: help plz T^T can't login server
Posted: Wed May 25, 2011 3:40 pm
by Sordi
Show me your ipconfig.xml, server.properties and loginserver.properties.
This will be local or live server?
Re: help plz T^T can't login server
Posted: Sun May 29, 2011 10:47 am
by IntoDEV
I am having the same problem, I can login to see the servers, it shows that the server is online, but when i click confirm nothing happens, i've tried WAN ip connection to the server, that one doesn't connect, LAN ip connection does this.
My ipconfig.xml:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="212.117.29.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="127.0.0.1" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="192.168.0.0/16" address="192.168.0.106" /> <define subnet="192.168.0.0/16" address="192.168.0.206" /></gameserver>
The server is the latest H5 unstable. I was able to connect sometimes, sometimes I was able to connect after a server restart, but today it just really died and won't let me connect.
Re: help plz T^T can't login server
Posted: Sun May 29, 2011 9:30 pm
by Sordi
Start -> run -> cmd -> ipconfig /all
What's your local ip?
192.168.0.106 or *.206?
Re: help plz T^T can't login server
Posted: Sun May 29, 2011 11:02 pm
by IntoDEV
my local is *.106
*.206 is other computer.
The other weird thing is that i can sometimes login. if i use the wan ip to connect, lan ip gets faster through login but encounters this problem, WAN connection just sometimes refuses to simply connect.
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 6:17 am
by Sordi
This should look that:
Code: Select all
1. <?xml version="1.0" encoding="UTF-8"?> 2. <!-- Externalhost here (Internet IP) or Localhost IP for local test --> 3. <gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> 4. <!-- Localhost here --> 5. <define subnet="127.0.0.0/8" address="127.0.0.1" /> 6. <!-- Internalhosts here (LANs IPs) --> 7. <define subnet="172.16.0.0/19" address="172.16.0.0" /> 8. <define subnet="192.168.0.0/16" address="192.168.0.106" /> 9. </gameserver>
Show me server.properties from /gameserver and loginserver.properties from /loginserver
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 10:46 am
by IntoDEV
Why do I need this:
Code: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />
if my subnet is 192.168.0.x
and
Code: Select all
<gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
Will make it unavailable for other players from WAN.
I think the problem lies somewhere else, since I do know what I am doing, maybe it's my router doing stupid things.
on LS and GS I've tried leaving them at defaults or changing them manually, the same problem persists.
The only way to login is to connect with WAN IP since LAN connection gets through LS but not GS and with WAN connection I sometimes cannot connect. I'll leave current settings that I have since they're the only ones that lets me connect sometimes.

Re: help plz T^T can't login server
Posted: Mon May 30, 2011 11:33 am
by hope
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="
put external ip here" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" />
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="192.168.0.0" />
put internal ip here
</gameserver>
this is all you need to do post your host file so i can make sure it is ok
this is from the pc that is hosting the server
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 12:52 pm
by Sordi
IntoDEV wrote:Why do I need this:
Code: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />
if my subnet is 192.168.0.x
and
Code: Select all
<gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
Will make it unavailable for other players from WAN.
You should not change 172.16.0.0 to 192.168.* cuz it's wrong.
Sorry, I don't know that you would make live server.
If you got router, open following ports on TCP/UDP:
9014
7777
2016
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 1:32 pm
by tukune
Sordi wrote:If you got router, open following ports on TCP/UDP:
9014
7777
2016

2016
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 1:42 pm
by tukune
IntoDEV wrote:Why do I need this:
Code: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />
if my subnet is 192.168.0.x
No need.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="
put external ip here" xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="127.0.0.1" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="10.0.0.0" /> You can delete this line.
<define subnet="172.16.0.0/19" address="172.16.0.0" /> You can delete this line.
<define subnet="192.168.0.0/16" address="
put internal ip here" />
</gameserver>
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 1:48 pm
by Sordi
tukune wrote:Sordi wrote:If you got router, open following ports on TCP/UDP:
9014
7777
2016

2016
Why? it's loginserver port.
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 7:53 pm
by IntoDEV
When I can login, I can login as many accounts as I want, but if I disconnect some I am unable to connect again or if I restart login server I am able to login again, but when i select gameserver it instantly shows "You have been disconnected".
Re: help plz T^T can't login server
Posted: Mon May 30, 2011 9:05 pm
by RazRazvan
Excuse me mates , I got the same problem at the first try , I changed in server.properties and loginserver.properties and the ipconfig.xml . Everything fine , I can connect to my server . Also my friends can connect and see the server , but when they press " Create Character " they get crash error. I bet this is client-side , but what can I do to help them log into ? I tried everything ( Sent the system I am using to log into ; Run LineageII.exe for feature update ; Delete Option.ini ; Updated AMD driver ) . What else is there ?
Re: help plz T^T can't login server
Posted: Tue May 31, 2011 2:26 am
by tukune
You can see the game server version.
server.properties
AllowedProtocolRevisions = (Your server version list here. Do'nt modify)
You can see the game client version.
Open command prompt. then type
START "C:\Program Files\Lineage II\system\L2.bin" -L2ProtocolVersion
(See also
http://l2jserver.com/wiki/index.php/Kno ... _my_client)
Both need match.