Hi all!
thanks you Matrax for your tut, but, when i try some years ego to make an online server, i entered the same probleme: when 2 player come in the server, the other player is laggy(999 of ping) i have try to change some ip value in Agen and server, but alway the same...
Here, my Server.ini:
Code:
[DB]
DNS="GunzDB"
USERNAME="my mssql user"
PASSWORD="my mssql pass"
[SERVER]
MAXUSER=500
SERVERID=1
SERVERNAME="IG-Net Gunz"
FREELOGINIP=""
KEEPERIP="my wan ip"
MONITORIP=127.0.0.1"
MONITORPORT=9000
MODE="test"
COUNTRY="BRZ"
LANGUAGE="BRZ"
USETICKET="0"
[LANGUAGE]
LANG_TYPE="eng"
[LOCALE]
DBAgentPort=5100
DBAgentIP=my wan ip
[FILTER]
USE="0"
ACCEPT_INVALID_IP="1"
[ENVIRONMENT]
USE_HSHIELD="0"
USE_XTRAP="0"
USE_EVENT="0"
USE_FILECRC="0"
USE_MD5="0"
And here my Agentcinfig.xml:
Code:
<?xml version="1.0" encoding="euc-kr"?>
<XML>
<AGENTCONFIG>
<NAME>IG-Net gunz</NAME>
<MAXCLIENT>500</MAXCLIENT>
<MATCHSERVERADDRESS ip="my wan ip" tcpport="6000"/>
<ADDRESS ip="my wan ip" tcpport="7777" udpport="5100"/>
</AGENTCONFIG>
</XML>
and here, log from agent:
Code:
Command registration completed
Reconnect to MatchServer
I want to precise i have a public server with a firewall, i have open all nedded port TCP and UDP...
Also, i have tested some 127.0.0.1 adress when i found them in some other tut, but the problem always here...
thanks by advance!