
Originally Posted by
marzio
Problem Solved;
Ok from what i see in your ipconfig.xml use your wan ip not your dns name. also if you wish for it to be online and to play from lan as well where it says this
Code:
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.0.0"/>
add your LAN ip into one of those values , whichever one it fits into.
example if your lan ip is 192.168.23.212
then you would do this
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.23.212"/>
but keep the default ip as your wan ip. so it will look like this
Code:
<ipconfig default="67.222.45.123"> // this is just an example of wan ip. add your wan ip here
<!--
IANA-reserved private IPv4 network ranges
Access only from local networks, external client can't have any of
the following ip addresses
-->
<iprange min="10.0.0.0" max="10.255.255.255" address="10.0.0.0"/>
<iprange min="172.16.0.0" max="172.31.255.255" address="172.16.0.0"/>
<iprange min="192.168.0.0" max="192.168.255.255" address="192.168.23.212"/>
</ipconfig>
next in navicat , in databse au_server_ls, in tabel gameserver, under MASK put *, that allows for any variable