Cant connect to gameserver.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Nyx
Posts: 6
Joined: Sat Apr 24, 2010 4:56 pm

Cant connect to gameserver.

Post 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> 
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Cant connect to gameserver.

Post 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:
Hi5
Posts: 15
Joined: Sun Dec 11, 2011 11:54 am

Re: Cant connect to gameserver.

Post by Hi5 »

You know that you can show login/game server error.
aerolance
Posts: 46
Joined: Wed Dec 07, 2011 10:51 pm

Re: Cant connect to gameserver.

Post by aerolance »

Do you have the error from the cmd console?
aerolance
Posts: 46
Joined: Wed Dec 07, 2011 10:51 pm

Re: Cant connect to gameserver.

Post by aerolance »

And what ports have your forwarded? If you get kicked are you trying to login locally with your WAN IP in hosts?
User avatar
wenthian
Posts: 30
Joined: Wed Aug 04, 2010 3:39 am
Location: Indonesia
Contact:

Re: Cant connect to gameserver.

Post by wenthian »

post the screen shoot .... it would make u easier to get solution from folks
***** " I 'm the chosen not an option"
Image
chaoticme
Posts: 2
Joined: Wed Feb 15, 2012 8:11 am

Re: Cant connect to gameserver.

Post 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>
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Cant connect to gameserver.

Post 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>
Filipsons
Posts: 4
Joined: Wed Aug 15, 2012 4:49 pm

Re: Cant connect to gameserver.

Post 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 ?
User avatar
MELERIX
L2j Veteran
L2j Veteran
Posts: 6667
Joined: Sat Sep 23, 2006 11:31 pm
Location: Chile
Contact:

Re: Cant connect to gameserver.

Post by MELERIX »

check if ports are open: 7777 and 2106 both in TCP.
Filipsons
Posts: 4
Joined: Wed Aug 15, 2012 4:49 pm

Re: Cant connect to gameserver.

Post by Filipsons »

Thx for advice. Work now for me
Filipsons
Posts: 4
Joined: Wed Aug 15, 2012 4:49 pm

Re: Cant connect to gameserver.

Post 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?
Filipsons
Posts: 4
Joined: Wed Aug 15, 2012 4:49 pm

Re: Cant connect to gameserver.

Post 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 ?
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Cant connect to gameserver.

Post 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).
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.
Post Reply