Page 1 of 1

Help me ipconfig.xml

Posted: Sat Jun 04, 2011 8:07 am
by root_aion
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4652
L2JDP Revision 8046
Hello, Good day. How to configure ipconfig.xml with such content:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="192.168.133.128" 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="255.255.255.0" address="192.168.133.128" />    <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>
My external ip address:> (root @ ubuntu: ~ # wget-O --q icanhazip.com)
188.114.27.146
My local address: 192.168.133.128
Mask for the network: 255.255.255.0
How to set up for themselves, who are not hard to write
____________________________
Sorry for bad english, I'm from Russia

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 8:38 am
by tukune
"root_aion wrote:
My external ip address:> (root @ ubuntu: ~ # wget-O --q icanhazip.com)
188.114.27.146
My local address: 192.168.133.128
Mask for the network: 255.255.255.0

Welcome L2J world. Try this

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

Enjoy!

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 8:44 am
by Opiam
tukune wrote:Enjoy!
tell me please... why you changed <define subnet="192.168.0.0/24"?

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 8:51 am
by tukune
Opiam wrote:tell me please... why you changed <define subnet="192.168.0.0/24"?
Sorry. my mistake. Edited.

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 9:04 am
by root_aion
Нow to get rid of these errors?

Code: Select all

Jun 3, 2011 5:30:01 AM com.l2jserver.L2DatabaseFactory$ConnectionCloser runWARNING: Unclosed connection! Trace: com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1255)java.lang.RuntimeException    at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:227)    at com.l2jserver.gameserver.model.entity.Fort.initNpcs(Fort.java:1255)    at com.l2jserver.gameserver.model.entity.Fort.<init>(Fort.java:260)    at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:177)    at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:272)    at com.l2jserver.gameserver.GameServer.main(GameServer.java:491)Jun 3, 2011 5:30:01 AM com.l2jserver.L2DatabaseFactory$ConnectionCloser runWARNING: Unclosed connection! Trace: com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:170)java.lang.RuntimeException    at com.l2jserver.L2DatabaseFactory.getConnection(L2DatabaseFactory.java:227)    at com.l2jserver.gameserver.instancemanager.FortManager.loadInstances(FortManager.java:170)    at com.l2jserver.gameserver.GameServer.<init>(GameServer.java:272)    at com.l2jserver.gameserver.GameServer.main(GameServer.java:491) 

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 9:08 am
by Opiam
cleaned

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 10:38 am
by 007florin
tukune wrote:"root_aion wrote:
<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="188.114.27.146" 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.133.128" />
</gameserver>

Enjoy!
this 1 will work fine.

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 7:28 pm
by root_aion
did so, all is well "available" and the ping of "1" click on it, and what happens .. Tried to restart does not help, help me

Re: Help me ipconfig.xml

Posted: Sat Jun 04, 2011 9:54 pm
by Opiam
root_aion wrote:did so, all is well "available" and the ping of "1" click on it, and what happens .. Tried to restart does not help, help me
check your logs... login server logs & general game server log.
maybe different protocol versions of client and server.
sure that in server.properties prtocol version is correct...
AllowedProtocolRevisions = 216

check your main configs of gs & ls, ports, ips... check your internal ip

Re: Help me ipconfig.xml

Posted: Sun Jun 05, 2011 9:21 am
by Sordi
Yep. Show server.properties and loginserver.properties from /gameserver/config and /loginserver/config

Re: Help me ipconfig.xml

Posted: Sun Jun 05, 2011 7:33 pm
by root_aion
Now away from the computer. I have not changed anything in these settings. Unique password to the database set. The audit indicated vyshe.Otvet write here I'm still going here, soon I'll write a new theme. Since this topic is about ipconfig.xml