Cant connect using external IP

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
User avatar
DernierMartyr
Posts: 7
Joined: Fri Jun 27, 2014 7:11 am

Cant connect using external IP

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

Re: Cant connect using external IP

Post 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>
User avatar
DernierMartyr
Posts: 7
Joined: Fri Jun 27, 2014 7:11 am

Re: Cant connect using external IP

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

Re: Cant connect using external IP

Post by tukune »

User avatar
DernierMartyr
Posts: 7
Joined: Fri Jun 27, 2014 7:11 am

Re: Cant connect using external IP

Post 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.
Stalitsa
Initiates
Initiates
Posts: 88
Joined: Fri Jul 26, 2013 10:16 am

Re: Cant connect using external IP

Post 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!
Image
Post Reply