Cannot Acess Server (Only me)

Newbie Spellweaver
Joined
Apr 13, 2008
Messages
5
Reaction score
0
Hello to everybody. I'm Spanish and i have a error in my server. I have a Gunz Server that the people can conect to it but i can't connect.

*******************************************************************
This is my locator.ini

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"
[NETWORK]
IP="85.58.46.206"
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"

****************************************************************
This is my AgentConfig.xml:

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

*******************************************************************************
This is my server.ini

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Matchserver"
FREELOGINIP="85.58.46.206"
KEEPERIP="85.58.46.206"
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"

*******************************************************
And this is my system.xml from system.mrs:

<?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://85.58.46.206emblems/</EMBLEM_URL>

<TEMBLEM_URL>http://85.58.46.206/emblems/</TEMBLEM_URL>

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

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

</XML>

I change the locator ID Ip to 127.0.0.1 and not work. In my ServerStatus has the IP WAN so its good.

I need help because all the people can connect to my server but I no :*:. Bye and thaks :rolleyes:
 
Use Microsoft loopback adapter, it enables you to connect to yourself (which is i'm guessing your problem)
Google it anyways, easy to find some tuts on how to install
 
Upvote 0
Use Microsoft loopback adapter, it enables you to connect to yourself (which is i'm guessing your problem)
Google it anyways, easy to find some tuts on how to install

I installed Microsoft loopback adapter but i have the same problems. In the conection of loopback i have Limited conection with a warning mark. Is it normal? I just opened the client but have the same problems. HELP! :*:
 
Upvote 0
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>Matchserver</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="127.0.0.1" tcpport="6000"/>
<ADDRESS ip="85.58.46.206" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>

Change 127.0.0.1 to your ip..
 
Upvote 0
I repared the conection and restart the computer but i have the same problem. Also I change the IP of MatchAgent but if i change the matchagent crashes xD. All the people can connect except me. HELP ME PLZ!
 
Upvote 0
First, remove your WAN IP, there are skids here on the forum that are going to flood you without any reason.

Second, it's just your router that doesn't allow you to send packets to your own WAN IP. So either fix your router or make a tunnel linking your WAN to your LAN IP.
 
Upvote 0
First, remove your WAN IP, there are skids here on the forum that are going to flood you without any reason.

Second, it's just your router that doesn't allow you to send packets to your own WAN IP. So either fix your router or make a tunnel linking your WAN to your LAN IP.

How Can i do this? I search in google but no tutorials about the link of the WAN to the LAN IP :grr:.
 
Upvote 0
Hello to everybody. I'm Spanish and i have a error in my server. I have a Gunz Server that the people can conect to it but i can't connect.

*******************************************************************
This is my locator.ini

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"
[NETWORK]
IP="85.58.46.206"
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"

****************************************************************
This is my AgentConfig.xml:

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

*******************************************************************************
This is my server.ini

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="HIDDEN"
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="Matchserver"
FREELOGINIP="85.58.46.206"
KEEPERIP="85.58.46.206"
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"

*******************************************************
And this is my system.xml from system.mrs:

<?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://85.58.46.206emblems/</EMBLEM_URL>

<TEMBLEM_URL>http://85.58.46.206/emblems/</TEMBLEM_URL>

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

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

</XML>

I change the locator ID Ip to 127.0.0.1 and not work. In my ServerStatus has the IP WAN so its good.

I need help because all the people can connect to my server but I no :*:. Bye and thaks :rolleyes:

hmm this all good but check with your friends if there see the server or no >.>

and deleted this
Code:
<TLOCATORLIST>
<LOCATOR id="1" IP="85.58.46.206" />
</TLOCATORLIST>
From
Code:
<?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://85.58.46.206emblems/</EMBLEM_URL>
 
<TEMBLEM_URL>http://85.58.46.206/emblems/</TEMBLEM_URL>
 
<LOCATORLIST>
<LOCATOR id="1" IP="85.58.46.206" />
</LOCATORLIST> <!-- don't remove -->
 
<TLOCATORLIST>
<LOCATOR id="1" IP="85.58.46.206" />
</TLOCATORLIST> <!-- Remove -->
</XML>
:glare:
 
Upvote 0
My friends can play and they can see the server :8: but i NO :grr:. I remove the TLOCATOR ID but i have the same problem :S. Can I play in the same computer that i have the server?
 
Upvote 0
Back