Server not displayed in Server List

Results 1 to 8 of 8
  1. #1
    Member mitor is offline
    MemberRank
    Mar 2007 Join Date
    ItalyLocation
    69Posts

    Server not displayed in Server List

    Hi guys, i need some help, i configured my gunz server with Gunz 1.5 (repack-jur13n)

    i have configured the Database and file server, configured the System client with the public ip
    but the server list stay empty!

    i really try everything....


    This is my configuration:

    Spoiler:

    Locator.ini (from Locator)
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="dbusername"
    PASSWORD="dbpassword"
    
    
    [NETWORK]
    IP="mypublicipaddress"
    PORT="8900"
    
    
    [ENV]
    ID="1"
    LOCATOR_UID_HIGH="5"
    LOCATOR_UID_LOW="0"
    MAX_ELAPSED_UPDATE_SERVER_STATUS_TIME="1000"
    UDP_LIVE_TIME="10000000"
    MAX_FREE_RECV_COUNT_PER_LIVE_TIME="9"
    BLOCK_TIME="0"
    UPDATE_UDP_MANAGER_ELAPSED_TIME="3"
    MARGIN_OF_ERROR_MIN="500000"
    USE_COUNTRY_CODE_FILTER="no" 
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"

    Server.ini (from MatchServer)
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="mydbusername"
    PASSWORD="myDBpassword"
    
    
    [SERVER]
    MAXUSER=1500
    SERVERID=1
    SERVERNAME="Debug Server"
    SERVERPORT=6000
    SERVERUDPPORT=7777
    FREELOGINIP=""
    KEEPERIP="127.0.0.1"
    DEBUGIP="127.0.0.1"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    DEBUG="1"
    MODE=Quest
    COUNTRY="KOR"
    LANGUAGE="KOR"
    USETICKET="0"
    GAMEGUARD="1"
    ;Survival Mode : 1 for enable, 0 for disable (works only when MODE=test)
    SURVIVALENABLE="1"
    ;Daily request time for survival ranking list(hour:0~23, minute:0~59)
    SURVIVALRANKING_DAILY_REQUEST_HOUR="5"
    SURVIVALRANKING_DAILY_REQUEST_MINUTE="0"
    
    
    ;DuelTournament Mode : 1 for enable
    DUELTOURNAMENT_ENABLE="1"
    ;DuelTournament MatchMaker run every this time interval (in positive millisec)
    DUELTOURNAMENT_MATCHMAKING_INTERVAL = 1000
    ;DuelTournament MatchMaker match users have TP diffenrence less than this value. (must be positive)
    DUELTOURNAMENT_MATCHMAKING_ACCEPTABLE_TP_GAP = 30
    ;DuelTournament MatchMaker match a user waiting over this time with users have the most nearest TP (ignore TP GAP, value in positive millisec)
    DUELTOURNAMENT_MATCHMAKING_WAIT_LIMIT = 15000
    ;DuelTournament Service Time
    ;CAUTION! if END_TIME is n then this mode will opened until n:59.
    ;ex) all day open -> 0, 23
    ;ex) from 3 to 6 o'clock -> 3, 5
    ;ex) from 22 to next day 3 o'clock -> 22, 2
    DUELTOURNAMENT_SERVICE_START_TIME = 0
    DUELTOURNAMENT_SERVICE_END_TIME = 23
    
    
    SEND_LOGINUSER_TO_DUELTOURNAMENT_CHANNEL ="0"
    
    
    [BATTLETIMEREWARD]
    BATTLETIMEREWARD_REFRESH_INTERVAL="1"
    
    
    [FILTER]
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE="0" 
    ;0:Çã¿ëÇÏÁö ¾ÊÀ½. 1:Çã¿ë.
    ACCEPT_INVALID_IP="0"
    
    
    [ENVIRONMENT]
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_HSHIELD="0"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_XTRAP="0"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_EVENT="1"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_FILECRC="0"
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_MD5="0"
    USE_RESOURCECRC32CACHECKECK="0"
    ;Flooding°ø°Ý µðºñ¿¡ ¼³Á¤ À¯¹«.
    BLOCK_FLOODING="1"
    ;À§ ¸ñ·Ï¿¡ °ËÃâµÈ À¯Àú¸¦ ºí·¯Å· À¯¹«.
    USE_BLOCKHACKING="1" 
    USE_ITEM_CONSISTENCY="0"
    
    
    
    
    
    
    [KILLTRACKER]
    ;ºÐ´ÜÀ§
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="30"
    KILLCOUNT_TRACETIME="5"
    
    
    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="1"
    
    
    [LOOPLOG]
    ;0:»ç¿ëÇÏÁö ¾ÊÀ½. 1:»ç¿ë.
    USE_LOOPLOG="0"
    ;1ÃÊ(sec)¸¦ 1000 À¸·Î Ç¥±â
    MAX_LOOP_TIME_GAP=100



    The ip in the database (status and locator) it's configured with my public ip.


    Important note:
    - i dont have a router, it's a dedicated server
    - Firewall it's powered off
    - OS: Windows Server 2008 64bit (i configured with the odbcad32 from Syswow(64bit) folder)
    - OS it's fresh installed, only contains SQL Server 2008 and Gunz Server files


    Client, Server and Database file taked from: repack-jur13n Topic


    if someone can help me,
    thanks.


  2. #2
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: Server not displayed in Server List

    Are you sure the firewall is off? Go to windows firewall with advanced security and you may find you need to add the GunZ ports to both inbound and outbound.

  3. #3
    Member mitor is offline
    MemberRank
    Mar 2007 Join Date
    ItalyLocation
    69Posts

    Re: Server not displayed in Server List

    Hi, Thanks for reply Aurora, yes, the firewall it's off, and if im put on i have already configured inbound and outbound port for gunz, i really dont know what can i do, maybe the client it's bugged and cant read the ip from system?...i dont know..

    The dedicated server have a static ip, and the only protection for now it's the windows firewall, so isn't a problem of Firewall or port forwarding surely...i really think that Locator or Client it's the problem, now im stay downloading another client for trying..but i dont know if this is the problem.


    Edit: i have try another one client, same result, someone can help me?


    Edit2:
    I dont know, sometime the server show, some time no...anyone know why?
    Last edited by mitor; 26-02-13 at 08:38 PM.

  4. #4
    Enthusiast PremiumNetwork is offline
    MemberRank
    Feb 2013 Join Date
    35Posts

    Re: Server not displayed in Server List

    is it static ? or dynamic ? did you follow rules in sql and put the server ip and locator ip in dboserverstatus and dbolocatorstatus ? Did you make sure locator says a server is there ?

    in your matchserver ini did you put your ip where those quotes are at ? they should go inbetween the quotes in freeloginip and they should be in the debug ip

  5. #5
    Member mitor is offline
    MemberRank
    Mar 2007 Join Date
    ItalyLocation
    69Posts

    Re: Server not displayed in Server List

    Quote Originally Posted by PremiumNetwork View Post
    is it static ? or dynamic ? did you follow rules in sql and put the server ip and locator ip in dboserverstatus and dbolocatorstatus ? Did you make sure locator says a server is there ?

    in your matchserver ini did you put your ip where those quotes are at ? they should go inbetween the quotes in freeloginip and they should be in the debug ip
    Hi, my ip it's static, im insert the server ip in dboserverstatus and dbolocatorstatus and in the ini file too, some time i can see the server online and login without problem from my pc but for example if im restart client, i can't see the server, if i restart again the client i can see it, restart again cannot see in list (etc etc.)

    i really dont know what i can do, it's strange problem

  6. #6
    Enthusiast PremiumNetwork is offline
    MemberRank
    Feb 2013 Join Date
    35Posts
    Quote Originally Posted by mitor View Post
    Hi, my ip it's static, im insert the server ip in dboserverstatus and dbolocatorstatus and in the ini file too, some time i can see the server online and login without problem from my pc but for example if im restart client, i can't see the server, if i restart again the client i can see it, restart again cannot see in list (etc etc.) i really dont know what i can do, it's strange problem
    did you edit system Mrs ?

  7. #7
    The Sky's the Limit ^_^ GzFKoron is offline
    MemberRank
    Jul 2010 Join Date
    1,118Posts

    Re: Server not displayed in Server List

    It doesn't make sense that you can sometimes see the server and other times you can't. It's like the firewall is enabling/disabling itself or something.

  8. #8
    Member mitor is offline
    MemberRank
    Mar 2007 Join Date
    ItalyLocation
    69Posts

    Re: Server not displayed in Server List

    Quote Originally Posted by AuroraUK View Post
    It doesn't make sense that you can sometimes see the server and other times you can't. It's like the firewall is enabling/disabling itself or something.
    The system.mrs it's configured with my ip, but im have this problem, i know this doesn't have sense, anyone know how to fix?



Advertisement