Help me ipconfig.xml

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
root_aion
Posts: 14
Joined: Mon May 09, 2011 11:01 am
Location: russia
Contact:

Help me ipconfig.xml

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

Re: Help me ipconfig.xml

Post 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!
Last edited by tukune on Sat Jun 04, 2011 9:02 am, edited 3 times in total.
User avatar
Opiam
Posts: 181
Joined: Thu Jun 02, 2011 12:26 am
Location: Europe, Ukraine

Re: Help me ipconfig.xml

Post by Opiam »

tukune wrote:Enjoy!
tell me please... why you changed <define subnet="192.168.0.0/24"?
Image
User avatar
tukune
Posts: 533
Joined: Sun Mar 29, 2009 2:35 pm
Location: Japan

Re: Help me ipconfig.xml

Post by tukune »

Opiam wrote:tell me please... why you changed <define subnet="192.168.0.0/24"?
Sorry. my mistake. Edited.
root_aion
Posts: 14
Joined: Mon May 09, 2011 11:01 am
Location: russia
Contact:

Re: Help me ipconfig.xml

Post 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) 
User avatar
Opiam
Posts: 181
Joined: Thu Jun 02, 2011 12:26 am
Location: Europe, Ukraine

Re: Help me ipconfig.xml

Post by Opiam »

cleaned
Image
User avatar
007florin
Posts: 58
Joined: Tue Nov 17, 2009 6:18 pm
Location: Romania
Contact:

Re: Help me ipconfig.xml

Post 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.
Image
root_aion
Posts: 14
Joined: Mon May 09, 2011 11:01 am
Location: russia
Contact:

Re: Help me ipconfig.xml

Post 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
User avatar
Opiam
Posts: 181
Joined: Thu Jun 02, 2011 12:26 am
Location: Europe, Ukraine

Re: Help me ipconfig.xml

Post 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
Image
Sordi
Posts: 9
Joined: Sun May 22, 2011 4:30 pm
Location: Poland

Re: Help me ipconfig.xml

Post by Sordi »

Yep. Show server.properties and loginserver.properties from /gameserver/config and /loginserver/config
root_aion
Posts: 14
Joined: Mon May 09, 2011 11:01 am
Location: russia
Contact:

Re: Help me ipconfig.xml

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