I need help i have everything setup and everytime i try to connect to the game server it says this...
http://i30.photobucket.com/albums/c3.../Untitled6.jpg
Printable View
I need help i have everything setup and everytime i try to connect to the game server it says this...
http://i30.photobucket.com/albums/c3.../Untitled6.jpg
I have the same problem. Anyone can be help us?
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
True.
Although anyone who even thinks about making a serious server will certainly NOT host it in his own home-lan, but on a rented server. So the part of playing in same lan wouldn't be too important.
However, it's a good explaination for people that want to use a DNS to connect to their server (like no-ip) and dont have a custom launcher with the commandline coded in.