
Originally Posted by
phoenix_147
Yeah, you changed files. That is the problem. Just change the port in locator.ini to 8900 and you're good to go.
Just went to change it and it is 8900, forgot i changed the server package, so I'll dump all my current settings here.
I'm using the server package from this thread:http://forum.ragezone.com/f245/gunz-...les-re-641442/
And the client from this thread:http://forum.ragezone.com/f497/br-ja...-guide-444565/
And I'll say the issue again just because I have a bit more info now, My friend who has his firewall off and is DMZ'd can't connect to the server, which I can connect to, his client just has the "Can't access server" red text when trying to login. I also have my firewall off and am DMZ'd.
Server.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="root"
PASSWORD="xxxx"
[SERVER]
MAXUSER=1000
SERVERID=1
SERVERNAME="Server 1"
FREELOGINIP=""
KEEPERIP="76.180.37.xxx"
MONITORIP="127.0.0.1"
MONITORPORT=9000
MODE="normal"
COUNTRY="INTERNATIONAL"
LANGUAGE="INTERNATIONAL"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
Loacator.ini
Code:
[DB]
DNS="GunzDB"
USERNAME="root"
PASSWORD="xxxx"
[NETWORK]
IP="127.0.0.1"
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"
MatchAgent.xml
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>MatchServer</NAME>
<MAXCLIENT>1000</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="76.180.37.xxx" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>
system.xml
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>76.180.37.xxx/gunz/emblem/upload/</EMBLEM_URL>
<TEMBLEM_URL>76.180.37.xxx/gunz/emblem/upload/</TEMBLEM_URL>
<CASHSHOP_URL>76.180.37.xxx/</CASHSHOP_URL>
<HOMEPAGE>
<URL>76.180.37.xxx</URL>
<TITLE>GunZ the Duel</TITLE>
</HOMEPAGE>
<LOCATORLIST>
<LOCATOR id="1" IP="76.180.37.xxx" />
<LOCATOR id="2" IP="76.180.37.xxx" />
<LOCATOR id="3" IP="76.180.37.xxx" />
</LOCATORLIST>
<TLOCATORLIST>
<LOCATOR id="1" IP="76.180.37.xxx" />
<LOCATOR id="2" IP="76.180.37.xxx" />
<LOCATOR id="3" IP="76.180.37.xxx" />
</TLOCATORLIST>
</XML>