help with xml file.

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
Locked
BlackArrow
Posts: 11
Joined: Wed Jul 20, 2011 1:53 am

help with xml file.

Post by BlackArrow »

If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision 4757:
L2JDP Revision Number:



version=4757
builddate=20110717_0500
detailed info:
http://svn.l2jserver.com/trunk/L2J_Server
http://svn.l2jserver.com
2011-07-17T02:16:31.164773Z
4756
UnAfraid


This is in my L2jversion.properties




Now my ipconfig.xml file is :

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

How would my xml file look if External IP is A.B.C.D and I am behind a router? :?:


My login server and gameserver run fine and when I did the Ping test it worked fine, but when I launch Client it stays at login screen
User avatar
Dumpster
Posts: 254
Joined: Thu Nov 04, 2010 5:15 am
Location: U.S.A

Re: help with xml file.

Post by Dumpster »

[quote=

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

[/quote]
Makes no claim to know anything about anything.
Locked