Re: [hlds_linux] RE: Server Not Showing in Lan List? (JoeSoap)

2005-12-05 Thread Dominic Cleal
On Sun, 4 Dec 2005 23:15:07 -
Andrew Martin [EMAIL PROTECTED] wrote:

 I'm using the following to launch the server:
 ./srcds_run -game cstrike +map de_dust2 +maxplayers 10 +ip
 192.168.1.1 +log on

Drop the +ip parameter so that it binds to all ifaces and ensure you
either use +sv_lan 1 or have sv_lan 1 in your server config.

I fought with this last weekend at a LAN and only realised after with
the help of ethereal that it was binding to the IP and not replying
when clients were broadcasting to 255.255.255.255.

--
Dominic Cleal
Epic Web Services Ltd
http://www.epicwebservices.net/


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


[hlds_linux] RE: Server Not Showing in Lan List? (JoeSoap)

2005-12-04 Thread Andrew Martin
I'm using the following to launch the server:
./srcds_run -game cstrike +map de_dust2 +maxplayers 10 +ip 192.168.1.1 +log
on

Message: 12
From: JoeSoap [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Subject: RE: [hlds_linux] Server Not Showing in Lan List?
Date: Mon, 5 Dec 2005 09:24:11 +1100
Reply-To: hlds_linux@list.valvesoftware.com

What command line are you running ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Martin
Sent: Monday, 5 December 2005 9:04 AM
To: hlds_linux@list.valvesoftware.com
Subject: [hlds_linux] Server Not Showing in Lan List?

I'm trying to set up my CSS server for a LAN Party, however no matter what I
try I can't get the servers to appear on the browse LAN servers in Steam. My
servers currently running Gentoo with a 2.6 kernel, the server itself has 3
nics (1 nic for the internet connection, and the other 2 bonded together to
deal with all internal network).
The servers ARE working, because if I manually connect to their IP I can
join the game and all is well... so the issue seems to be something blocking
it broadcasting to the network that the servers exist.
I've tried +ip to specifically bind it to the internal IP, but it still has
the same problem. Completely disabled the firewall to make sure it wasn't
that what was stopping the servers broadcasting but again the same problem.
I'm running out of things to try now so I was wondering if any of you have
experienced problems like this before? Would be nice if I can get this
working so I don't have to keep manually entering the IP's every time I want
to play.

Thanks.

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.11/191 - Release Date: 02/12/2005



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


Re: [hlds_linux] RE: Server Not Showing in Lan List? (JoeSoap)

2005-12-04 Thread tiberius

iirc there is some some command line argument like +sv_lan 1... try
adding this.. and/or -unsecure or sth like this

Andrew Martin wrote:


I'm using the following to launch the server:
./srcds_run -game cstrike +map de_dust2 +maxplayers 10 +ip 192.168.1.1 +log
on

Message: 12
From: JoeSoap [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Subject: RE: [hlds_linux] Server Not Showing in Lan List?
Date: Mon, 5 Dec 2005 09:24:11 +1100
Reply-To: hlds_linux@list.valvesoftware.com

What command line are you running ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Martin
Sent: Monday, 5 December 2005 9:04 AM
To: hlds_linux@list.valvesoftware.com
Subject: [hlds_linux] Server Not Showing in Lan List?

I'm trying to set up my CSS server for a LAN Party, however no matter what I
try I can't get the servers to appear on the browse LAN servers in Steam. My
servers currently running Gentoo with a 2.6 kernel, the server itself has 3
nics (1 nic for the internet connection, and the other 2 bonded together to
deal with all internal network).
The servers ARE working, because if I manually connect to their IP I can
join the game and all is well... so the issue seems to be something blocking
it broadcasting to the network that the servers exist.
I've tried +ip to specifically bind it to the internal IP, but it still has
the same problem. Completely disabled the firewall to make sure it wasn't
that what was stopping the servers broadcasting but again the same problem.
I'm running out of things to try now so I was wondering if any of you have
experienced problems like this before? Would be nice if I can get this
working so I don't have to keep manually entering the IP's every time I want
to play.

Thanks.

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.11/191 - Release Date: 02/12/2005



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







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


RE: [hlds_linux] RE: Server Not Showing in Lan List? (JoeSoap)

2005-12-04 Thread JoeSoap
 +sv_lan 1 needs to be added to your command line to specify it's a lan only
server. So change your command to

./srcds_run -game cstrike +map de_dust2 +sv_lan 1 +maxplayers 10 +ip
192.168.1.1 +log on

js

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Martin
Sent: Monday, 5 December 2005 10:15 AM
To: hlds_linux@list.valvesoftware.com
Subject: [hlds_linux] RE: Server Not Showing in Lan List? (JoeSoap)

I'm using the following to launch the server:
./srcds_run -game cstrike +map de_dust2 +maxplayers 10 +ip 192.168.1.1 +log
on

Message: 12
From: JoeSoap [EMAIL PROTECTED]
To: hlds_linux@list.valvesoftware.com
Subject: RE: [hlds_linux] Server Not Showing in Lan List?
Date: Mon, 5 Dec 2005 09:24:11 +1100
Reply-To: hlds_linux@list.valvesoftware.com

What command line are you running ?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Andrew Martin
Sent: Monday, 5 December 2005 9:04 AM
To: hlds_linux@list.valvesoftware.com
Subject: [hlds_linux] Server Not Showing in Lan List?

I'm trying to set up my CSS server for a LAN Party, however no matter what I
try I can't get the servers to appear on the browse LAN servers in Steam. My
servers currently running Gentoo with a 2.6 kernel, the server itself has 3
nics (1 nic for the internet connection, and the other 2 bonded together to
deal with all internal network).
The servers ARE working, because if I manually connect to their IP I can
join the game and all is well... so the issue seems to be something blocking
it broadcasting to the network that the servers exist.
I've tried +ip to specifically bind it to the internal IP, but it still has
the same problem. Completely disabled the firewall to make sure it wasn't
that what was stopping the servers broadcasting but again the same problem.
I'm running out of things to try now so I was wondering if any of you have
experienced problems like this before? Would be nice if I can get this
working so I don't have to keep manually entering the IP's every time I want
to play.

Thanks.

--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.11/191 - Release Date: 02/12/2005



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




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