Jump to content
  • 0

[Help]How to correct setup ipconfig.xml


CaZaNoVa

Question

Hello first of all...

 

I use a l2j freya pack and i want to test server online...well the problem is that i cant put correct the ip's in ipconfig.xml i searched for some help and i found out how to put the ip's but gameserver still cant connect to login...well correct me if im wrong

 

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

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

<gameserver address="127.0.0.1"  <-- Here i put my wan ip right? 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>

 

Those was by default there but how can i put my lan ip there? if i edit this one for exaple change 192.168.0.0/16 to my lan ip but with /16 too at the end i get an error on gameserver...

 

Can you tell me how exactly i must do it?

 

Can someone explain me what " /8 /19 /16 " is?

 

If you cant understand my bad english then i can upload images too if u ask me to ;)

 

 

Thank you

 

 

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hello first of all...

 

I use a l2j freya pack and i want to test server online...well the problem is that i cant put correct the ip's in ipconfig.xml i searched for some help and i found out how to put the ip's but gameserver still cant connect to login...well correct me if im wrong

 

Can someone explain me what " /8 /19 /16 " is?

 

If you cant understand my bad english then i can upload images too if u ask me to ;)

 

 

Thank you

 

 

Well i think you dont open the ports or something like that...cause my ipconfig.xml

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="l2eternalheroes.no-ip.biz" 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>

 

works perfectly!!!

Link to comment
Share on other sites

  • 0

this is my config.xml

 

and work fine

 

<?xml version="1.0" encoding="UTF-8"?>
<!-- Externalhost here (Internet IP) or Localhost IP for local test -->
<gameserver address="192.168.0.100" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd">
<!-- Localhost here -->
<define subnet="127.0.0.0/8" address="192.168.0.100" />
<!-- Internalhosts here (LANs IPs) -->
<define subnet="10.0.0.0/8" address="192.168.0.100" />
<define subnet="172.16.0.0/19" address="192.168.0.100" />
<define subnet="192.168.0.0/16" address="192.168.0.100" />
</gameserver>

Link to comment
Share on other sites

  • 0

 

Can someone explain me what " /8 /19 /16 " is?

 

 

Those number means the king of network you want to have, and the number of pc that can will access to the server according to this... For better undertanding of that, you need to have knowlege about networking planning and developer... Or use a online network calculator...

 

Simply... Enjoy...

Link to comment
Share on other sites

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...