Jump to content
  • 0

[HELP]L2J Freya


Question

Recommended Posts

  • 0
Posted

p.s can someone tell me what to write here? please 

<!-- Externalhost here (Internet IP) or Localhost IP for local test -->

<gameserver address="127.0.0.1" 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.0"/>

</gameserver>

  • 0
Posted

is it wrong?

<?xml version="1.0" encoding="UTF-8"?>

<!-- Externalhost here (Internet IP) or Localhost IP for local test -->

<gameserver address="80.241.247.178" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">

<!-- Localhost here -->

<define subnet="192.168.209.129" address="192.168.209.129"/>

<!-- Internalhosts here (LANs IPs) -->

<define subnet="192.168.209.129" address="192.168.209.129"/>

<define subnet="192.168.209.129" address="192.168.209.129"/>

<define subnet="192.168.209.129" address="192.168.209.129"/>

</gameserver>

  • 0
Posted

You aren't reaching the login server which means you've configured something wrong.

 

It can either be the configuration of the server itself or you haven't properly put the IP in the hosts file.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...