HELP! Ipconfig.xml
Posted: Wed Oct 12, 2011 10:12 am
Hi, i need help for setting Ipconfig.xml.
My IP is: 87.2.**.***
My router IP is: 192.168.1.100
Subnet mask: 255.255.255.0
Default Gateway: 192.168.1.254
My now dont work. My ipconfig now is:
Could anybody paste here, the ipconfig file that i should use? thx
My IP is: 87.2.**.***
My router IP is: 192.168.1.100
Subnet mask: 255.255.255.0
Default Gateway: 192.168.1.254
My now dont work. My ipconfig now is:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><!-- Externalhost here (Internet IP) or Localhost IP for local test --><gameserver address="87.2.**.***" 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="87.2.**.***" /> <define subnet="172.16.0.0/19" address="172.16.0.0" /> <define subnet="192.168.0.0/16" address="192.168.0.100" /></gameserver>
Could anybody paste here, the ipconfig file that i should use? thx
