I need help with my server

Results 1 to 7 of 7
  1. #1

    sad I need help with my server

    well I port forword my stuff. i need ever thing but when i start gunz The server wont come up. i have remade the server over 100 times and still the Server does not show up on login. i am using windows 7 64 bit. and the router is netgear wnr2000 Please i need some help here is my Info
    Config


    <?xml version="1.0" encoding="UTF-8"?>
    <XML>
    <SERVER>
    <IP>70.174.78.43</IP>
    <PORT>6000</PORT>
    </SERVER>

    <SKIN>Default</SKIN>

    <VIDEO>
    <WIDTH>800</WIDTH>
    <HEIGHT>600</HEIGHT>
    <COLORBITS>32</COLORBITS>
    <GAMMA>255</GAMMA>
    <FULLSCREEN>TRUE</FULLSCREEN>
    <REFLECTION>true</REFLECTION>
    <LIGHTMAP>true</LIGHTMAP>
    <DYNAMICLIGHT>true</DYNAMICLIGHT>
    <SHADER>true</SHADER>
    <CHARACTORTEXTURELEVEL>1</CHARACTORTEXTURELEVEL>
    <MAPTEXTURELEVEL>1</MAPTEXTURELEVEL>
    <EFFECTLEVEL>0</EFFECTLEVEL>
    <TEXTUREFORMAT>1</TEXTUREFORMAT>
    <NHARDWARETNL>false</NHARDWARETNL>
    </VIDEO>




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

    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="MatchServer1"
    FREELOGINIP="70.174.78.43 "
    KEEPERIP="70.174.78.43"
    MONITORIP="70.174.78.43"
    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"




    System

    System?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>www.battlearena.com</ADDR>
    <DIR>incoming/gunz_global</DIR>
    </BAREPORT>

    <HOMEPAGE>
    <URL>http://www.gunzonline.com</URL>
    <TITLE>GunZ the Dual</TITLE>
    </HOMEPAGE>

    <EMBLEM_URL>http://localhost/emblems/</EMBLEM_URL>

    <TEMBLEM_URL>http://localhost/emblems/</TEMBLEM_URL>


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

    <TLOCATORLIST>
    <LOCATOR id="1" IP="70.174.78.43" />
    </TLOCATORLIST>

    </XML>[COLOR="Silver"]

    AGENT
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    <NAME>CryingGunz</NAME>
    <MAXCLIENT>500</MAXCLIENT>
    <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    <ADDRESS ip="192.168.1.50" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>

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

    [NETWORK]
    IP="70.174.78.43"
    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"
    Last edited by captkingdude; 05-01-11 at 02:39 AM.


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

    Re: I need help with my server

    First set EVERY ip to 127.0.0.1
    See if that works.

    Then switch back to your ip.
    If it doesn't work then it's a port forward, firewall, or configuration problem.

  3. #3

    Re: I need help with my server

    alright i well try that

  4. #4
    Member pLuMxy is offline
    MemberRank
    Jun 2010 Join Date
    71Posts

    Re: I need help with my server

    Better to Remove ur IP now .. Or else someone will hack ur Computer :)

  5. #5
    Member ssad56 is offline
    MemberRank
    Jan 2011 Join Date
    50Posts

    Re: I need help with my server

    enable DMZ Mode
    Last edited by ssad56; 06-01-11 at 02:06 PM.

  6. #6
    Ā  Phoenix is offline
    ModeratorRank
    Mar 2009 Join Date
    6,890Posts

    Re: I need help with my server

    @OP : Instead of trying "100" times, you could have just posted here.

    Quote Originally Posted by ssad56 View Post
    enable DMZ Mode
    Why jump to such conclusions before looking at basic things? Also, port forwarding should be an option before enabling DMZ.

    @OP: First of all, your IP's the server.ini should be:

    Code:
    FREELOGINIP=""
    KEEPERIP="70.174.78.43"
    MONITORIP="127.0.0.1"
    Change it to that and restart your server. It should work. If not, port forward.

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

    Re: I need help with my server

    Quote Originally Posted by Phoenix View Post
    @OP : Instead of trying "100" times, you could have just posted here.



    Why jump to such conclusions before looking at basic things? Also, port forwarding should be an option before enabling DMZ.

    @OP: First of all, your IP's the server.ini should be:

    Code:
    FREELOGINIP=""
    KEEPERIP="70.174.78.43"
    MONITORIP="127.0.0.1"
    Change it to that and restart your server. It should work. If not, port forward.
    Whoops looks like I didn't read his configs good yesterday or whenever I posted.
    That should work :)

    @pLuMxy : ha, you can't do much with an ip alone



Advertisement