I made a Gunz Server..
I host it by my comptuter,and all is ok.
All other player can see and access to the server but me I can't why?
Can some one tell me why please .
Thanks,
I made a Gunz Server..
I host it by my comptuter,and all is ok.
All other player can see and access to the server but me I can't why?
Can some one tell me why please .
Thanks,
Do you to have two computers ?
If yes use the one youre hosting with.
You sure that your system.mrs >> system.xml >> ip is edited ?
Because maybe you could uploaded client b4 then you changed system.mrs.
I only have 1 Comptuter,
And I checked all
-system.xml
-copied new system.mrs on client
-Re check a second time
And It still not working :( ...
Any other solution?
Thank,
Any other Solution ???
You'll need two copies of system.mrs.
The first one has your external IP set in system.xml. This one is for other people.
The second one has your local IP (127.0.0.1) set in system.xml. This one is for you only.
Thanks, Ill try this :)
---------- Post added at 02:59 PM ---------- Previous post was at 02:48 PM ----------
It don't Work :( I changed The system.xml in my system mrs to 127.0.0.1 and it still don't work -_- , Can u help me more please :/ My msn is Tynic7556@msn.com if u wanna contact me ...
Thanks,
ThevingSix was almost 80% right he forgot to tell you , you need to do 2 things
1) to make copy only for you with system.xml 127.0.0.1
2) to change dbo.serverstatus to 127.0.0.1 when you try to login so you dont get an "CAS" and you need to change it back to ur ip after you login so others can still login from their clients =]
ah there 1 problem out of this: you cant play with your playing 999 ping xD enjoy =]
OH .. theres no other solution -.-?
And why it do that?
i got same problem so bump
fail bump
only been 18 hours since last post
anyways, if you say u got the same problem, look up in the topic cause the answer is posted ...
u wouldnt even had to make that "bump" post for anything at all
Use this system.xml. I'm pretty sure it'll work.
This way, you (local host) and your players (WAN) can access the server.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://127.0.0.1/</EMBLEM_URL> <TEMBLEM_URL>http://127.0.0.1/</TEMBLEM_URL> <CASHSHOP_URL>http://127.0.0.1</CASHSHOP_URL> <HOMEPAGE> <URL>http://127.0.0.1</URL> <TITLE>GunZ the Duel</TITLE> </HOMEPAGE> <LOCATORLIST> <LOCATOR id="1" IP="127.0.0.1" /> <LOCATOR id="2" IP="YOUR WAN IP" /> </LOCATORLIST> <TLOCATORLIST> <LOCATOR id="1" IP="127.0.0.1" /> <LOCATOR id="2" IP="YOUR WAN IP" /> </TLOCATORLIST> </XML>
but do I need to change something in dbo.serverstatus ?
I've always only had to change the system.xml WAN IP to localhost. I've never had to change the DB or any mumbo jumbo like that.
It's not a must to make the server.ini into ur system.mrs local, it will also work if you use ur wan-ip,
---------- Post added at 12:28 AM ---------- Previous post was at 12:25 AM ----------
That's becuz, in your serverstus.dbo the ip is alrdy 127.0.0.1![]()
Last edited by llMafiall; 19-04-10 at 02:27 AM.
Might I add a solution to the 999ping problem if it ever comes up, which it might...
Make sure in your server.ini the Monitor IP is 127.0.0.1 and not your WAN ip like some TuTs say... I've found that to be the cause of the 999 ping.
And... the dbo.serverstatus... should have your WAN IP... not your localhost...
to an extent and only if he wants to play with himself (No pun intended)
go Start -> Run -> CMD -> then type ipconfig /all
then look for IP address that is for multiple PC's But you said you have 1 so if you want to host it off your PC for your friends go to ipchicken.com
and use that IP or if you want to play by yourself do as llMafiall said
EDIT : just noticed I misread the OP
Here follow these
Server.ini (2008 still works on 2007 just not all of it)
AgentConfig.xmlCode:[DB] DNS="GunzDB" USERNAME="sa" PASSWORD="YOUR PASS" [SERVER] MAXUSER=2000 SERVERID=1 SERVERNAME="Your Server NAME" ;FREELOGINIP="" KEEPERIP="WAN IP" MONITORIP="127.0.0.1" MONITORPORT=9000 MODE="clan" MODE="test" COUNTRY="INTERNATIONAL" LANGUAGE="INTERNATIONAL" USETICKET="0" EnableMap="1" [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" USE_RESOURCECRC32CACHECKECK="0" [POWERLEVELING] USE_POWERLEVELING_DB_BLOCK="0" POWERLEVELING_DB_BLOCKTIME="10" [KILLTRACKER] USE_KILLTRACKER="0" MAXKILLCOUNT_ON_TRACETIME="40" [LOOPLOG] USE_LOOPLOG="0" MAX_LOOP_TIME_GAP="0"
Replace WAN IP with the IP from IPChicken.comCode:<?xml version="1.0" encoding="euc-kr"?> <XML> <AGENTCONFIG> <NAME>YOUR SERVER NAME</NAME> <MAXCLIENT>2000</MAXCLIENT> <MATCHSERVERADDRESS ip="127.0.0.1" tcpport="61244"/> <ADDRESS ip="WAN IP" tcpport="7777" udpport="5100"/> </AGENTCONFIG> </XML>
Last edited by gregon13; 19-04-10 at 09:39 AM.