So we finally figured it out, the problem was that we did not specify the
port on the command line (even though we intended on using the default port)
so now we have:

srcds_run -console -game left4dead +map l4d_vs_hospital01_apartment +ip
x.x.x.x +port 27015

And our config is below.  Of notable importance is the sv_password "" field,
we didn't thoroughly test this, but it seems completely necessary along with
sv_steamgroup_exclusive 0 as well.

// LAN | Internuts
sv_lan 0

// Region
//      0: US East Coast
//      1: US West Coast
//      2: South America
//      3: Europe
//      4: Asia
//      5: Australia
//      6: Middle East
//      7: Africa
//      255: World
sv_region 0

// Passwords
sv_password ""
rcon_password "xxxxxxxxxxxxxx"

// Hostname & Info
hostname "xxxxxxxxxxxxxx"
sv_contact "xxxxxxxxxxxxxx"
sv_steamgroup xxxxxxxxxxxxxx
sv_steamgroup_exclusive 0
sv_allow_lobby_connect_only 0

// Search Parameters
sv_search_key xxxxxxxxxxxxxx

// Logging
log on
sv_log_onefile 1
sv_logbans 1
sv_logecho 0
sv_logfile 1
sv_logflush 0
sv_logsdir "logs"

// Execute ban files
exec banned_user.cfg
exec banned_ip.cfg
writeid
writeip

Hopefully this helps someone in the future!

Morgan Humes
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlds_linux

Reply via email to