Page 1 of 1

Cant connect to gameserver.

Posted: Tue Dec 13, 2011 2:31 am
by Nyx
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:

Hello guys im using the last nightly build to try to make a server.
Im currently working on a VPS and trying to make the server run

The problem is when i try to log in and select the server i get kicked.
Ports are all open, and ipconfig has the external ip placed in and nothing else was changed.
No errors in the console, neither login or game server.

Im sure the error is on ipconfig.xml but cant figure what

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="200.58.115.151" 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" /></gameserver> 

Re: Cant connect to gameserver.

Posted: Tue Dec 13, 2011 8:03 am
by MELERIX
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number:
L2JDP Revision Number:
what about this ? :roll:

Re: Cant connect to gameserver.

Posted: Tue Dec 13, 2011 9:06 am
by Hi5
You know that you can show login/game server error.

Re: Cant connect to gameserver.

Posted: Wed Dec 14, 2011 4:46 pm
by aerolance
Do you have the error from the cmd console?

Re: Cant connect to gameserver.

Posted: Wed Dec 14, 2011 4:47 pm
by aerolance
And what ports have your forwarded? If you get kicked are you trying to login locally with your WAN IP in hosts?

Re: Cant connect to gameserver.

Posted: Tue Dec 20, 2011 6:19 pm
by wenthian
post the screen shoot .... it would make u easier to get solution from folks

Re: Cant connect to gameserver.

Posted: Wed Feb 15, 2012 8:18 am
by chaoticme
Hi,, need help here...

L2J Revision Number: 5177
L2JDP Revision Number: 8676

I successfully connected in login and created new account, however.. I have a problem connecting in Gameserver..

e.g.
Server: Aria
Ping: 99999


How to solve this one?


I already set my ipconfig.xml:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="192.168.1.25" 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" />
<define subnet="192.168.1.0/24" address="192.168.1.0" />
</gameserver>

Re: Cant connect to gameserver.

Posted: Wed Feb 15, 2012 10:30 am
by tukune
Are your LAN IP is 192.168.1.25? try this.
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="127.0.0.1" 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.1.25" />
</gameserver>

Re: Cant connect to gameserver.

Posted: Wed Aug 15, 2012 5:46 pm
by Filipsons
Hello all i have problem to connect to gameserver.
I start game client create acc and pass all ok but the i go to server selection and nothing happens. Server is online and woks good but problem to get in. Any suggestions ?

Re: Cant connect to gameserver.

Posted: Wed Aug 15, 2012 6:55 pm
by MELERIX
check if ports are open: 7777 and 2106 both in TCP.

Re: Cant connect to gameserver.

Posted: Wed Aug 15, 2012 8:30 pm
by Filipsons
Thx for advice. Work now for me

Re: Cant connect to gameserver.

Posted: Sun Aug 26, 2012 3:20 pm
by Filipsons
Now i have new problem i can get in in to game server from my second pc but other payers cant. I use router and i open ports like 9014.7777.2106.2009.53 but still not enable to connect. My local ip is 198.168.0.101 but external is different i use only my external ip l2jserver\game\config ip config wher is external ip. and in l2.ini file. But its not working sow where is the problem?

Re: Cant connect to gameserver.

Posted: Sun Aug 26, 2012 4:04 pm
by Filipsons
And now new problem i try to scan my ports but 2016 port show close how to open all other ports is open ?

Re: Cant connect to gameserver.

Posted: Sun Aug 26, 2012 5:08 pm
by jurchiks
it's 2106, not 2016.
You need to open only ports 2106 and 7777 and need to edit IPs only in ipconfig.xml.
If you can't properly forward ports in your router, google some manuals.
You also don't need to edit the client just to connect; you can just add your server IP in the hosts file (search the forums, hundreds of examples here).