Code: Select all
<?xml version="1.0" encoding="UTF-8"?> <!-- Put old contents of ExternalHostname here, used by default --> <gameserver address="91.211.16.141"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="91.211.16.141" /> <!-- LAN's, put old contents of InternalHostname here --> <define subnet="255.255.255.0/8" address="91.211.16.141" /> <define subnet="255.255.255.0/19" address="91.211.16.141" /> <define subnet="255.255.255.0/16" address="91.211.16.141" /> <define subnet="255.255.255.0/216" address="91.211.16.141" /> </gameserver>
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="91.211.16.141" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> <!-- Localhost here --> <define subnet="127.0.0.0/8" address="91.211.16.141" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="91.211.16.141" /> <define subnet="172.16.0.0/19" address="91.211.16.141" /> <define subnet="192.168.0.0/16" address="91.211.16.141" /></gameserver>
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="91.211.16.141" 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.0" /> <!-- Internalhosts here (LANs IPs) --> <define subnet="10.0.0.0/8" address="91.211.16.141" /> <define subnet="172.16.0.0/19" address="91.211.16.141" /> <define subnet="192.168.0.0/16" address="91.211.16.141" /></gameserver>
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="91.211.16.141" 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.0" /> <!-- 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/19" /> <define subnet="192.168.0.0/16" address="192.168.0.0" /></gameserver>
Code: Select all
LoginHost = 91.211.16.141GameserverHostname = 91.211.16.141
Code: Select all
LoginserverHostname = 91.211.16.141LoginHostname = 91.211.16.141

sorry for the broken English writing through translator

» Find Revision
L2J Revision 4698:
L2JDP Revision 8099: