match agent Not Conecting

Results 1 to 10 of 10
  1. #1
    Enthusiast raffsplash is offline
    MemberRank
    Apr 2007 Join Date
    EnglandLocation
    42Posts

    match agent Not Conecting

    Hello i need help, i have read posts about fixing it however it hasent worked.

    here is a list of the files i think you might need, if any one can like tell me how to like... umm fix it, i have all ports opened and working as tested

    if any one that can help me that will be awesome!

    Server.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="root"
    PASSWORD="********"
    
    [SERVER]
    MAXUSER=2000
    SERVERID=1
    SERVERNAME="Serenity's Quest Server"
    FREELOGINIP="wanip"
    KEEPERIP="wanip"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_FILECRC="0"
    USE_MD5="0"
    MAtch server log
    Code:
    Match-Server Log
    [07/02/09 17:05:56] DBMS connected
    [07/02/09 17:05:56] Command registeration completed
    [07/02/09 17:05:56] Release Date : Jun 13 2007
    [07/02/09 17:05:56] X-Trap Off
    [07/02/09 17:05:56] MD5 Check Off
    [07/02/09 17:05:56] Server Country : BRAZIL
    [07/02/09 17:05:56] Command version : (56)
    [07/02/09 17:05:56] Event usable state : (false)
    [07/02/09 17:05:56] Load event size : (0)
    [07/02/09 17:05:56] FileCRCCheckSum usable state : (false)
    [07/02/09 17:05:56] FileCRC size : (1)
    [07/02/09 17:05:56] Country Code Filter usalbe state : (false)
    [07/02/09 17:05:56] Accept Invalied IP state : (true)
    [07/02/09 17:05:56] Keeper IP : (wanip)
    [07/02/09 17:05:56] Monitor IP : (127.0.0.1)
    [07/02/09 17:05:56] Match Server Created (Port:6000)
    Match Agent
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>Serenity's Quest Server</NAME>
    <MAXCLIENT>2000</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="wanip" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    
    </xml>
    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="root"
    PASSWORD="******"
    
    [NETWORK]
    IP="wanip"
    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"
    thank you!


  2. #2
    King Canadian whhacker93 is offline
    MemberRank
    Apr 2008 Join Date
    CanadaLocation
    926Posts

    Re: match agent Not Conecting

    okay first of all, if your on a router you have to port forward.

    Make Sure Your Configuration Settings look like this.

    Match Server:

    Spoiler:
    DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="Your MMSQL PASSWORD"

    [SERVER]
    MAXUSER=1200
    SERVERID=1
    SERVERNAME="Questserver"
    FREELOGINIP="127.0.0.1" <-- Your Wan ip - www.whatsmyip.org
    KEEPERIP="127.0.0.1" <-- Your Wan ip - www.whatsmyip.org
    MONITORIP="127.0.0.1" <-- Leave this as it is.
    MONITORPORT=9000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"

    [LANGUAGE]
    LANG_TYPE="eng"

    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1

    [FILTER]
    USE="0"
    ACCEPT_INVALID_IP="1"

    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="1"
    USE_FILECRC="0"
    USE_MD5="0"


    Lacator:

    Spoiler:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="YOUR MSSQL PASSWORD"

    [NETWORK]
    IP="127.0.0.1" <-- "YOUR WAN IP" www.whatsmyip.org
    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"



    Match agent:
    Spoiler:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>Your Servers Name</NAME>
    <MAXCLIENT>1200</MAXCLIENT> <-- How many people your server can hold.
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/> <-- Leave the 127.0.0.1
    <ADDRESS ip="YOUR WAN IP" tcpport="7777" udpport="5100"/> <-- www.whatsmyip.org
    </AGENTCONFIG>
    </XML>


    for tutorials on port forwarding Check www.portforward.com

    Ohh, and Thank me if i helped ;)

  3. #3
    Enthusiast raffsplash is offline
    MemberRank
    Apr 2007 Join Date
    EnglandLocation
    42Posts

    Re: match agent Not Conecting

    thanks, however all port have been forwarded and alowed already,

    this is EXACTLy how my servers files work already, im just tured of things not working

  4. #4
    Member clum is offline
    MemberRank
    May 2009 Join Date
    51Posts

    Re: match agent Not Conecting

    Code:
    FREELOGINIP="wanip"
    KEEPERIP="wanip"
    I'm assuming your actual WAN IP is filled in there, not just the text 'wanip'?

  5. #5
    Enthusiast raffsplash is offline
    MemberRank
    Apr 2007 Join Date
    EnglandLocation
    42Posts

    Re: match agent Not Conecting

    you assumed right, i dont want my ip getting out :) haha

  6. #6
    Account Upgraded | Title Enabled! Tman151 is offline
    MemberRank
    May 2009 Join Date
    CaliforniaLocation
    306Posts

    Re: match agent Not Conecting

    Why is your username "root" ?
    username="sa" all the way. :)

  7. #7
    Enthusiast raffsplash is offline
    MemberRank
    Apr 2007 Join Date
    EnglandLocation
    42Posts

    Re: match agent Not Conecting

    i dont know, it just what happend when i set up s8l server, realy dont know why but ah a username is just a user name, it works at least,

  8. #8
    Enthusiast raffsplash is offline
    MemberRank
    Apr 2007 Join Date
    EnglandLocation
    42Posts

    Re: match agent Not Conecting

    /bump

    I have managed to make a Clan War server, and it's match agent DOES work, its strange, what do i do now?

  9. #9
    Music<3 Katsuro is offline
    MemberRank
    Oct 2006 Join Date
    Kailua-Kona, HILocation
    1,051Posts

    Re: match agent Not Conecting

    Whats the Match agent log?

  10. #10
    Enthusiast raffsplash is offline
    MemberRank
    Apr 2007 Join Date
    EnglandLocation
    42Posts

    Re: match agent Not Conecting

    well i will send you it now

    Code:
    [06/20/09 15:30:40] Command registeration completed
    [06/20/09 15:30:40] Match Agent Created (Port:0)
    [06/20/09 15:30:40] Failed to Connect to MatchServer (Err:-1)
    [06/20/09 15:30:50] Reconnect to MatchServer
    [06/20/09 15:30:50] Failed to Connect to MatchServer (Err:-1)
    [06/20/09 15:31:00] Reconnect to MatchServer
    [06/20/09 15:31:00] Failed to Connect to MatchServer (Err:-1)
    [06/20/09 15:31:10] Reconnect to MatchServer
    [06/20/09 15:31:10] Failed to Connect to MatchServer (Err:-1)
    [06/20/09 15:31:20] Reconnect to MatchServer
    [06/20/09 15:31:20] Failed to Connect to MatchServer (Err:-1)
     RealCPNet> SessionCreated=54, SessionDestroyed=53
    any one can help?



Advertisement