Cannot connect to server

Results 1 to 4 of 4
  1. #1
    Apprentice allendragon is offline
    MemberRank
    Dec 2005 Join Date
    californiaLocation
    21Posts

    sad Cannot connect to server

    I need help i have everything setup and everytime i try to connect to the game server it says this...



  2. #2
    Apprentice marzio is offline
    MemberRank
    Apr 2008 Join Date
    BH/MG/ BrazilLocation
    6Posts

    Re: Cannot connect to server

    I have the same problem. Anyone can be help us?

  3. #3
    Apprentice marzio is offline
    MemberRank
    Apr 2008 Join Date
    BH/MG/ BrazilLocation
    6Posts

    Re: Cannot connect to server

    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

  4. #4
    All CHAOS! X_Sarah_X is offline
    MemberRank
    Jul 2009 Join Date
    BeachLocation
    630Posts

    Re: Cannot connect to server

    Quote Originally Posted by marzio View Post
    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.



Advertisement