When sv_lan 1 is set, I can see my server when I load the game, but if I try to join it, it fails after 10 tries. I can still get connected, but I have to open the console and run connect 192.168.15.5. I cannot just join it via the serverbrowser.
If I have sv_lan 0, I cannot join at all, using the connect command to my NAT IP or to my routers IP, or trying to load it regularly via the serverbrowser. However I see people joining my server with no problem, it just appears to be unjoinable inside my local network.
My l4d server has 192.168.15.5 staticly bound and has the following ports forwarded to it.
UDP 1200
UDP 27000 - 27020
TCP 27015
TCP 27030 - 27039
Here is my server.cfg, not sure if it'll help.
Here is the output from starting the server.
I'm running ubuntu 8.10 server.
uname -a
Linux ubuntu 2.6.27-7-server #1 SMP Fri Oct 24 07:37:55 UTC 2008 i686 GNU/Linux
Any suggestions? Thanks in advance, you all have a great community forum going on here.
edit: As a distant 2nd question, does anyone know what is causing the handful of errors I posted from my startup. It doesn't seem to cause any problems as I had a LAN game going for 4 hours this morning with 3 people playing locally on this server. Still, I don't like to see errors I cannot account for. Specifically the following lines:
- Could not locate steam binary:./steam, ignoring. (Fixed this one, thanks injate! http://forums.srcds.com/viewtopic/8844)
- Unknown command "r_decal_cullsize"
- Unknown command "mat_bloom_scalefactor_scalar"
- ConVarRef room_type doesn't point to an existing ConVar
- [S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
If I have sv_lan 0, I cannot join at all, using the connect command to my NAT IP or to my routers IP, or trying to load it regularly via the serverbrowser. However I see people joining my server with no problem, it just appears to be unjoinable inside my local network.
My l4d server has 192.168.15.5 staticly bound and has the following ports forwarded to it.
UDP 1200
UDP 27000 - 27020
TCP 27015
TCP 27030 - 27039
Here is my server.cfg, not sure if it'll help.
Code:
// server name
hostname "The Unfeed Zombie"
// server cvars
sv_alltalk 0
sv_pausable 0
sv_cheats 0
sv_consistency 1
sv_voiceenable 1
mp_disable_autokick 1
// bandwidth rates/settings
sv_minrate 0
sv_maxrate 20000
sv_maxcmdrate 100
// server logging
log off
sv_logbans 1
sv_logecho 1
sv_logfile 1
sv_log_onefile 0
// operation
sv_lan 0
sv_region 0
// execute ban files
exec banned_user.cfg
exec banned_ip.cfg
Here is the output from starting the server.
Code:
tynin@ubuntu:/srcds_l/l4d$ ./srcds_run -console -game left4dead -autoupdate -tickrate 100 +ip 192.168.15.5 -port 27015
Auto detecting CPU
Using AMD Optimised binary.
Server will auto-restart if there is a crash.
Could not locate steam binary:./steam, ignoring.
#
#Console initialized.
#Game.dll loaded for "L4D - Normal"
Server is hibernating
ConVarRef test_progression_loop doesn't point to an existing ConVar
Game supporting (2) split screen players
maxplayers set to 14
Unknown command "r_decal_cullsize"
Unknown command "mat_bloom_scalefactor_scalar"
Network: IP 192.168.15.5, mode MP, dedicated Yes, ports 27015 SV / 27005 CL
---- Host_NewGame ----
Host_NewGame on map l4d_hospital01_apartment
ConVarRef room_type doesn't point to an existing ConVar
Executing dedicated server config file
Commentary: Loading commentary data from maps/l4d_hospital01_apartment_commentary.txt.
[S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.
Connection to Steam servers successful.
VAC secure mode is activated.
I'm running ubuntu 8.10 server.
uname -a
Linux ubuntu 2.6.27-7-server #1 SMP Fri Oct 24 07:37:55 UTC 2008 i686 GNU/Linux
Any suggestions? Thanks in advance, you all have a great community forum going on here.
edit: As a distant 2nd question, does anyone know what is causing the handful of errors I posted from my startup. It doesn't seem to cause any problems as I had a LAN game going for 4 hours this morning with 3 people playing locally on this server. Still, I don't like to see errors I cannot account for. Specifically the following lines:
- Could not locate steam binary:./steam, ignoring. (Fixed this one, thanks injate! http://forums.srcds.com/viewtopic/8844)
- Unknown command "r_decal_cullsize"
- Unknown command "mat_bloom_scalefactor_scalar"
- ConVarRef room_type doesn't point to an existing ConVar
- [S_API FAIL] SteamAPI_Init() failed; unable to update local steamclient. Continuing with current version anyway.