I am having issues with starting up a fresh server, it gets stuck looking for a network interface (see attachment).
Here is my CFG File:
// server name
hostname "xxx"
// operation
mp_dynamicpricing 0
sv_lan 0
sv_region 1
sv_contact "xxx"
// rcon passsword
rcon_password "xxx"
// Advanced RCON
sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 1
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 1
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 1
mp_hostagepenalty 0
sv_voiceenable 1
mp_allowspectators 0
mp_timelimit 30
mp_chattime 5
sv_timeout 65
// round specific cvars
mp_freezetime 3
mp_roundtime 4
mp_startmoney 16000
mp_c4timer 30
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 4000
sv_maxrate 8000
decalfrequency 60
sv_maxupdaterate 100
sv_minupdaterate 100
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 1
bot_chatter minimal
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_prefix "xxx"
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 0
bot_allow_machine_guns 1
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Can anyone help me out here?
Here is my CFG File:
// server name
hostname "xxx"
// operation
mp_dynamicpricing 0
sv_lan 0
sv_region 1
sv_contact "xxx"
// rcon passsword
rcon_password "xxx"
// Advanced RCON
sv_rcon_banpenalty 10
sv_rcon_maxfailures 10
sv_rcon_minfailures 5
sv_rcon_minfailuretime 30
// server cvars
mp_friendlyfire 0
mp_footsteps 1
mp_autoteambalance 1
mp_autokick 1
mp_flashlight 1
mp_tkpunish 1
mp_forcecamera 1
sv_alltalk 1
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_allowupload 1
sv_allowdownload 1
sv_maxspeed 320
mp_limitteams 1
mp_hostagepenalty 0
sv_voiceenable 1
mp_allowspectators 0
mp_timelimit 30
mp_chattime 5
sv_timeout 65
// round specific cvars
mp_freezetime 3
mp_roundtime 4
mp_startmoney 16000
mp_c4timer 30
mp_fraglimit 0
mp_maxrounds 0
mp_winlimit 0
mp_playerid 0
mp_spawnprotectiontime 5
// bandwidth rates/settings
sv_minrate 4000
sv_maxrate 8000
decalfrequency 60
sv_maxupdaterate 100
sv_minupdaterate 100
// server logging
log on
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// bots
bot_add
bot_quota 4
bot_quota_mode fill
bot_difficulty 1
bot_chatter minimal
bot_auto_follow 1
bot_auto_vacate 1
bot_join_after_player 0
bot_defer_to_human 1
bot_prefix "xxx"
bot_allow_rogues 0
bot_walk 0
bot_join_team any
bot_eco_limit 2000
bot_allow_grenades 1
bot_all_weapons
bot_allow_grenades 1
bot_allow_pistols 1
bot_allow_sub_machine_guns 1
bot_allow_shotguns 1
bot_allow_rifles 1
bot_allow_snipers 0
bot_allow_machine_guns 1
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Can anyone help me out here?