Portforward Issue

Results 1 to 8 of 8
  1. #1
    the sound's resound echo Jelle is offline
    MemberRank
    Jun 2009 Join Date
    ._.Location
    1,036Posts

    Portforward Issue

    Hello.

    I recently have been working on my own private server, and I've stumbled on a issue.
    Localhost works fine and stuff, but for some reason it fails when I put it on my IP (83.85.85.97)

    Forwarded ports:
    6000 tcp
    5100 udp
    7000 to 7777 tcp and udp
    8900 tcp

    Locator.ini
    Spoiler:

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="hidden"
    
    [NETWORK]
    IP="83.85.85.97"
    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" 
    ELAPSED_TIME_UPDATE_LOCATOR_LOG="3600000"
    ACCEPT_INVALID_IP="1"
    TEST_SERVER="0"


    MatchServer Config
    Spoiler:

    Code:
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="hidden"
    
    [SERVER]
    MAXUSER="5000"
    SERVERID="1"
    SERVERNAME="Gunz Repack by Phoenix"
    ;FREELOGINIP="127.0.0.1"
    KEEPERIP="83.85.85.97"
    MONITORIP="127.0.0.1"
    MONITORPORT="9000"
    MODE="test" ; Change it to "clan" for clan server and "test" for quest server.
    COUNTRY="BRZ"
    LANGUAGE="BRZ"
    USETICKET="0"
    
    [LOCALE]
    DBAgentIP="127.0.0.1"
    DBAgentPort="5100"
    
    [FILTER]
    USE="0" 
    ACCEPT_INVALID_IP="1"
    
    [ENVIRONMENT]
    USE_HSHIELD="0"
    USE_XTRAP="0"
    USE_EVENT="0"
    USE_MD5="0"
    USE_FILECRC="0"
    USE_RESOURCECRC32CACHECKECK="0" 
    
    [POWERLEVELING]
    USE_POWERLEVELING_DB_BLOCK="1"
    POWERLEVELING_DB_BLOCKTIME="100000"
    
    [KILLTRACKER]
    USE_KILLTRACKER="1"
    MAXKILLCOUNT_ON_TRACETIME="50"
    KILLCOUNT_TRACETIME="50"
    
    [LOOPLOG]
    USE_LOOPLOG="1"
    MAX_LOOP_TIME_GAP="36000"


    MatchAgent config
    Spoiler:

    Code:
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>MatchServer</NAME>
    	<MAXCLIENT>1500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/> <!-- Change the tcpport here,  if you change the MatchServer port from 6000 to something else -->
    	<ADDRESS ip="83.85.85.97" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>


    Client system config:
    Spoiler:

    Code:
    <?xml version="1.0" ?>
    <XML>
    	<XMLHEADER>version="1.0"</XMLHEADER>
    
    	<SKIN>Default</SKIN>
    
    	<DEFFONT>Arial</DEFFONT>
    
    	<IME>false</IME>
    
    	<BAREPORT>
    		<ADDR>www.battlearena.com</ADDR>
    		<DIR>incoming/gunz_US</DIR>
    	</BAREPORT>
    
    	<EMBLEM_URL>http://83.85.85.97/clanemblem/</EMBLEM_URL>
    	<TEMBLEM_URL>http://83.85.85.97/clanemblem/</TEMBLEM_URL>
    
    	<CASHSHOP_URL>http://83.85.85.97</CASHSHOP_URL>
    
    	<HOMEPAGE>
    	    <URL>http://83.85.85.97</URL>
    	    <TITLE>GunZ the Duel</TITLE>
    	</HOMEPAGE>
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="83.85.85.97" />
    		<LOCATOR id="2" IP="83.85.85.97" />
    		<LOCATOR id="3" IP="83.85.85.97" />
    
    	</LOCATORLIST>
    
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="83.85.85.97" />
    		<LOCATOR id="2" IP="83.85.85.97" />
    		<LOCATOR id="3" IP="83.85.85.97" />
    	</TLOCATORLIST>
    </XML>


    The problem is, is that I do not see a server at the login-screen.
    And again, works perfectly on localhost.

    I hope someone can help me!;)


  2. #2
    Software Engineer Evil[]Power is offline
    MemberRank
    Apr 2010 Join Date
    Look behind...Location
    1,191Posts

    Re: Portforward Issue

    Freeloginip="127.0.0.1" should be freeloginip=""
    Hope it works then , im looking for more errors u did :D

  3. #3
    the sound's resound echo Jelle is offline
    MemberRank
    Jun 2009 Join Date
    ._.Location
    1,036Posts

    Re: Portforward Issue

    Changed it, but sadly didn't help!

  4. #4
    the sound's resound echo Jelle is offline
    MemberRank
    Jun 2009 Join Date
    ._.Location
    1,036Posts

    Re: Portforward Issue

    Someone saw a mistake yet?:)

  5. #5
    Apprentice shadow08 is offline
    MemberRank
    Dec 2008 Join Date
    Lansing, MILocation
    14Posts

    Re: Portforward Issue

    r u ports open? use port forward checker

  6. #6
    Slothstronaut Justice For All is offline
    MemberRank
    Aug 2011 Join Date
    Almost thereLocation
    3,253Posts

    Re: Portforward Issue

    Same exact thing happened to me... I spent days trying to figure out how to fix it and I just couldn't find anything, I even asked here and nobody could figure it out either. I really hope someone can tell you how to fix it so I can fix mine also xD

  7. #7
    the sound's resound echo Jelle is offline
    MemberRank
    Jun 2009 Join Date
    ._.Location
    1,036Posts

    Re: Portforward Issue


  8. #8
    the sound's resound echo Jelle is offline
    MemberRank
    Jun 2009 Join Date
    ._.Location
    1,036Posts

    Re: Portforward Issue

    I'm totally stuck at this problem, does anyone have a solution?



Advertisement