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:
It says "Connection failed after 10 retries."
Here's the server config and launching .bat:
That's just a translated version of the script on this site. Server CFG:
What am I doing wrong?
PS. I got a Mumble server (Murmur) running on the same machine and I can access it fine.
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
It says "Connection failed after 10 retries."
Here's the server config and launching .bat:
Code:
@echo off
cls
echo Suojataan Left 4 Dead serveria kaatumisilta...
echo Jos haluat sammuttaa Left 4 Dead serverin ja taman skriptin, sammuta Left 4 Dead serverin ikkuna ja paina ensiksi Y ja sitten Enter
:l4d
echo (%time%) Left 4 Dead serveri 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%) VAROITUS: Left 4 Server on suljettu tai kaatunut, kaynnistetaan uudelleen...
goto l4d
That's just a translated version of the script on this site. 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
What am I doing wrong?
PS. I got a Mumble server (Murmur) running on the same machine and I can access it fine.