Page 1 of 1

Cant connect using external IP

Posted: Sat Jun 28, 2014 2:48 pm
by DernierMartyr
Yes i used search on l2j site and google for similar topics, but nthing works for me.

Can connect to server without problems if using my lan ip 192.168.1.100 and local ip 127.0.0.1 for host file client connection.
But cant connect if i use external IP 89.41.67.187 on host l2authd, client says "loggining please wait" forever.

What i did.
:idea: I set forward ports and restarted router.
Proof:
Image

using this tool http://www.yougetsignal.com/tools/open-ports/
result all ports are open.
And also turned off windows firewall and router firewall.

:idea: Here is screen from login server:
Image


:idea: Here is my last ipconfig.xml file(i used also default and hunderds different setups for this still nothing):
<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="89.41.67.187" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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="192.168.0.0/16" address="192.168.1.100" />
<define subnet="89.41.0.0/19" address="89.41.67.187" />
</gameserver>
:idea: Login server and server config files are as defalut ip* only password to mysql changed.

I guess problem is in my ipconfig.xml file setup, any ideas?
i tried yesterday 12 hours and today all day still nothig :|

If your server can get external connection please post your login server screen and ipconfig.xml i will try another setups using working examples.

Thanx.

add:
I tested all this on my local network from 2 PC.
If some one willing to help to test from external please fell free to check this and post here result, autoreg is on.
host
89.41.67.187 L2authd.Lineage2.com

Re: Cant connect using external IP

Posted: Tue Jul 01, 2014 7:53 am
by tukune
<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="89.41.67.187" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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="192.168.0.0/16" address="192.168.1.100" /> :evil:
<define subnet="89.41.0.0/19" address="89.41.67.187" /> :evil:
</gameserver>

Re: Cant connect using external IP

Posted: Tue Jul 01, 2014 8:24 am
by DernierMartyr
JOJO wrote:<?xml version="1.0" encoding="UTF-8"?>
<!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="89.41.67.187" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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="192.168.0.0/16" address="192.168.1.100" /> :evil:
<define subnet="89.41.0.0/19" address="89.41.67.187" /> :evil:
</gameserver>
yes if i remove 192.168.1.100 i cant connect from local network,
last one ip was just for test, also
my current iconfig but still doesnt work with external
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by http://ipconfig.admincp.eu/ -->
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="89.41.67.187" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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.1.100" />
</gameserver>

Re: Cant connect using external IP

Posted: Tue Jul 01, 2014 10:22 pm
by tukune

Re: Cant connect using external IP

Posted: Tue Jul 01, 2014 11:53 pm
by DernierMartyr
Strange thing is before, using same router i was able to connect without forwards and all those thing, but after i reset router all this happen.
So i must understand my server is working for PC's outside of network but if will try to use external IP from inside network it wont work.

Re: Cant connect using external IP

Posted: Sun Jul 13, 2014 2:49 pm
by Stalitsa
So i must understand my server is working for PC's outside of network but if will try to use external IP from inside network it wont work.
LoL if i understud you tried to conenect to your server with external ip?? when the server is your pc???
ofc it wont work just use 127.0.0.1 you conect localy and all others external!