08-22-2010, 02:24 PM
(This post was last modified: 08-22-2010, 02:33 PM by yurimaster.)
Server hardware specs;
CPU: Intel Xeon E3110
Board: Asus P5QL
RAM: 8 Gigs OCZ DDR2 800mhz
HD: 1TB
OS: Windows Server 2008 R2 x64
I have a dedicated TF2 serer running with the latest source mod, metamod and RTD 0.3.Everything is configure and works fine. Now when me or other admin bans some one it writes the players steam ID to banned_user.cfg but when the server restarts all is clean again! Basically all those who got ban are unban. I use this lines in the server.cfg as follows
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg
But it does not work. Is there away to fix this?
As for networking info
Bandwidth: Up 30mbps/ Down 3mbps
Router: Cisco 871 series
Local IP: of server 192.168.10.10
External IP: 98.169.250.238
Portforward via cisco CLI
I start the console server from a batch file and here is the contents...
as you can see I have the auto restart.
@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.exe Watchdog
:srcds
echo - %date% %time% - srcds started.
start /wait c:\srcds\orangebox\srcds.exe -console -game tf +ip 192.168.10.10 +hostport 27016 +maxplayers 23 +map surf_10x_tf2_complete
echo - %date% %time% - WARNING: srcds closed or crashed, restarting.
goto srcds
CPU: Intel Xeon E3110
Board: Asus P5QL
RAM: 8 Gigs OCZ DDR2 800mhz
HD: 1TB
OS: Windows Server 2008 R2 x64
I have a dedicated TF2 serer running with the latest source mod, metamod and RTD 0.3.Everything is configure and works fine. Now when me or other admin bans some one it writes the players steam ID to banned_user.cfg but when the server restarts all is clean again! Basically all those who got ban are unban. I use this lines in the server.cfg as follows
writeid
writeip
exec banned_user.cfg
exec banned_ip.cfg
But it does not work. Is there away to fix this?
As for networking info
Bandwidth: Up 30mbps/ Down 3mbps
Router: Cisco 871 series
Local IP: of server 192.168.10.10
External IP: 98.169.250.238
Portforward via cisco CLI
I start the console server from a batch file and here is the contents...
as you can see I have the auto restart.
@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.exe Watchdog
:srcds
echo - %date% %time% - srcds started.
start /wait c:\srcds\orangebox\srcds.exe -console -game tf +ip 192.168.10.10 +hostport 27016 +maxplayers 23 +map surf_10x_tf2_complete
echo - %date% %time% - WARNING: srcds closed or crashed, restarting.
goto srcds