Connecting.

Results 1 to 12 of 12
  1. #1
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    config Connecting.

    Alright then..
    can anyone tell me how I can join my own server using wan-ip.( On the same network)
    I have heard that if you use wan-ip you cannot connect your own server or something..

    So can anyone tell me which ip's I have to change cause when I use the tutorials I see no servers.. (My brother can't see any servers too.)
    And I have done this on both my brothers PC and my PC with the same results.

    Im using Hamachi atm cause I cannot use the wan-ip.... and its a real pain in the *** since you need to connect on hamachi first to join the server..

    I have everything, launcher,regpage,auto update etc..
    All I need is that it can run on my wan-ip.

    If anyone knows the answer,
    Please tell me how to...
    BTW.. when I use my own IP, my brother can't see me when playing.. all he sees is that connection error thingy above my head. Also, I have all the Ports Forwarded.

    Greetz,
    Yfel


  2. #2
    Valued Member lolkiller is offline
    MemberRank
    Sep 2010 Join Date
    Somewhere.Location
    135Posts

    Re: Connecting.

    Problay you did something wrong can you show me your server.ini and other stuff too and what you did in locator and agent and db

  3. #3
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: Connecting.

    Quote Originally Posted by lolkiller View Post
    Problay you did something wrong can you show me your server.ini and other stuff too and what you did in locator and agent and db
    Ofcourse,

    Code:
    Matchserver -Server.ini
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="mypass"
    
    [SERVER]
    MAXUSER=500
    SERVERID=1
    SERVERNAME="Fallen GunZ"
    FREELOGINIP="127.0.0.1"
    KEEPERIP="MYWANIP"
    MONITORIP="127.0.0.1"
    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:
    MatchAgent -Agentconfig.xml
    <?xml version="1.0" encoding="euc-kr"?>
    <XML>
    <AGENTCONFIG>
    	<NAME>Fallen GunZ</NAME>
    	<MAXCLIENT>500</MAXCLIENT>
    	<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
    	<ADDRESS ip="MYWANIP" tcpport="7777" udpport="5100"/>
    </AGENTCONFIG>
    </XML>
    Code:
    Locator -Locator.ini
    [DB]
    DNS="GunzDB"
    USERNAME="sa"
    PASSWORD="mypass"
    
    [NETWORK]
    IP="MYWANIP"
    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:
    System.XML In Matchserver & System.mrs.
    <?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://MYWANIP/emblems/</EMBLEM_URL>
    	<TEMBLEM_URL>http://MYWANIP/emblems/</TEMBLEM_URL>
    
    	<CASHSHOP_URL>http://MYWANIP</CASHSHOP_URL>
    
    	<HOMEPAGE>
    	    <URL>http://MYWANIP</URL>
    	    <TITLE>GunZ the Duel</TITLE>
    	</HOMEPAGE>
    
    	<LOCATORLIST>
    		<LOCATOR id="1" IP="MYWANIP" />
    		<LOCATOR id="2" IP="MYWANIP" />
    		<LOCATOR id="3" IP="MYWANIP" />
    		</LOCATORLIST>
    	
    	<TLOCATORLIST>
    		<LOCATOR id="1" IP="MYWANIP" />
    		<LOCATOR id="2" IP="MYWANIP" />
    		<LOCATOR id="3" IP="MYWANIP" />
    		</TLOCATORLIST>
    </XML>
    Code:
    dbo.ServerStatus
    ServerID - 1
    CurrPlayer - 0
    MaxPlayer - 500
    Time - 11-8-2011 23:10:12
    IP - MYWANIP
    Port - 6000
    Servername - Fallen GunZ
    Opened - 1
    Type - 4
    Code:
    dbo.LocatorStatus
    LocatorID - 1
    IP - MYWANIP
    Port - 8900
    RecvCount - 0
    SendCount - 0 
    BlockCount - 0
    DuplicatedCount - 0
    UpdateElapsedTime - 1000
    LastUpdatedTime - 11-8-2011 23:10:26
    I thought this should be fine,
    Thanks for your answer... I really hate using Hamachi...
    Yfel

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

    Re: Connecting.

    FREELOGINIP="127.0.0.1" should be FREELOGINIP=""

  5. #5
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: Connecting.

    Okay, Thanks :) ill test it right now.

    EDIT : Didn't work for me.. I still can't see any servers....
    Last edited by YfelJJ; 12-08-11 at 01:32 AM.

  6. #6
    Account Upgraded | Title Enabled! flyffhelper is offline
    MemberRank
    Dec 2010 Join Date
    419Posts

    Re: Connecting.

    I had this problem before make sure you overwrited your gunz.bak
    and check the ports again

  7. #7
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: Connecting.

    Quote Originally Posted by flyffhelper View Post
    I had this problem before make sure you overwrited your gunz.bak
    and check the ports again
    What do you mean, I don't even have the gunz.bak since I delete them always for an clean install folder...(im always making installs with improvements for the players).

    And yes I have my ports all forwarded.......

    Still, thanks...

    EDIT : Also.... everything works fine on Hamachi.. people can join/register (but weirdly only when they're connected on Hamachi) People can play whenever they want since the server is up 24/7 but I just need to get it working on my wan-ip.....
    Last edited by YfelJJ; 16-08-11 at 02:42 PM.

  8. #8
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: Connecting.

    Bump bump bumpzzz

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

    Re: Connecting.

    To make the server non-hamachi you should portforward go here : Port Forwarding Guides Listed by Manufacturer and Model - PortForward.com
    Choose ur router name/type and go gunz follow the instructions , ports can be found on the end of MATRAX's server set up tut .

  10. #10
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: Connecting.

    Quote Originally Posted by Evil[]Power View Post
    To make the server non-hamachi you should portforward go here : Port Forwarding Guides Listed by Manufacturer and Model - PortForward.com
    Choose ur router name/type and go gunz follow the instructions , ports can be found on the end of MATRAX's server set up tut .
    Thank you for your response, but I have all the ports forwarded already.... thats why I came here ¬.¬

    Thank you though...

  11. #11
    Enthusiast YfelJJ is offline
    MemberRank
    Jul 2011 Join Date
    29Posts

    Re: Connecting.

    Bump bump bump

  12. #12
    Apprentice XXxRafastaRxXX is offline
    MemberRank
    Feb 2008 Join Date
    20Posts

    Re: Connecting.

    I have a similiar problem, bump :[



Advertisement