[HELP] About no-ip.com

Results 1 to 2 of 2
  1. #1
    Apprentice devanya2 is offline
    MemberRank
    Sep 2010 Join Date
    22Posts

    [HELP] About no-ip.com

    ok first im tell what my server spect :
    1. MiniPc Asus
    2. CPU : Intel Atom
    3. Ram 2 GB
    4. OS windows 7 Ultimate
    5. Mysql Community

    File server : use Pre Build 3.9
    Client NA Client : 3.5
    and my no-ip : gvryl.no-ip.biz
    Modem ZTE F660 speed 2Mb/s ISP Speedy


    ok now my problem
    my server , Login server, Chat server, and Game Server Work and fine
    but, my client from other network can't login and then
    my client.bat :
    @echo off
    echo Starting Aion ...

    if exist L10N\DEU\DEU.pak (
    start bin32\aion.bin -ip:gvryl.no-ip.biz -port:2106 -cc:2 -lang:deu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\ENG\ENG.pak (
    start bin32\aion.bin -ip:gvryl.no-ip.biz -port:2106 -cc:2 -lang:eng -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\ENU\ENU.pak (
    start bin32\aion.bin -ip:gvryl.no-ip.biz -port:2106 -cc:1 -lang:enu -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\FRA\FRA.pak (
    start bin32\aion.bin -ip:gvryl.no-ip.biz -port:2106 -cc:2 -lang:fra -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else if exist L10N\RUS\RUS.pak (
    start bin32\aion.bin -ip:gvryl.no-ip.biz -port:2106 -cc:7 -lang:rus -noweb -nowebshop -nokicks -ncg -noauthgg -ls -charnamemenu -ingameshop -DEVMODE "con_disable_console 0" -DEVMODE "g_chatlog 1" -DEVMODE "g_auto_disconnect 0"

    ) else (
    echo Aion folder not found or unsupported language.
    pause.
    )
    C:\Aion\gameserver\config\network\ipconfig :
    <ipconfig default="gvryl.no-ip.biz">
    <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"/>
    <iprange min="127.0.0.1" max="127.0.255.255" address="127.0.0.1"/>
    </ipconfig>
    if im wrong config or need more config can tell me ?
    please help me ^^


  2. #2
    Apprentice devanya2 is offline
    MemberRank
    Sep 2010 Join Date
    22Posts

    Re: [HELP] About no-ip.com

    My problem Resolve ^^



Advertisement