» Find Revision
L2J Revision Number:
L2JDP Revision Number:
Hello guys im using the last nightly build to try to make a server.
Im currently working on a VPS and trying to make the server run
The problem is when i try to log in and select the server i get kicked.
Ports are all open, and ipconfig has the external ip placed in and nothing else was changed.
No errors in the console, neither login or game server.
Im sure the error is on ipconfig.xml but cant figure what
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="200.58.115.151" 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>