» Find Revision
L2J Revision 6445:
L2JDP Revision 9641:
Hi, I have been reading page after page of support issues about people not being able to log on to their server. I created the database and filled it just fine. The servers start just fine. But when I go to log in it just says "Please wait" and doesn't do anything. The login and game servers both have no activity or error messages.
I'm not modding (im using the host)
I've opened ports 2106 and 7777 and tested to make sure they are open.
My host file reads:
Code: Select all
127.0.0.1 localhost127.0.0.1 L2authd.lineage2.com
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Note: If file is named "ipconfig.xml" this data will be used as network configuration, otherwise server will configure it automatically! --><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="192.168.1.109" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../data/xsd/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.1.109" /></gameserver>