About opening two servers with different Computers n ips

Results 1 to 6 of 6
  1. #1
    Apprentice ajeeb is offline
    MemberRank
    Oct 2007 Join Date
    20Posts

    About opening two servers with different Computers n ips

    Hi guys


    as we know we can't open Two Servers at the same Computer using the same ip
    so if i have two Computers with different ips

    how can i open two Server on the same cilent

    First Computer = Database + MatchServer + MatchAgent working Fine

    First Try : i tried to open Clan Server + Clan Agent on the second computer
    using the second ip but (( odbc problem )) can't connect to SQL server which based on the first computer, Failed

    Second Try : i opened Clan Server on the primary ( First ) computer
    and opened Clan Agent on the second computer using 2nd ip, Failed

    so how do you think we can open two Servers on Different computers and ips



  2. #2
    Account Upgraded | Title Enabled! Cancel is offline
    MemberRank
    Jan 2008 Join Date
    ItalyLocation
    337Posts

    Re: About opening two servers with different Computers n ips

    Why do you do it like this Way?

    You can Host Quest & ClanWar on 1 Server.

    There is in the Release Section a Quest & ClanWar Release.

    You need to D/L Matchserver.exe and Channelrule.xml and to edit the server.ini
    to"clan" and you have both Quest & ClanWar on 1 Server =O

  3. #3
    Account Upgraded | Title Enabled! EpikBaby is offline
    MemberRank
    Aug 2009 Join Date
    New YorkLocation
    486Posts

    Re: About opening two servers with different Computers n ips

    Dude very easy.

    Copy a folder of MatchServer and rename the folder ClanServer.

    Get a ClanServer.exe //Like MatchServer.exe YEAH!

    Then change the server.ini to 2 where it says ServerID="2" //If you set the clan server in another number in dbo.ServerStatus then put the number.

    Make a new Txt doc rename it to
    Code:
    por2
    , then put
    Code:
    6005 6005
    Make a new Txt doc rename it to
    Code:
    port
    then open it up and type, after you type whats below then put it into MatchServer folder.
    Code:
    6000 6000
    For your AgentConfig.xml you have :
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>Name this server</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="YOU IP WAN" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    
    </XML>
    After you open the xml with NOTEPAD. you do this
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>Name this server</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="YOU IP WAN" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    <?xml version="1.0" encoding="euc-kr"?>
    <AGENTCONFIG>
    <NAME>Name this server</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6005"/>
    <ADDRESS ip="YOU IP WAN" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    
    </XML>
    If I'm wrong above help me change it XD.



    Or try this http://forum.ragezone.com/f245/quest...server-594133/
    Last edited by EpikBaby; 30-08-09 at 04:11 PM.

  4. #4
    Apprentice ajeeb is offline
    MemberRank
    Oct 2007 Join Date
    20Posts

    Re: About opening two servers with different Computers n ips

    yeh i tried to open Clan and Quest servers on the same computer but
    clan server agent won't work (( all people 999 ))

    wait i'll try Clan & Quest release thnx

    Last edited by ajeeb; 31-08-09 at 01:08 AM.

  5. #5
    2D > 3D Wucas is offline
    MemberRank
    Dec 2008 Join Date
    In your bed :3Location
    2,523Posts

    Re: About opening two servers with different Computers n ips

    you probably have not followed my tut fully? did you change the test to clan? O.O

  6. #6
    Apprentice ajeeb is offline
    MemberRank
    Oct 2007 Join Date
    20Posts

    Re: About opening two servers with different Computers n ips

    BetrayedAcheron thnx it worked fine 100%



    going to thank you

    Last edited by ajeeb; 31-08-09 at 02:36 AM.



Advertisement