How do u Use Something Besides LocalHost?

Joined
Jan 18, 2007
Messages
1
Reaction score
0
well i'm stuck......ppl cant play my server becasue i cant figure out how to use anything besides local host....someone plzzz help
 
ok omer,
i forwarded the ports (it was 6000-8000 right?) and I updated my
config.xml and still when I try to login it says "unable to connect"
 
Upvote 0
i wasn't using Hamachi. i just got that and im trying to figure that out
i was just at the isp's homepage and opened ports
 
Upvote 0
dont foget to edit server.ini

LG server ver
Code:
[DB]
; MSSQL DNS Name
DNS="GunzDB"
; MSSQL User
USERNAME="sa"
; MSSQL Password
PASSWORD="Password"

[ENVIRONMENT]
; Enable File CRC Check
USE_FILECRC=0
; Enable Event on Server
USE_EVENT=0
; Enable XTRAP
USE_XTRAP=0
; Enable HackShield
USE_HSHIELD=0

[FILTER]
; Server Accept Invalid IPs
ACCEPT_INVALID_IP=1

[LOCALE]
; DB Agent Port
DBAgentPort=8900
; DB Agent IP
DBAgentIP="127.0.0.1"

[USE]
; GameCode??
GameCode=0

[SERVER]
; Debug Server
DEBUG=1
; Debug IP
[COLOR="Red"]DEBUGIP="127.0.0.1"[/COLOR]
; Max Players on Server
MAXUSER=1000
; Keeper IP
[COLOR="red"]KEEPERIP="127.0.0.1"[/COLOR]
; Server ID
SERVERID=1
; Server Name
SERVERNAME="Match Server 1"
; Login Server IP (multiple IP seperate with spaces)
; This controls where people can connect to/login to unless
; ACCEPT_INVALID_IP is set to 1, then it is ignored
[COLOR="Red"]FREELOGINIP="127.0.0.1"[/COLOR]
; LANGUAGE (INTERNATIONAL, BRZ, IND, JPN and KOR)
LANGUAGE="INTERNATIONAL"
; Country Codes (INTERNATIONAL, BRZ, IND, JPN and KOR)
COUNTRY="INTERNATIONAL"
; Server Modes (normal, test, event and clan)
MODE="test"
; CheckPremiumIP??
CheckPremiumIP=0

nomal server ver
Code:
;HACKED BY CHINA GAMERS FOR RAGEZONE!

[DB]
DNS="GunzDB"
USERNAME="sa"
PASSWORD="Password"

[SERVER]
MAXUSER=1000
SERVERID=1
SERVERNAME="whatever"
[COLOR="red"]FREELOGINIP="5.110.241.13"[/COLOR]
MODE="test"

[LANGUAGE]
LANG_TYPE="eng"
 
Upvote 0
Back