Hello! I'm trying to set up my server as I'm going to move it to a local datacenter soon, but I have couple of problems. I can't connect to my Left 4 Dead server or my Killing Floor servers (Not sure if this belongs here?). First off, here are my specs:
MSI P965 Neo Intel E6600 2.4 GHz Geforce 8800 GTX 2 GB RAM 500 GB HD 650 W Chieftec PSU Windows Server 2008 32-bit Standard Edition The server's LAN IP is 192.168.0.72. I try to connect the L4D server through the console with following command: [code]connect 192.168.0.72:27015[/code] It says "Connection failed after 10 retries." Here's the server config and launching .bat: [co...@echo off cls echo Protecting srcds from crashes... echo If you want to shutdown the server and this script, close the server window and press Y and then Enter :l4d echo (%time%) Left 4 Dead server started. start /wait srcds.exe -console -game left4dead +map l4d_vs_hospital01_apartments -maxplayers 8 -autoupdate -ip 192.168.0.72 -port 27015 echo (%time%) WARNING: Left 4 Dead server crashed, restarting goto l4d [/code] That's from SRCDS.com :) Server CFG: [code]hostname "myservername" // Serverin nimi rcon_password "mypw" // RCON Salasana mp_disable_autokick 1 // Poista autokickki käytöstä sv_cheats 0 // Cheatit pois käytöstä sv_consistency 1 // Pakota kaikille muokkaamattomat tiedostot setmaster add 68.142.72.250:27011 setmaster add 72.165.61.189:27011 hostport 27015 sv_lan 0 sv_region 4 sv_allow_lobby_connect_only 0 sv_search_key "mysearchkey" sv_voiceenable 1 sv_alltalk 0 [/code] What am I doing wrong? Windows Firewall is off. _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlds

