help plz T^T can't login server
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 1
- Joined: Wed May 25, 2011 8:17 am
help plz T^T can't login server
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
» 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
You do not have the required permissions to view the files attached to this post.
-
- Posts: 9
- Joined: Sun May 22, 2011 4:30 pm
- Location: Poland
Re: help plz T^T can't login server
Show me your ipconfig.xml, server.properties and loginserver.properties.
This will be local or live server?
This will be local or live server?
-
- Posts: 5
- Joined: Sat May 28, 2011 9:11 am
Re: help plz T^T can't login server
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:
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.
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>
-
- Posts: 9
- Joined: Sun May 22, 2011 4:30 pm
- Location: Poland
Re: help plz T^T can't login server
Start -> run -> cmd -> ipconfig /all
What's your local ip?
192.168.0.106 or *.206?
What's your local ip?
192.168.0.106 or *.206?
-
- Posts: 5
- Joined: Sat May 28, 2011 9:11 am
Re: help plz T^T can't login server
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.
*.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.
-
- Posts: 9
- Joined: Sun May 22, 2011 4:30 pm
- Location: Poland
Re: help plz T^T can't login server
This should look that:
Show me server.properties from /gameserver and loginserver.properties from /loginserver
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>
-
- Posts: 5
- Joined: Sat May 28, 2011 9:11 am
Re: help plz T^T can't login server
Why do I need this:
if my subnet is 192.168.0.x
and
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.
Code: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />
and
Code: Select all
<gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
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.

-
- Posts: 1160
- Joined: Thu Aug 30, 2007 5:17 pm
Re: help plz T^T can't login server
<?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
<!-- 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
-
- Posts: 9
- Joined: Sun May 22, 2011 4:30 pm
- Location: Poland
Re: help plz T^T can't login server
You should not change 172.16.0.0 to 192.168.* cuz it's wrong.IntoDEV wrote:Why do I need this:if my subnet is 192.168.0.xCode: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />
and
Will make it unavailable for other players from WAN.Code: Select all
<gameserver address="192.168.0.106" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
Sorry, I don't know that you would make live server.
If you got router, open following ports on TCP/UDP:
9014
7777
2016
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
Re: help plz T^T can't login server
Sordi wrote:If you got router, open following ports on TCP/UDP:
9014
7777
2016

- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
Re: help plz T^T can't login server
No need.IntoDEV wrote:Why do I need this:if my subnet is 192.168.0.xCode: Select all
<define subnet="172.16.0.0/19" address="172.16.0.0" />
<?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>
-
- Posts: 9
- Joined: Sun May 22, 2011 4:30 pm
- Location: Poland
Re: help plz T^T can't login server
Why? it's loginserver port.tukune wrote:Sordi wrote:If you got router, open following ports on TCP/UDP:
9014
7777
20162016
-
- Posts: 5
- Joined: Sat May 28, 2011 9:11 am
Re: help plz T^T can't login server
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".
-
- Posts: 43
- Joined: Sat Jan 02, 2010 11:13 am
Re: help plz T^T can't login server
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 ?
- tukune
- Posts: 533
- Joined: Sun Mar 29, 2009 2:35 pm
- Location: Japan
Re: help plz T^T can't login server
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.
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.