help, ping 999.

Results 1 to 17 of 17
  1. #1
    Enthusiast Kiirby is offline
    MemberRank
    Jul 2011 Join Date
    27Posts

    config help, ping 999.

    in my server a user with ping 999, Solution?
    Matchserver:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="xxx"

    [SERVER]
    MAXUSER="100"
    SERVERID="1"
    SERVERNAME="SGGunZ"
    ;FREELOGINIP="127.0.0.1"
    KEEPERIP="5.168.146.66"
    MONITORIP="5.168.146.66"
    MONITORPORT="9000"
    MODE="clan"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"

    [LOCALE]
    DBAgentIP="127.0.0.1"
    DBAgentPort="5100"

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

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

    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="100000"

    [KILLTRACKER]
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="50"
    KILLCOUNT_TRACETIME="50"

    [LOOPLOG]
    USE_LOOPLOG="1"
    MAX_LOOP_TIME_GAP="36000"
    Matchagent.
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>MatchServer</NAME>
    <MAXCLIENT>100</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="5.168.146.66" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    help.


  2. #2
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: help, ping 999.

    Put your codes in [code] tags please it makes it easier to read. But anyways,

    ;FREELOGINIP="127.0.0.1"
    KEEPERIP="5.168.146.66"
    MONITORIP="5.168.146.66"
    Get rid of the ; and keep FREELOGINIP blank.

    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>MatchServer</NAME>
    <MAXCLIENT>100</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="5.168.146.66" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Change the name to SGGunZ and make sure the name is SGGunZ in all of the other files as-well as SQL. 999 Ping = Agent Error = Problem with MatchAgent/AgentConfig.xml, MATCHSERVERADDRESS should be Localhost, and ADDRESS should be WAN. But you have it set right so I don't know.

    Also make sure you have the right IP's in your SQL.
    Last edited by Justice For All; 27-09-11 at 11:59 PM.

  3. #3
    Doggie And Rice. Military is offline
    MemberRank
    Jun 2009 Join Date
    Here and AboutLocation
    3,302Posts

    Re: help, ping 999.

    Quote Originally Posted by Subject N4XYZ View Post
    Put your codes in [code] tags please it makes it easier to read. But anyways,



    Get rid of the ; and keep FREELOGINIP blank.



    999 Ping = Agent Error = Problem with MatchAgent/AgentConfig.xml, MATCHSERVERADDRESS should be the same as all your other IP's, 5.168.

    Also make sure you have the right IP's in your SQL.
    It's commented out....

  4. #4
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: help, ping 999.

    The Comment is optional not required so it doesn't matter.

    @OP; Nevertheless as I said in my OP 999 ping is usually associated with Match Agent,
    Change the name to SGGunZ and make sure the name is SGGunZ in all of the other files as-well as SQL. 999 Ping = Agent Error = Problem with MatchAgent/AgentConfig.xml, MATCHSERVERADDRESS should be Localhost, and ADDRESS should be WAN. But you have it set right so I don't know.
    Last edited by Justice For All; 27-09-11 at 11:59 PM.

  5. #5
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: help, ping 999.

    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>MatchServer</NAME>
    <MAXCLIENT>100</MAXCLIENT>
    <MATCHSERVERADDRESS ip="WAN IP" tcpport="6000"/>
    <ADDRESS ip="127.0.0.1" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    
    </XML>
    I believe it's this way.

  6. #6
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: help, ping 999.

    Wrong lol MATCHSERVERADDRESS needs to be Localhost IP, ADDRESS needs to be WAN IP. If you don't believe me, http://forum.ragezone.com/f497/br-ja...client-444565/, scroll down to Config MatchAgent.xml.

    EDIT:

    I forgot to ask in my OP, did you Port Forward Kiirby?
    Last edited by Justice For All; 28-09-11 at 01:13 AM.

  7. #7
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: help, ping 999.

    Woops, made a mistake.

    Post your system.xml, I want to see something.

    Like Subject said do that. My bad.

  8. #8
    Enthusiast Kiirby is offline
    MemberRank
    Jul 2011 Join Date
    27Posts

    Re: help, ping 999.

    is with hamachi.
    so I look:
    Matchserver:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="1234"

    [SERVER]
    MAXUSER="100"
    SERVERID="1"
    SERVERNAME="SGGunZ"
    ;FREELOGINIP="127.0.0.1"
    KEEPERIP="5.168.146.66"
    MONITORIP="5.168.146.66"
    MONITORPORT="9000"
    MODE="clan"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"

    [LOCALE]
    DBAgentIP="127.0.0.1"
    DBAgentPort="5100"

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

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

    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="100000"

    [KILLTRACKER]
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="50"
    KILLCOUNT_TRACETIME="50"

    [LOOPLOG]
    USE_LOOPLOG="1"
    MAX_LOOP_TIME_GAP="36000"


    matchagent.

    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>MatchServer</NAME>
    <MAXCLIENT>100</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="5.168.146.66" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    serverstatus,sql:

    ServerID= 1
    CurrPlayer= 0
    MaxPlayer= 200
    Time= 11.03.2207 0:00:00 (copy and paste the time)
    IP= [YOUR IP(WAN)]
    Port= 6000
    ServerName= MatchServer1
    Opened= 1
    Type=4

    problem?. u.u

  9. #9
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: help, ping 999.

    Code:
    ServerID= 1
    CurrPlayer= 0
    MaxPlayer= 200
    Time= 11.03.2207 0:00:00 (copy and paste the time)
    IP= [YOUR IP(WAN)]
    Port= 6000
    ServerName= MatchServer1
    Opened= 1
    Type=4
    Change your MatchServer1 to SGGunZ in the database.

  10. #10
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: help, ping 999.

    Quote Originally Posted by Subject N4XYZ View Post
    The Comment is optional not required so it doesn't matter.

    @OP; Nevertheless as I said in my OP 999 ping is usually associated with Match Agent,
    Like Military said, it's commented out. So it doesn't make a difference if the IP is entered there or not. I purposely added that because people just won't listen to the fact that FREELOGINIP must be left blank.

    Why are you and Jirachi talking about the server name field? It's really silly to relate that to a NAT problem. The problem is because he's using hamachi.

  11. #11
    Mad son. Evilness is offline
    MemberRank
    Oct 2010 Join Date
    207Posts

    Re: help, ping 999.

    Try turning off your firewall.

  12. #12
    Apprentice maxtheaxe is offline
    MemberRank
    Jul 2011 Join Date
    20Posts

    Re: help, ping 999.

    Quote Originally Posted by Kiirby View Post
    in my server a user with ping 999, Solution?
    Matchserver:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="xxx"

    [SERVER]
    MAXUSER="100"
    SERVERID="1"
    SERVERNAME="SGGunZ"
    ;FREELOGINIP="127.0.0.1"
    KEEPERIP="5.168.146.66"
    MONITORIP="5.168.146.66"
    MONITORPORT="9000"
    MODE="clan"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"

    [LOCALE]
    DBAgentIP="127.0.0.1"
    DBAgentPort="5100"

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

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

    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="100000"

    [KILLTRACKER]
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="50"
    KILLCOUNT_TRACETIME="50"

    [LOOPLOG]
    USE_LOOPLOG="1"
    MAX_LOOP_TIME_GAP="36000"
    Matchagent.
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>MatchServer</NAME>
    <MAXCLIENT>100</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="5.168.146.66" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    help.
    Hmm, ur ip in the system.xml? checked? that could me causing the problem, so check it.. .

  13. #13
    Account Upgraded | Title Enabled! flyffhelper is offline
    MemberRank
    Dec 2010 Join Date
    419Posts

    Re: help, ping 999.

    Or use a diffrent matchserver,

  14. #14
    In Progress... FFXIV... Anju is offline
    MemberRank
    Oct 2010 Join Date
    Mist Ward 7 #38Location
    1,946Posts

    Re: help, ping 999.

    I had this problem before. It's your settings in Hamachi.

  15. #15
    Mad son. Evilness is offline
    MemberRank
    Oct 2010 Join Date
    207Posts

    Re: help, ping 999.

    Quote Originally Posted by maxtheaxe View Post
    Hmm, ur ip in the system.xml? checked? that could me causing the problem, so check it.. .
    Are you serious....?

    Without changing the ip in system.xml he wouldn't see the server which is not his problem.

    "Help, ping 999"

    Read well.

  16. #16
    Valued Member DelPa is offline
    MemberRank
    May 2010 Join Date
    JapanLocation
    100Posts

    Re: help, ping 999.

    In Hamachi, you should put the IP 127.0.0.1 for all. If you put the Hamachi IP to config files, you will see the ping999.
    also users should join to same network with server.

  17. #17
    Mad son. Evilness is offline
    MemberRank
    Oct 2010 Join Date
    207Posts

    Re: help, ping 999.

    Quote Originally Posted by DelPa View Post
    In Hamachi, you should put the IP 127.0.0.1 for all. If you put the Hamachi IP to config files, you will see the ping999.
    also users should join to same network with server.
    Useless help is useless.

    If they won't connect they won't see the server either.

    It's just hamachi's is bad either portforward or get a vps.

    or else don't even bother hosting a gunz server.



Advertisement