Page 1 of 1

Problem with login

Posted: Sun Apr 09, 2017 9:25 pm
by jeeroos
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:Image
- 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!

Re: Problem with login

Posted: Tue Apr 11, 2017 2:15 am
by Zoey76
May depend on the version you are using but without the file it should autoconfigure.

I think the LAN settings might be wrong somewhere around 192.168.x.x

Re: Problem with login

Posted: Tue Apr 11, 2017 10:08 am
by Sacrifice
Zoey76 wrote: Tue Apr 11, 2017 2:15 am May depend on the version you are using but without the file it should autoconfigure.

I think the LAN settings might be wrong somewhere around 192.168.x.x
Yes! Zoey76 have reason... try to config LAN conveniently

Re: Problem with login

Posted: Tue Apr 11, 2017 2:54 pm
by jeeroos
Hello! I have tried different combinations, but at the minimum change I make, I see the following error in LS window, either with 1.1 or 1.4:
Could not resolve hostname "java.net.UnknownHostException: 192.168.1.0/16"
My info:
IPv4 address. . . . . . . . . . . . . . : 192.168.1.4
Subnet mask . . . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . . . : 192.168.1.1

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.

Re: Problem with login

Posted: Sat Apr 15, 2017 3:00 pm
by jeeroos
Problem solved. She had to put my IP in her l2.ini :+1: :wave: