Support for the latest build of L2J Server, get help here with installations, upgrades, problems. There is no support for other server builds than the official provided by l2jserver.com
Hi! I have the correct client and server, I can enter myself without problems, but my girlfriend can not. No bad protocols and no seemingly visible errors.
- Hosts: she has my external IP, I have 127.0.0.1
- Ports: open, I have tried to disable firewall and antivirus.
Ports wrote:
- Ipconfig.xml: renamed by removing the "default" with the following configuration:
ipconfig.xml wrote:<?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="MY IP" 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.0.0" />
</gameserver>
I repeat, I can enter without problems, but she does not. Any solutions? Thanks in advance!
If I do not alter the default-ipconfig file to use autoconfiguration, it does not work either.
Edit: The message that appears to her is this: "Could not connect to Authentication Server. Please try again later.". I've read this topic but I do not know how to do it, I feel already something silly.