~Ge0rge~ Posted January 3, 2011 Posted January 3, 2011 <?xml version="1.0" encoding="UTF-8"?> <!-- Put old contents of ExternalHostname here, used by default --> <gameserver address="192.168.254.1"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="192.168.254.1" /> <!-- LAN's, put old contents of InternalHostname here --> <define subnet="10.0.0.0/8" address="192.168.254.1" /> <define subnet="172.16.0.0/19" address="192.168.254.1" /> <define subnet="192.168.0.0/16" address="192.168.254.1" /> </gameserver> Somene make the part that i put the external and internal red.(i can't understand where exactly) for example if the part is:<define subnet="192.168.0.0/16" address="192.168.254.1" /> make it : <define subnet="192.168.0.0/16" address="192.168.254.1" /> Plz help!
0 CriticalError Posted January 3, 2011 Posted January 3, 2011 <?xml version="1.0" encoding="UTF-8"?> <!-- Put old contents of ExternalHostname here, used by default --> <gameserver address="192.168.254.1"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="192.168.254.1" /> <!-- LAN's, put old contents of InternalHostname here --> <define subnet="10.0.0.0/8" address="192.168.254.1" /> <define subnet="172.16.0.0/19" address="192.168.254.1" /> <define subnet="192.168.0.0/16" address="192.168.254.1" /> </gameserver> Somene make the part that i put the external and internal red.(i can't understand where exactly) for example if the part is:<define subnet="192.168.0.0/16" address="192.168.254.1" /> make it : <define subnet="192.168.0.0/16" address="192.168.254.1" /> Plz help! well is very easy go to DOS and put ipconfig and there you get all info you need ;)
0 ~Ge0rge~ Posted January 3, 2011 Author Posted January 3, 2011 well is very easy go to DOS and put ipconfig and there you get all info you need ;) u did not understand well.i mean where i put my no-ip and where cmd ip?
0 CriticalError Posted January 3, 2011 Posted January 3, 2011 u did not understand well.i mean where i put my no-ip and where cmd ip? well man so in internal is your no-ip like this. <?xml version="1.0" encoding="UTF-8"?> <!-- Put old contents of ExternalHostname here, used by default --> <gameserver address="192.168.254.1"> <!-- Localhost access --> <define subnet="127.0.0.0/8" address="192.168.254.1" /> <!-- LAN's, put old contents of InternalHostname here --> <define subnet="10.0.0.0/8" address="no-ip" /> <define subnet="172.16.0.0/19" address="192.168.254.1" /> <define subnet="192.168.0.0/16" address="192.168.254.1" /> </gameserver> subnets this is what I mean but not sure.
Question
~Ge0rge~
<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="192.168.254.1">
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="192.168.254.1" />
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="10.0.0.0/8" address="192.168.254.1" />
<define subnet="172.16.0.0/19" address="192.168.254.1" />
<define subnet="192.168.0.0/16" address="192.168.254.1" />
</gameserver>
Somene make the part that i put the external and internal red.(i can't understand where exactly)
for example if the part is:<define subnet="192.168.0.0/16" address="192.168.254.1" />
make it : <define subnet="192.168.0.0/16" address="192.168.254.1" />
Plz help!
4 answers to this question
Recommended Posts