muito bom o pre do mathuza,
caro amigo thiagostradiotto (espero ter acertado seu nome hihi :D)
configure ele assim.
"<?xml version="1.0" encoding="UTF-8"?>
<!-- Put old contents of ExternalHostname here, used by default -->
<gameserver address="exemplo.servegame.com"> <--- aqui vc coloca o seu no-ip ow ddns
<!-- Localhost access -->
<define subnet="127.0.0.0/8" address="127.0.0.1" /> <----- aqui vc dexa como padrao
<!-- LAN's, put old contents of InternalHostname here -->
<define subnet="10.0.0.0/8" address="192.168.1.101" /> <---- e aqui vc coloca o ip de rede Exp. 192.168.1.101
<define subnet="172.16.0.0/19" address="192.168.1.101" />
<define subnet="192.168.0.0/16" address="192.168.1.101" />
</gameserver>"
|