» Find Revision
L2J Revision Number:4912
L2JDP Revision Number:8358
i managed to get the server to work, but now i have another problem. my friends (who are trying to connect from a external location) can login, however, they cannot get past the server selection screen. no matter how many times they select the active bartz server nothing happens. any ideas why?
i forwarded all the following ports
9014, 2106, 7777, 3306, 2016, 7779
my ipconfig
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="MY EXTERNAL IP IS HERE" 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.105" /></gameserver>
the host file info that my friends are using:
MY_EXTERNAL_IP l2authd.lineage2.com
hope some1 can help me


btw i am using xampp on a windows server 2003.