Jump to content
  • 0

[Help]Problem Launching Server Behind Router.


Question

Posted

I used L2ini modified with my IP server for connect and works perfect, the problems is when i connect the Router, maybe i need put some extra IP here but dunno waht IP. PLease help.

 

ipproblem.jpg

 

This is how i have configured:

 

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

3 answers to this question

Recommended Posts

  • 0
Posted

 

 

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

 

<gameserver address="xxxxx.no-ip.biz " xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="ipconfig.xsd"> |

    <!-- Localhost here -->                                                                                                                                                                                              |    => this  no-ip

    <define subnet="127.0.0.0/8" address="xxxxx.no-ip.biz" />                                                                                                                                      |

 

 

and  this

 

    <define subnet="192.168.0.0/16" address="192.168.0.0" />          |=> this  for pc ip  192.168.2.1

 

 

 

 

 

 

  • 0
Posted

FIXED!

 

I need leave loginserver.properties by default and only put the IP in the XML, now server launch perfect.

 

Problem solved, topic locked.

Guest
This topic is now closed to further replies.


×
×
  • Create New...