Page 1 of 1

Help error login

Posted: Wed Mar 12, 2014 8:12 pm
by Miragemiraggio
If you want to receive support we need this info to help you properly.
ยป Find Revision
L2J Revision Number 6291:
L2JDP Revision Number9641:


hi, a few days ago I appeared this error, I would know someone help?

Network Config: ipconfig.xml doesn't exists using automatic configuration...
Network Config: Failed to connect to api.externalip.net please check your intern
et connection using 127.0.0.1!
Network Config: Adding new subnet: 127.0.0.0/8 address: 127.0.0.1
Network Config: Adding new subnet: 95.141.42.56/29 address: 95.141.42.60
Network Config: Adding new subnet: 0.0.0.0/0 address: 127.0.0.1

Re: Help error login

Posted: Wed Mar 12, 2014 8:20 pm
by Battlecruiser
if you're on linux, post here contents of:

Code: Select all

ifconfig -a

Re: Help error login

Posted: Wed Mar 12, 2014 8:23 pm
by Miragemiraggio
use windows, this is what I like ipconfig:

<?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="95.141.42.60" 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="172.16.0.0/19" address="172.16.0.0" />
<define subnet="192.168.0.0/16" address="95.141.42.60" />
</gameserver>

Re: Help error login

Posted: Wed Mar 12, 2014 9:36 pm
by Battlecruiser
is 95.141.42.60 your external IP address?

Re: Help error login

Posted: Thu Mar 13, 2014 6:06 am
by Miragemiraggio
it is our external ip

Re: Help error login

Posted: Thu Mar 13, 2014 1:13 pm
by Battlecruiser
and that file has name ipconfig.xml or just ipconfig?