Cannot Access Server

Results 1 to 15 of 15
  1. #1
    Member chrismob is offline
    MemberRank
    Jul 2009 Join Date
    EarthLocation
    53Posts

    Cannot Access Server

    Everytime i try to log in it Says cannot Access server. Can someone help me please
    Last edited by chrismob; 12-06-10 at 04:40 PM.


  2. #2
    Enthusiast AloEST is offline
    MemberRank
    Feb 2009 Join Date
    48Posts

    Re: Cannot Access Server

    how u fixed it? i need to get it fixed too...

  3. #3
    Member chrismob is offline
    MemberRank
    Jul 2009 Join Date
    EarthLocation
    53Posts

    Re: Cannot Access Server

    huh well actually i thought i fixed it but i found out that it only works for me not others ... no it's not fixed anymore lol

  4. #4
    I am Dylan. I<3Bass is offline
    MemberRank
    Jun 2010 Join Date
    New YorkLocation
    953Posts

    Re: Cannot Access Server

    You may need to Port Forward. Checkout EagleDude's Server Tutorial. It will have how to port forward. And, if you want to let other people play. Just go to MSSQL, Then open dbo.ServerStatus , and dbo.LocatorStatus, then put your Ip in. http://www.ipchicken.com/
    Last edited by I<3Bass; 12-06-10 at 05:06 PM.

  5. #5
    Enthusiast AloEST is offline
    MemberRank
    Feb 2009 Join Date
    48Posts

    Re: Cannot Access Server

    ports forwarded, dmz mode enabled. error after connect: Cannot access server.

  6. #6
    Member chrismob is offline
    MemberRank
    Jul 2009 Join Date
    EarthLocation
    53Posts

    Re: Cannot Access Server

    I cannot access server but other people can?

  7. #7
    Enthusiast AloEST is offline
    MemberRank
    Feb 2009 Join Date
    48Posts

    Re: Cannot Access Server

    i cant access the server, my other pc doesnt even see it.

  8. #8
    I am Dylan. I<3Bass is offline
    MemberRank
    Jun 2010 Join Date
    New YorkLocation
    953Posts

    Re: Cannot Access Server

    Try Hamachi, not so good, but its alright.

  9. #9
    Member chrismob is offline
    MemberRank
    Jul 2009 Join Date
    EarthLocation
    53Posts

    Re: Cannot Access Server

    aloEST or me?

  10. #10
    I am Dylan. I<3Bass is offline
    MemberRank
    Jun 2010 Join Date
    New YorkLocation
    953Posts

    Re: Cannot Access Server

    Aloest. Did you do what I said for the MSSQL?

  11. #11
    Enthusiast AloEST is offline
    MemberRank
    Feb 2009 Join Date
    48Posts

    Re: Cannot Access Server

    Quote Originally Posted by 2Blazin'4u View Post
    Aloest. Did you do what I said for the MSSQL?
    i tried with hamachi to, still cant access server.

  12. #12
    Account Upgraded | Title Enabled! wesley1189 is offline
    MemberRank
    Dec 2009 Join Date
    On a potatoLocation
    407Posts

    Re: Cannot Access Server

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    [NETWORK]
    IP="yourwanip"
    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"
    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="yourwanip" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="password"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="gunz server name" (same as in dbo.serverstatus)
    FREELOGINIP=""
    KEEPERIP="yourwanip"
    MONITORIP="127.0.0.1" (doublecheck this one)
    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"
    Code:
    <?xml version="1.0" encoding="UTF-8" ?>
    <XML>
    	<XMLHEADER>version="1.0" encoding="UTF-8"</XMLHEADER>
    
    	<SKIN>Default</SKIN>
    
    	<DEFFONT>Arial</DEFFONT>
    
    	<IME>true</IME>
    
    	<BAREPORT>
    		<ADDR>not that important</ADDR>
    		<DIR>not that important</DIR>
    	</BAREPORT>
    
    	<HOMEPAGE>
    	    <URL>site url</URL>
    	    <TITLE>site title</TITLE>
    	</HOMEPAGE>
    	
    	<EMBLEM_URL>yourwanip</EMBLEM_URL>
            
    	<TEMBLEM_URL>yourwanip</TEMBLEM_URL>
    
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="yourwanip" />
    		<LOCATOR id="2" IP="yourwanip" />
                    <LOCATOR id="3" IP="yourwanip" />
                    </LOCATORLIST>
    	
    	 <TLOCATORLIST>
    		<LOCATOR id="1" IP="yourwanip" />
    		<LOCATOR id="2" IP="yourwanip" />
                    <LOCATOR id="3" IP="yourwanip" />
    
                    </TLOCATORLIST>
    	
    	</XML>
    And in microsoft sql management studio express.
    dbo.serverstatus add yourwanip
    And also in dbo.locatorstatus yourwanip

    And don't forget to portforward
    6000 tcp
    5100 udp
    7000 to 7777 tcp and udp
    8900 tcp
    80 tcp

  13. #13
    Enthusiast AloEST is offline
    MemberRank
    Feb 2009 Join Date
    48Posts

    Re: Cannot Access Server

    thanks! this helped me a little, but i still couldnt fix the problem by that. I also found a solution: the AID1 didnt work for me, but if i made another acc AID 3,then it worked.

  14. #14
    Wait wut PenguinGuy is offline
    MemberRank
    Apr 2010 Join Date
    United StatesLocation
    765Posts

    Re: Cannot Access Server

    Make sure the AID in "dbo.Accounts" is the same in "dbo.Login".

  15. #15
    Enthusiast AloEST is offline
    MemberRank
    Feb 2009 Join Date
    48Posts

    Re: Cannot Access Server

    kay,now i can connect to my server and all from the host pc, but i cant see it in other pc. what to do? also, on hamachi the both connections say relayed tunnel, but it should be direct tunnel. how to change that?
    Last edited by AloEST; 14-06-10 at 05:52 PM.



Advertisement