help with xml file.
Posted: Thu Jul 21, 2011 12:42 am
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
ยป 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