You need +ip if you have more then one ip address on the box. Otherwise, 
just leave it out. This is my startup command line:

srcds.exe -console -game left4dead -port 27016 +map l4d_hospital01_apartment

It's been up and running for a while and gets a good bit of traffic. 
However, when I had it on a box with two ip addresses, I got zero traffic 
until I added +ip to the command line.

----- Original Message ----- 
From: "Michael Krasnow" <[email protected]>
To: "Half-Life dedicated Win32 server mailing list" 
<[email protected]>
Sent: Monday, September 14, 2009 1:22 PM
Subject: Re: [hlds] Can't connect to my L4D server


sv_lan 1 makes it so its lan only and if your going to do lan only you dont
even need +ip

On Mon, Sep 14, 2009 at 4:16 PM, Alex <[email protected]> wrote:

> Hey,
>
> From what I can see, it should be +ip and you need sv_lan "1" in 
> server.cfg
>
> These should fix it.
>
> Regards,
> Alex
>
> --------------------------------------------------
> From: "Sami Hiltunen" <[email protected]>
> Sent: Tuesday, September 15, 2009 6:04 AM
> To: <[email protected]>
> Subject: [hlds] Can't connect to my L4D server
>
> > 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
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
> please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>
_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, 
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds 


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

Reply via email to