What am i doing wrong...cannot access server

Results 1 to 12 of 12
  1. #1
    Apprentice dhruv96patel is offline
    MemberRank
    Apr 2009 Join Date
    14Posts

    What am i doing wrong...cannot access server

    my locator is
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="dhruv"
    
    [NETWORK]
    IP="dhruv.no-ip.biz"
    PORT="6011"
    
    [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"
    my serevr is
    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="dhruv"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="MatchServer1"
    FREELOGINIP="dhruv.no-ip.biz"
    KEEPERIP="dhruv.no-ip.biz"
    MONITORIP="127.0.0.1"
    MONITORPORT=9000
    MODE="test"
    COUNTRY="INTERNATIONAL"
    LANGUAGE="INTERNATIONAL"
    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"
    my matchagent is
    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>MatchServer1</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="dhruv.no-ip.biz" tcpport="7778" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    my dbo.serverstatus is
    Code:
    1	0	500	03/11/2009 7:53:47 PM	dhruv.no-ip.biz	6000	MatchServer1	1	4

    my dbo.locator status is
    Code:
    1	dhruv.no-ip.biz	6011	0	0	0	0	1000	03/11/2009 7:54:14 PM


    when i start gunz i can see server
    when i login it says cannot access serevrs
    and yes my locator server and match agent are runnnign wihtout any errors
    -also i am running noip client
    and i still get that error

    ps. when i replace noip wiht himachi it works 0.O
    Last edited by dhruv96patel; 04-11-09 at 03:58 AM.


  2. #2
    Account Upgraded | Title Enabled! Creativity is offline
    MemberRank
    Feb 2009 Join Date
    127.0.0.1Location
    492Posts

    Re: What am i doing wrong...cannot access server

    1) you might want too hide your server information there lol

    2) have you setup microsoft loopback adapter (for connection on localhost)/ port forwarded (google can help you with both :p)for WAN access?

    That's my guess anyways :p
    Last edited by Creativity; 04-11-09 at 02:47 AM.

  3. #3
    Apprentice dhruv96patel is offline
    MemberRank
    Apr 2009 Join Date
    14Posts

    Re: What am i doing wrong...cannot access server

    Quote Originally Posted by Creativity View Post
    1) you might want too hide your server information there lol

    2) have you setup microsoft loopback adapter (for connection on localhost)/ port forwarded (google can help you with both :p)for WAN access?

    That's my guess anyways :p
    ya i already did tht
    btw when i use himachi i can play wiht my friends and all but i get high pings on them 300-3k

    so i thought i try something else

  4. #4
    Account Upgraded | Title Enabled! hiii is offline
    MemberRank
    Sep 2007 Join Date
    387Posts

    Re: What am i doing wrong...cannot access server

    Code:
    [NETWORK]
    IP="dhruv.no-ip.biz"
    PORT="6011"
    Maybe the "Port"?
    Isnt it suppose to be 6000.

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

    Re: What am i doing wrong...cannot access server

    it can be anyport as long as it's edited within the exe...no?

  6. #6
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: What am i doing wrong...cannot access server

    No its 6011 becuase he is using gregon13 files

  7. #7
    Apprentice dhruv96patel is offline
    MemberRank
    Apr 2009 Join Date
    14Posts

    Re: What am i doing wrong...cannot access server

    as i said it wroks wiht himachi but it lags like hell
    so i want to use something else

    ---------- Post added at 02:59 AM ---------- Previous post was at 02:58 AM ----------

    Quote Originally Posted by hiii View Post
    Code:
    [NETWORK]
    IP="dhruv.no-ip.biz"
    PORT="6011"
    Maybe the "Port"?
    Isnt it suppose to be 6000.
    i live in toronto too =p

  8. #8
    Account Upgraded | Title Enabled! lDonatorl is offline
    MemberRank
    Sep 2009 Join Date
    FranceLocation
    272Posts

    Re: What am i doing wrong...cannot access server

    Go To Your Databasse GunzDB

    Dbo.ServerStatus And In Server Ip

    Code:
    127.0.0.1
    Ad To Your Your ip http://wanip.org/

    Or Use Other Launcher Bycause Gregon Has Problem Wich Launcher > Cant See The Sytem.mrs
    Last edited by lDonatorl; 04-11-09 at 04:38 AM.

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

    Re: What am i doing wrong...cannot access server

    Quote Originally Posted by lDonatorl View Post
    Go To Your Databasse GunzDB

    Dbo.ServerStatus And In Server Ip

    Code:
    127.0.0.1
    Ad To Your Your ip http://wanip.org/

    Or Use Other Launcher Bycause Gregon Has Problem Wich Launcher > Cant See The Sytem.mrs
    ? it sees system.mrs just fine, what are you talking about?

  10. #10
    Apprentice dhruv96patel is offline
    MemberRank
    Apr 2009 Join Date
    14Posts

    Re: What am i doing wrong...cannot access server

    i think some thing is wrong wiht no ip caz when i replace m noip wiht himachi it works

    k i tried replacing the 127.0.0.1 in my dbo.server status....but then wat happened is i could access my server but my freind cant even see my server
    Last edited by dhruv96patel; 04-11-09 at 05:05 AM.

  11. #11
    Apprentice dhruv96patel is offline
    MemberRank
    Apr 2009 Join Date
    14Posts

    Re: What am i doing wrong...cannot access server

    /bump help please...u guys most of u have workign server....one of u might have noip server...tell me wat ips to replace and wat to do...check if my files are correct

  12. #12
    Account Upgraded | Title Enabled! lDonatorl is offline
    MemberRank
    Sep 2009 Join Date
    FranceLocation
    272Posts

    Re: What am i doing wrong...cannot access server

    yes i agree i work server Now come msn in team viwer i do it here i cant i have school in 40 min add me msn and i help u in team viwer bycausei cant know Your problem here add me msn

    Dofus-walid@hotmail.fr << me msn now bb



Advertisement