Jump to content

Question

Posted

Hey guys can someone explain me where i put the no-ip??

 

 

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

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

1 answer to this question

Recommended Posts

  • 0
Posted

<gameserver address="127.0.0.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"

 

Change 127.0.0.1 To Your No-ip

 

 

 

 

------------------------------

 

 

 

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

 

Change 192.168.0.0 To Your "Internal Ip"

 

How to find your interlan Ip :

 

Start>Cmd

 

A New Black "Window" pops up

 

type ipconfig hit enter there should be some ips..if you could post me the ips that they pop up it would be easier..but if  you know..Just replace it.

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