Multiple Matchserver = 999ping

Page 1 of 2 12 LastLast
Results 1 to 25 of 31
  1. #1
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Multiple Matchserver = 999ping

    Hello people, glad RZ is finally back, seems like it has some problems these days.

    Anyways I tried multiple times with multiple different methods to get a clan server running ontop of my Quest server. The result I get is the first server I start works fine, the other one gives 999 ping. All my ports are forwarded. Right now I'm using Vengeance Server Addon. Here are my configuration files:

    server.ini
    Code:
    [DB]
    DNS="GunzDB" 
    USERNAME="sa"
    PASSWORD="MYPASSWORD"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="GunZone Quest 1"
    FREELOGINIP=""
    KEEPERIP="mywanip"
    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"
    clan.ini
    Code:
    [DB]
    DNS="GunzDB" 
    USERNAME="sa"
    PASSWORD="MYPASSWORD"
    
    [SERVER]
    MAXUSER=200
    SERVERID=2
    SERVERNAME="GunZone Clan 1"
    FREELOGINIP=""
    KEEPERIP="WANIP"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="clan"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5105
    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
    AgentConfig.xml
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
        <NAME>GunZone Quest 1</NAME>
        <MAXCLIENT>500</MAXCLIENT>
        <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
        <ADDRESS ip="WANIP" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    ClanAgent.xml
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
        <NAME>GunZone Clan 1</NAME>
        <MAXCLIENT>200</MAXCLIENT>
        <CLANSERVERADDRESS ip="127.0.0.1" tcpport="6005"/>
        <ADDRESS ip="WANIP" tcpport="7787" udpport="5105"/>
    </AGENTCONFIG>
    </XML>
    Locator.ini
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="MYPASSWORD"
    
    [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"
    Screenshot of dbo.ServerStatus


    Forwarded Ports:


    Help please


  2. #2
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    i think its from the MatchAgent Port in server.ini both clan and quest are 5100 port

  3. #3
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    Hmm nice finding, I'll try this out right now, thank you.

  4. #4
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    dont forget to change also in matchagent.xml xP only change for Clan :P

  5. #5
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    Did not work. Any other suggestions?

  6. #6
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    i dunno if this got to do with the locatorstatus table but try adding new locater [not sure]
    and you forgot to portforward 5105 port udp and 7777

  7. #7
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    5105 is forwarded, i did it when you told me to change the port. I'm forwarding 7777 and testing.

  8. #8
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    OK tell me if it work .... will be first one i help xD

  9. #9
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    That did not work either :(

  10. #10
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    Oh sorry don't know then .... but im sure proplem from clanserver 6000 port still >.> can you put pics for clanserver runing and matchserver because i think they same ports >.> 6000-6000

  11. #11
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    No, Matchserver displays port 6000 and clan displays port 6005. Thanks for the help so far btw.

  12. #12
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: Multiple Matchserver = 999ping

    hope you get it working Kochon. good luck <3

  13. #13
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    Well right now I'm trying to make my computer use 2 ip addresses and see if it would work that way... I hope it does

  14. #14
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    if computer gonna use 2 ips 100% will work xD because everyserver got own ip own ports

  15. #15
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    Yeah i just have no clue on how to do it

  16. #16
    Alpha Member gregon13 is offline
    MemberRank
    Nov 2007 Join Date
    CanadaLocation
    1,945Posts

    Re: Multiple Matchserver = 999ping

    Quote Originally Posted by kochon View Post
    Well right now I'm trying to make my computer use 2 ip addresses and see if it would work that way... I hope it does
    2 lan cards on at the same time force 999ping i've had the same issue and i will be releasing a tutorial on how to make a clan server so that way any one could try and figure out what else to do to get it to work correctly

  17. #17
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    yeah that would be great . In the meantime could you tell me whats wrong?

  18. #18
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Multiple Matchserver = 999ping

    wont work with 2 ip's either

  19. #19
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    Then would you mind helping me out, it's kinda pointless to post stuff like this

  20. #20
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Multiple Matchserver = 999ping

    i have tried it possibly all the edits i even have 2 ips
    it just doesnt work

    depends on ppls router i believe

  21. #21
    Account Upgraded | Title Enabled! kochon is offline
    MemberRank
    Nov 2006 Join Date
    MontrealLocation
    1,451Posts

    Re: Multiple Matchserver = 999ping

    Routers are the fail. :(

  22. #22
    Account Upgraded | Title Enabled! katsumi is offline
    MemberRank
    Oct 2008 Join Date
    Earth ??Location
    592Posts

    Re: Multiple Matchserver = 999ping

    i tried it in dedicated also dint work either all these things are fake or works by luck

    the only way possible is by using 2 servers
    and yes it will work in that way

  23. #23
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    Quote Originally Posted by katsumi View Post
    i tried it in dedicated also dint work either all these things are fake or works by luck

    the only way possible is by using 2 servers
    and yes it will work in that way
    yes will work but not cool.... its possiple in same ip there people done it but they dont say >.>
    because its secret for them.....

  24. #24
    Extreme Coder - Delphi bounty-hunter is offline
    MemberRank
    Sep 2007 Join Date
    GunZone MansionLocation
    1,725Posts

    Re: Multiple Matchserver = 999ping

    asm edit it, to make it start up twice and u need to asm edit the runnable so that i can connect to both servers -_-

  25. #25
    Account Upgraded | Title Enabled! Anan is offline
    MemberRank
    Apr 2008 Join Date
    692Posts

    Re: Multiple Matchserver = 999ping

    Quote Originally Posted by bounty-hunter View Post
    asm edit it, to make it start up twice and u need to asm edit the runnable so that i can connect to both servers -_-
    Extreme Coder- edit what in runnable ....... make like code clue something or can you make tut on it?! please!!

    comon
    please
    please plz?
    plz plz plz

    OWNED

    !!!please help now seriously can you make tut on how to make that im new at olly....



Page 1 of 2 12 LastLast

Advertisement