Can't get H5 to work via Hamachi

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Solebir
Posts: 3
Joined: Thu May 29, 2014 9:11 pm

Can't get H5 to work via Hamachi

Post by Solebir »

L2J Revision 6445:
L2JDP Revision 9641:

Hey guys, I have been browsing in google aswell as this forum but didn't quite find the solution to my problem yet. I'm trying to run a H5 Server and as far as me playing by myself its working just fine. But now i have tried to set everything up properly over Hamachi but just cant get it to work it seems. Everytime my Brother types in his Username and password he gets the error message "You have been disconnected from the Server please log in again" and i just don't know how to fix it. I have checked everything multiple times aswell as checking my ports multiple times and they are open. I am absolutely clueless on what the issue is so i'm reaching out for help here please help me fix my issue.
User avatar
CostyKiller
Posts: 220
Joined: Mon Aug 10, 2009 11:48 pm
Location: Romania

Re: Can't get H5 to work via Hamachi

Post by CostyKiller »

Rename this file to ipconfig.xml and add there your hamachi ip at gameserver adress like this:

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="hamachi ip here" 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>
Solebir
Posts: 3
Joined: Thu May 29, 2014 9:11 pm

Re: Can't get H5 to work via Hamachi

Post by Solebir »

I have done that already i have the hamachi ip in my ipconfig.xml aswell as in LoginServerHostname and GameServerHostname. That's why i don't have a clue what the issue is why people that try to connect to my Server over hamachi get this error "You are disconnected from the Server please log in again".
siphonex
Posts: 62
Joined: Wed Apr 16, 2014 6:42 pm

Re: Can't get H5 to work via Hamachi

Post by siphonex »

Try forwarding the Hamachi ports.
Solebir
Posts: 3
Joined: Thu May 29, 2014 9:11 pm

Re: Can't get H5 to work via Hamachi

Post by Solebir »

Ok i have forwarded the server ports aswell as the Hamachi ports now and i'm pretty sure that there is nothing wrong with my config files or ipconfig.xml. But i'm not to sure about the hosts when it comes to hamachi am i right that he has to have "MY hamachi ip L2authd.Lineage2.com" in order to connect to my Server ?.
Post Reply