02-19-2009, 03:24 PM
./gogogo.sh
#!/bin/bash
cd /hlserver/l4d/
./srcds_run l4d -autoupdate -console -maxplayers 8 +sv_lan 0 +ip 192.168.xx.xx +hostip 70.251.xx.xx -port 27015 +exec server.cfg +map l4d_hospital01_apartment
results in:
Connection to Steam servers successful.
VAC secure mode is activated.
If I try to bind (+ip) to my external IP it fails (obviously because my dedicated server is behind a router).
Can SRCDS function behind a router?!
I can't seem to get sv_search_key or the steam group system to find the server.
server.cfg:
hostname FireSeven's L4D Versus
rcon_password yourmom (censored)
sv_lan 0
sv_steamgroup xxxxxx (censored)
sv_steamgroup_exclusive 0
sv_allow_lobby_connect_only 0
sv_region 0
sv_visiblemaxplayers 8
mp_disable_autokick 1
sv_cheats 0
sv_alltalk 0
sv_search_key yourmom (censored)
Errors that exist when I run srcds:
ConVarRef test_progression_loop doesn't point to an existing ConVar
ConVarRef room_type doesn't point to an existing ConVar
Unknown command "r_decal_cullsize"
You must be a server admin to use mp_disable_autokick
Unknown command "mat_bloom_scalefactor_scalar"
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
I've setup several Counter-Strike source servers and never had this issue, but also never a server behind NAT.
#!/bin/bash
cd /hlserver/l4d/
./srcds_run l4d -autoupdate -console -maxplayers 8 +sv_lan 0 +ip 192.168.xx.xx +hostip 70.251.xx.xx -port 27015 +exec server.cfg +map l4d_hospital01_apartment
results in:
Connection to Steam servers successful.
VAC secure mode is activated.
If I try to bind (+ip) to my external IP it fails (obviously because my dedicated server is behind a router).
Can SRCDS function behind a router?!
I can't seem to get sv_search_key or the steam group system to find the server.
server.cfg:
hostname FireSeven's L4D Versus
rcon_password yourmom (censored)
sv_lan 0
sv_steamgroup xxxxxx (censored)
sv_steamgroup_exclusive 0
sv_allow_lobby_connect_only 0
sv_region 0
sv_visiblemaxplayers 8
mp_disable_autokick 1
sv_cheats 0
sv_alltalk 0
sv_search_key yourmom (censored)
Errors that exist when I run srcds:
ConVarRef test_progression_loop doesn't point to an existing ConVar
ConVarRef room_type doesn't point to an existing ConVar
Unknown command "r_decal_cullsize"
You must be a server admin to use mp_disable_autokick
Unknown command "mat_bloom_scalefactor_scalar"
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
I've setup several Counter-Strike source servers and never had this issue, but also never a server behind NAT.