cannot access my server, cant find the reason

Results 1 to 8 of 8
  1. #1
    Enthusiast Geowil is offline
    MemberRank
    May 2006 Join Date
    Phoenix, AZ, USLocation
    31Posts

    cannot access my server, cant find the reason

    I have searched all over this forum and found some posts about my issue, tried them, and they have all failed so far.

    I have all of my ports forwarded in zone alarm pro (51"00, 6000, 7000-7777, 8600) [ignore the ", for some reason the filter picks up ****] , my router is setup to dmz to my server comp.

    i am using my lan IP for testing:

    server.ini:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD=""

    [SERVER]
    FREELOGINIP="192.168.1.3"
    KEEPERIP="192.168.1.3"
    MONITORIP="127.0.0.1"


    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1

    locator.ini:

    [NETWORK]
    IP="192.168.1.3"
    PORT="8900"
    agentconfig.xml:

    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>GGunz</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="192.168.1.3" tcpport="6000"/>
    <ADDRESS ip="192.168.1.3" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    client side:

    hexed in 192.168.1.3 for both the ip's in the GunzLauncher.

    system.xml:



    <LOCATORLIST>
    <LOCATOR id="1" IP="192.168.1.3" />
    </LOCATORLIST>

    <TLOCATORLIST>
    <LOCATOR id="1" IP="192.168.1.3" />
    </TLOCATORLIST>
    Servers can connect and read from the DB fine, no errors in the logs, I can get to the login/sever select screen but it just wont let me login.

    my AId is the same in the account and login databases

    and the server ip in the ServerStatus database is 127.0.0.1
    Last edited by Geowil; 19-05-09 at 04:55 AM. Reason: had the old server.ini open. updated the settings quote


  2. #2
    Account Upgraded | Title Enabled! JusticeDK is offline
    MemberRank
    Aug 2008 Join Date
    McDonaldLocation
    806Posts

    Re: cannot access my server, cant find the reason

    "and the server ip in the ServerStatus database is 127.0.0.1"

    change it to ur ip and did u change the locatorstatus?

  3. #3
    Apprentice wastedgunz is offline
    MemberRank
    May 2009 Join Date
    6Posts

    Re: cannot access my server, cant find the reason

    same problem for me also i cant still fix this cant access server.......................

    My server details

    Server.ini

    Code:
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Quest Server"
    FREELOGINIP="5.103.150.54"
    KEEPERIP="5.103.150.54"
    MONITORIP="127.0.0.1"
    MONITORPORT=6000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1
    And locator.ini
    Code:
    [NETWORK]
    IP="5.103.150.54"
    PORT="8900"
    Agent.ini
    Code:
    <AGENTCONFIG>
    	<NAME>Match Server</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="5.103.150.54" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    Database details :
    serverstatus
    Code:
    1	0	500	5/19/2009 8:35:27 AM	5.103.150.54	6000	Quest Server	1	4

    locator status

    Code:
    1	5.103.150.54	8900	0	0	0	0	1000	5/19/2009 8:36:37 AM
    me accessed my server before me reinstalling my PC..........

    After reinstalling my OS this problem is coming..........

    Dont know what to do................

    Please help me out in this..........

  4. #4
    Account Upgraded | Title Enabled! JusticeDK is offline
    MemberRank
    Aug 2008 Join Date
    McDonaldLocation
    806Posts

    Re: cannot access my server, cant find the reason

    Quote Originally Posted by wastedgunz View Post
    same problem for me also i cant still fix this cant access server.......................

    My server details

    Server.ini

    Code:
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Quest Server"
    FREELOGINIP="5.103.150.54"
    KEEPERIP="5.103.150.54"
    MONITORIP="127.0.0.1"
    MONITORPORT=6000
    MODE="test"
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LANGUAGE]
    LANG_TYPE="eng"
    
    [LOCALE]
    DBAgentPort=5100
    DBAgentIP=127.0.0.1
    And locator.ini
    Code:
    [NETWORK]
    IP="5.104.150.54"
    PORT="8900"
    Agent.ini
    Code:
    <AGENTCONFIG>
    	<NAME>Match Server</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="5.103.150.54" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    Database details :
    serverstatus
    Code:
    1	0	500	5/19/2009 8:35:27 AM	5.103.150.54	6000	Quest Server	1	4

    locator status

    Code:
    1	5.103.150.54	8900	0	0	0	0	1000	5/19/2009 8:36:37 AM
    me accessed my server before me reinstalling my PC..........

    After reinstalling my OS this problem is coming..........

    Dont know what to do................

    Please help me out in this..........
    system.xml?

  5. #5
    Apprentice wastedgunz is offline
    MemberRank
    May 2009 Join Date
    6Posts

    Re: cannot access my server, cant find the reason

    My System.XML

    Code:
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="5.103.150.54" />
    		</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="5.103.150.54" />
    		</TLOCATORLIST>

  6. #6
    Account Upgraded | Title Enabled! JusticeDK is offline
    MemberRank
    Aug 2008 Join Date
    McDonaldLocation
    806Posts

    Re: cannot access my server, cant find the reason

    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD=""

    ^^^ all changed?

  7. #7
    Apprentice wastedgunz is offline
    MemberRank
    May 2009 Join Date
    6Posts

    Re: cannot access my server, cant find the reason

    ya changed in all places where it needed...................

  8. #8
    Enthusiast Geowil is offline
    MemberRank
    May 2006 Join Date
    Phoenix, AZ, USLocation
    31Posts

    Re: cannot access my server, cant find the reason

    omfg lol. Well i found my problem <.< i put the wrong damn ip in the server status lmao.

    fixed that and the friggin server works like charm now.

    I had the locaterstatus already changed.

    thanks!



Advertisement