[Help] Client can't see server

Results 1 to 4 of 4
  1. #1
    Apprentice MarkusRabbit is offline
    MemberRank
    Nov 2014 Join Date
    Throne of FireLocation
    7Posts

    [Help] Client can't see server

    Okay first off I'm sorry if this is in the wrong section I didn't think it is but I'm new.

    So I've been trying to set up a gunz server and it seems to be working fine, canyouseeme.org detects it, but for some reason the server won't appear in the client for me to connect to. I edited system.mrs trying both my external ip and local host but neither worked, although I inputted my external ip into all the files.

    I did open all the ports.
    I did put the external ip in all the files and the database.
    FIrewall is not blocking anything.

    Please help, let me know if you need anymore information.


  2. #2
    TBF Guru jetman82 is offline
    MemberRank
    Jan 2009 Join Date
    631Posts

    Re: [Help] Client can't see server

    did you edit everything server-sided as well? also i believe you have to change the locator ip in the db

  3. #3
    Apprentice MarkusRabbit is offline
    MemberRank
    Nov 2014 Join Date
    Throne of FireLocation
    7Posts

    Re: [Help] Client can't see server

    Yes the matchserver, matchagent, and locator files all have external ip. I I also put the ip in serverstatus.dbo. I'll upload the files in a couple minutes.

    - - - Updated - - -

    Server.ini

    Code:
    [DB]DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Mark"
    FREELOGINIP="173.65.235.210"
    KEEPERIP="173.65.235.210"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_FILECRC="0"
    USE_MD5="0"
    AgentConfig.xml

    Code:
    <?xml version="1.0" encoding="euc-kr"?><XML>
    <AGENTCONFIG>
    	<NAME>Mark</NAME>
    	<MAXCLIENT>100</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="173.65.235.210" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Locator.ini

    Code:
    [DB]DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    
    [NETWORK]
    IP="173.65.235.210"
    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" 
    GMT_DIFF="-3"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="10000"
    ELAPSED_TIME_UPDATE_COUNTRYCODEFILTER_LOG="10000"
    UPDATE_COUNTRY_CODE="66 89 69 77 73 83 65 78 68"
    TEST_SERVER="0"
    - - - Updated - - -

    The external ip is also up in dbo.LocatorStatus

  4. #4
    Apprentice MarkusRabbit is offline
    MemberRank
    Nov 2014 Join Date
    Throne of FireLocation
    7Posts

    Re: [Help] Client can't see server

    Guys I really need help please don't ignore this.



Advertisement