07-11-2008, 03:55 AM
Hi There
I have set up a Counter Strike Source server on my spare server at home. It is behind a router. I have forwarded the following ports to its IP
UDP 1200 (Friends Network)
UDP 27000 to 27015 (Gameport)
UDP 27020
TCP 27030 to 27039
TCP 27015 (SRCDS Rcon port)
The following is my startup shortcut to my server:
-console -autoupdate -game cstrike +maxplayers 22
And here is my server.cfg:
It is unresponsive to connecting via LAN IP or external. Also if I try "rcon rcon_password **** say test" it responds with: Unable to connect to remote server <0.0.0.0:0>
Please help
Cheers
Alex
I have set up a Counter Strike Source server on my spare server at home. It is behind a router. I have forwarded the following ports to its IP
UDP 1200 (Friends Network)
UDP 27000 to 27015 (Gameport)
UDP 27020
TCP 27030 to 27039
TCP 27015 (SRCDS Rcon port)
The following is my startup shortcut to my server:
-console -autoupdate -game cstrike +maxplayers 22
And here is my server.cfg:
Code:
// server name
hostname "::[D100]::Surf // RPG // Deathmatch [24/7]"
// rcon passsword
rcon_password *******
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 600
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 5
sv_timeout 65
sv_airaccelerate 200
// round specific cvars
mp_freezetime 0
mp_roundtime 25
mp_startmoney 16000
mp_c4timer 45
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 0
decalfrequency 5
sv_maxupdaterate 60
sv_minupdaterate 10
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 3
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
It is unresponsive to connecting via LAN IP or external. Also if I try "rcon rcon_password **** say test" it responds with: Unable to connect to remote server <0.0.0.0:0>
Please help
Cheers
Alex