Hey all,
I keep getting the error
every time i try to run a rcon command the server setup is as follows
OS: Server 2008R2 x64 fully patched
Processor: Intel Pentium Dual CPU E2180
Ram: 4gigs
I installed SRCDS via methods on srcds.com for Counter-Strike Source..
my startup script is as follows
server.cfg config
all ports forwarded to the server
Don't know if it makes a diffrence or not but this server is also a domain controller.
I keep getting the error
Code:
Unable to connect to remote server (0.0.0.0:0)
Socket connection failed (WSAEADDRNOTAVAIL)
every time i try to run a rcon command the server setup is as follows
OS: Server 2008R2 x64 fully patched
Processor: Intel Pentium Dual CPU E2180
Ram: 4gigs
I installed SRCDS via methods on srcds.com for Counter-Strike Source..
my startup script is as follows
Code:
@echo off
cls
echo Protecting srcds from crashes...
echo If you want to close srcds and this script, close the srcds window and type Y depending on your language followed by Enter.
title srcds.com Watchdog
:srcds
echo (%time%) srcds started.
start /wait srcds.exe -console -game cstrike +map de_dust +maxplayers 12 -autoupdate +ip 192.168.1.200 -port 27015
echo (%time%) WARNING: srcds closed or crashed, restarting.
goto srcds
server.cfg config
Code:
// server name
hostname "SAK SCRIM SERVER"
// rcon passsword
rcon_password "<removed>"
// Server password
sv_password "<removed>"
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 0
mp_flashlight 0
mp_tkpunish 1
mp_forcecamera 0
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 2
mp_hostagepenalty 5
sv_voiceenable 1
mp_allowspectators 1
mp_timelimit 25
mp_chattime 10
sv_timeout 65
// round specific cvars
mp_freezetime 6
mp_roundtime 5
mp_startmoney 800
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 10
sv_maxupdaterate 60
sv_minupdaterate 10
// server logging
log off
sv_logbans 0
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 1
sv_contact <removed>
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Don't know if it makes a diffrence or not but this server is also a domain controller.