[hlds] Firewall Ports

2005-11-10 Thread Kyrios
Hi,

I'm just configuring iptables on my linux server.
I'm running 3 Counter-Strike Source dedicated servers there. From the
steampowerd FAQs I got information that port 27015/udp and 27015/tcp
should be allowed.Also when you use srctv you also have to allow
27020/udp.

My 3 gameservers don't use srctv. So from the information I got there
I only have to open tcp&udp ports matching the "+port" statement from
my commandline. This should be 6 open ports for 3 gameserver
instances.

BUT:

when i take a look at "netstat -ap" which gives me a list of open
ports i get the ones mentioned in the documentation
tcp0  0 foo.bar.com:27015   0.0.0.0:*   LISTEN
4079/srcds_amd
tcp0  0 foo.bar.com:27016   0.0.0.0:*   LISTEN
4077/srcds_amd
tcp0  0 foo.bar.com:27017   0.0.0.0:*   LISTEN
4078/srcds_amd
udp0  0 foo.bar.com:27015   0.0.0.0:*
4079/srcds_amd
udp0  0 foo.bar.com:27016   0.0.0.0:*
4077/srcds_amd
udp0  0 foo.bar.com:27017   0.0.0.0:*
4078/srcds_amd

and I get the following additional ones:


udp0  0 0.0.0.0:27009   0.0.0.0:*
4078/srcds_amd
udp0  0 0.0.0.0:27010   0.0.0.0:*
4079/srcds_amd
udp0  0 0.0.0.0:27011   0.0.0.0:*
4077/srcds_amd
udp0  0 foo.bar.com:27020   0.0.0.0:*
4078/srcds_amd
udp0  0 foo.bar.com:27021   0.0.0.0:*
4077/srcds_amd
udp0  0 foo.bar.com:27022   0.0.0.0:*
4079/srcds_amd
udp0  0 foo.bar.com:27005   0.0.0.0:*
4078/srcds_amd
udp0  0 foo.bar.com:27006   0.0.0.0:*
4077/srcds_amd
udp0  0 foo.bar.com:27007   0.0.0.0:*
4079/srcds_amd



I guess I'll have to open that ports too. But I really want to know
for what they are used. Also please remember that I am NOT using
srctv.



--
... black holes are where god divided by zero.

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


[hlds] Firewall ports....

2007-09-24 Thread Noctaire
I'm getting ready to set up the HLDS for TF2.  Anyone know what firewall
ports I need to forward over to the box hosting the app?



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


RE: [hlds] Firewall Ports

2005-11-10 Thread James Tucker
VAC.

Note to list: could someone with time document this on serverwiki and add links 
on steam forums and other relevant
places?

Cheers,

Busy james.

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> Sent: 10 November 2005 16:30
> To: hlds@list.valvesoftware.com
> Subject: [hlds] Firewall Ports
>
> Hi,
>
> I'm just configuring iptables on my linux server.
> I'm running 3 Counter-Strike Source dedicated servers there.
> From the steampowerd FAQs I got information that port
> 27015/udp and 27015/tcp should be allowed.Also when you use
> srctv you also have to allow 27020/udp.
>
> My 3 gameservers don't use srctv. So from the information I
> got there I only have to open tcp&udp ports matching the
> "+port" statement from my commandline. This should be 6 open
> ports for 3 gameserver instances.
>
> BUT:
>
> when i take a look at "netstat -ap" which gives me a list of
> open ports i get the ones mentioned in the documentation
> tcp0  0 foo.bar.com:27015   0.0.0.0:*   LISTEN
> 4079/srcds_amd
> tcp0  0 foo.bar.com:27016   0.0.0.0:*   LISTEN
> 4077/srcds_amd
> tcp0  0 foo.bar.com:27017   0.0.0.0:*   LISTEN
> 4078/srcds_amd
> udp0  0 foo.bar.com:27015   0.0.0.0:*
> 4079/srcds_amd
> udp0  0 foo.bar.com:27016   0.0.0.0:*
> 4077/srcds_amd
> udp0  0 foo.bar.com:27017   0.0.0.0:*
> 4078/srcds_amd
>
> and I get the following additional ones:
>
>
> udp0  0 0.0.0.0:27009   0.0.0.0:*
> 4078/srcds_amd
> udp0  0 0.0.0.0:27010   0.0.0.0:*
> 4079/srcds_amd
> udp0  0 0.0.0.0:27011   0.0.0.0:*
> 4077/srcds_amd
> udp0  0 foo.bar.com:27020   0.0.0.0:*
> 4078/srcds_amd
> udp0  0 foo.bar.com:27021   0.0.0.0:*
> 4077/srcds_amd
> udp0  0 foo.bar.com:27022   0.0.0.0:*
> 4079/srcds_amd
> udp0  0 foo.bar.com:27005   0.0.0.0:*
> 4078/srcds_amd
> udp0  0 foo.bar.com:27006   0.0.0.0:*
> 4077/srcds_amd
> udp0  0 foo.bar.com:27007   0.0.0.0:*
> 4079/srcds_amd
>
>
>
> I guess I'll have to open that ports too. But I really want
> to know for what they are used. Also please remember that I
> am NOT using srctv.
>
>
>
> --
> ... black holes are where god divided by zero.
>
> ___
> 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


RE: [hlds] Firewall Ports

2005-11-10 Thread Rick Payton
Actually I and a few other people have been keeping a list of ports used
already, though the HLDS /SRCDS isn't a comprehensive list (just the
default 27025 and 27020 are listed). I'll add in the rest of the ports
later.

Rick Payton, IT Support
Morikawa & Associates
(808) 572-1745
http://www.mai-hawaii.com/

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James Tucker
Sent: Thursday, November 10, 2005 9:09 AM
To: hlds@list.valvesoftware.com
Subject: RE: [hlds] Firewall Ports

VAC.

Note to list: could someone with time document this on serverwiki and
add links on steam forums and other relevant places?

Cheers,

Busy james.

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


Re: [hlds] Firewall Ports

2005-11-11 Thread Kyrios
That was the intention of my post.

Alfred could you perhaps give a statement?

After one day without any response I would guess nobody really knows.

2005/11/10, James Tucker <[EMAIL PROTECTED]>:
> VAC.
>
> Note to list: could someone with time document this on serverwiki and add 
> links on steam forums and other relevant
> places?
>
> Cheers,
>
> Busy james.
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > Sent: 10 November 2005 16:30
> > To: hlds@list.valvesoftware.com
> > Subject: [hlds] Firewall Ports
> >
> > Hi,
> >
> > I'm just configuring iptables on my linux server.
> > I'm running 3 Counter-Strike Source dedicated servers there.
> > From the steampowerd FAQs I got information that port
> > 27015/udp and 27015/tcp should be allowed.Also when you use
> > srctv you also have to allow 27020/udp.
> >
> > My 3 gameservers don't use srctv. So from the information I
> > got there I only have to open tcp&udp ports matching the
> > "+port" statement from my commandline. This should be 6 open
> > ports for 3 gameserver instances.
> >
> > BUT:
> >
> > when i take a look at "netstat -ap" which gives me a list of
> > open ports i get the ones mentioned in the documentation
> > tcp0  0 foo.bar.com:27015   0.0.0.0:*   LISTEN
> > 4079/srcds_amd
> > tcp0  0 foo.bar.com:27016   0.0.0.0:*   LISTEN
> > 4077/srcds_amd
> > tcp0  0 foo.bar.com:27017   0.0.0.0:*   LISTEN
> > 4078/srcds_amd
> > udp0  0 foo.bar.com:27015   0.0.0.0:*
> > 4079/srcds_amd
> > udp0  0 foo.bar.com:27016   0.0.0.0:*
> > 4077/srcds_amd
> > udp0  0 foo.bar.com:27017   0.0.0.0:*
> > 4078/srcds_amd
> >
> > and I get the following additional ones:
> >
> >
> > udp0  0 0.0.0.0:27009   0.0.0.0:*
> > 4078/srcds_amd
> > udp0  0 0.0.0.0:27010   0.0.0.0:*
> > 4079/srcds_amd
> > udp0  0 0.0.0.0:27011   0.0.0.0:*
> > 4077/srcds_amd
> > udp0  0 foo.bar.com:27020   0.0.0.0:*
> > 4078/srcds_amd
> > udp0  0 foo.bar.com:27021   0.0.0.0:*
> > 4077/srcds_amd
> > udp0  0 foo.bar.com:27022   0.0.0.0:*
> > 4079/srcds_amd
> > udp0  0 foo.bar.com:27005   0.0.0.0:*
> > 4078/srcds_amd
> > udp0  0 foo.bar.com:27006   0.0.0.0:*
> > 4077/srcds_amd
> > udp0  0 foo.bar.com:27007   0.0.0.0:*
> > 4079/srcds_amd
> >
> >
> >
> > I guess I'll have to open that ports too. But I really want
> > to know for what they are used. Also please remember that I
> > am NOT using srctv.
> >
> >
> >
> > --
> > ... black holes are where god divided by zero.
> >
> > ___
> > 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
>


--
... black holes are where god divided by zero.

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


Re: [hlds] Firewall Ports

2005-11-11 Thread Kyrios
i meen adding the results of this thread to serverwiki.com

2005/11/11, Kyrios <[EMAIL PROTECTED]>:
> That was the intention of my post.
>
> Alfred could you perhaps give a statement?
>
> After one day without any response I would guess nobody really knows.
>
> 2005/11/10, James Tucker <[EMAIL PROTECTED]>:
> > VAC.
> >
> > Note to list: could someone with time document this on serverwiki and add 
> > links on steam forums and other relevant
> > places?
> >
> > Cheers,
> >
> > Busy james.
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > Sent: 10 November 2005 16:30
> > > To: hlds@list.valvesoftware.com
> > > Subject: [hlds] Firewall Ports
> > >
> > > Hi,
> > >
> > > I'm just configuring iptables on my linux server.
> > > I'm running 3 Counter-Strike Source dedicated servers there.
> > > From the steampowerd FAQs I got information that port
> > > 27015/udp and 27015/tcp should be allowed.Also when you use
> > > srctv you also have to allow 27020/udp.
> > >
> > > My 3 gameservers don't use srctv. So from the information I
> > > got there I only have to open tcp&udp ports matching the
> > > "+port" statement from my commandline. This should be 6 open
> > > ports for 3 gameserver instances.
> > >
> > > BUT:
> > >
> > > when i take a look at "netstat -ap" which gives me a list of
> > > open ports i get the ones mentioned in the documentation
> > > tcp0  0 foo.bar.com:27015   0.0.0.0:*   LISTEN
> > > 4079/srcds_amd
> > > tcp0  0 foo.bar.com:27016   0.0.0.0:*   LISTEN
> > > 4077/srcds_amd
> > > tcp0  0 foo.bar.com:27017   0.0.0.0:*   LISTEN
> > > 4078/srcds_amd
> > > udp0  0 foo.bar.com:27015   0.0.0.0:*
> > > 4079/srcds_amd
> > > udp0  0 foo.bar.com:27016   0.0.0.0:*
> > > 4077/srcds_amd
> > > udp0  0 foo.bar.com:27017   0.0.0.0:*
> > > 4078/srcds_amd
> > >
> > > and I get the following additional ones:
> > >
> > >
> > > udp0  0 0.0.0.0:27009   0.0.0.0:*
> > > 4078/srcds_amd
> > > udp0  0 0.0.0.0:27010   0.0.0.0:*
> > > 4079/srcds_amd
> > > udp0  0 0.0.0.0:27011   0.0.0.0:*
> > > 4077/srcds_amd
> > > udp0  0 foo.bar.com:27020   0.0.0.0:*
> > > 4078/srcds_amd
> > > udp0  0 foo.bar.com:27021   0.0.0.0:*
> > > 4077/srcds_amd
> > > udp0  0 foo.bar.com:27022   0.0.0.0:*
> > > 4079/srcds_amd
> > > udp0  0 foo.bar.com:27005   0.0.0.0:*
> > > 4078/srcds_amd
> > > udp0  0 foo.bar.com:27006   0.0.0.0:*
> > > 4077/srcds_amd
> > > udp0  0 foo.bar.com:27007   0.0.0.0:*
> > > 4079/srcds_amd
> > >
> > >
> > >
> > > I guess I'll have to open that ports too. But I really want
> > > to know for what they are used. Also please remember that I
> > > am NOT using srctv.
> > >
> > >
> > >
> > > --
> > > ... black holes are where god divided by zero.
> > >
> > > ___
> > > 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
> >
>
>
> --
> ... black holes are where god divided by zero.
>


--
... black holes are where god divided by zero.

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


RE: [hlds] Firewall Ports

2005-11-11 Thread James Tucker
The answer was VAC as is at the top of my reply. There is some documentation 
about this somewhere

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> Sent: 11 November 2005 11:38
> To: hlds@list.valvesoftware.com
> Subject: Re: [hlds] Firewall Ports
>
> i meen adding the results of this thread to serverwiki.com
>
> 2005/11/11, Kyrios <[EMAIL PROTECTED]>:
> > That was the intention of my post.
> >
> > Alfred could you perhaps give a statement?
> >
> > After one day without any response I would guess nobody
> really knows.
> >
> > 2005/11/10, James Tucker <[EMAIL PROTECTED]>:
> > > VAC.
> > >
> > > Note to list: could someone with time document this on serverwiki
> > > and add links on steam forums and other relevant places?
> > >
> > > Cheers,
> > >
> > > Busy james.
> > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > > Sent: 10 November 2005 16:30
> > > > To: hlds@list.valvesoftware.com
> > > > Subject: [hlds] Firewall Ports
> > > >
> > > > Hi,
> > > >
> > > > I'm just configuring iptables on my linux server.
> > > > I'm running 3 Counter-Strike Source dedicated servers there.
> > > > From the steampowerd FAQs I got information that port 27015/udp
> > > > and 27015/tcp should be allowed.Also when you use srctv
> you also
> > > > have to allow 27020/udp.
> > > >
> > > > My 3 gameservers don't use srctv. So from the information I got
> > > > there I only have to open tcp&udp ports matching the "+port"
> > > > statement from my commandline. This should be 6 open
> ports for 3
> > > > gameserver instances.
> > > >
> > > > BUT:
> > > >
> > > > when i take a look at "netstat -ap" which gives me a
> list of open
> > > > ports i get the ones mentioned in the documentation
> > > > tcp0  0 foo.bar.com:27015   0.0.0.0:*
> LISTEN
> > > > 4079/srcds_amd
> > > > tcp0  0 foo.bar.com:27016   0.0.0.0:*
> LISTEN
> > > > 4077/srcds_amd
> > > > tcp0  0 foo.bar.com:27017   0.0.0.0:*
> LISTEN
> > > > 4078/srcds_amd
> > > > udp0  0 foo.bar.com:27015   0.0.0.0:*
> > > > 4079/srcds_amd
> > > > udp0  0 foo.bar.com:27016   0.0.0.0:*
> > > > 4077/srcds_amd
> > > > udp0  0 foo.bar.com:27017   0.0.0.0:*
> > > > 4078/srcds_amd
> > > >
> > > > and I get the following additional ones:
> > > >
> > > >
> > > > udp0  0 0.0.0.0:27009   0.0.0.0:*
> > > > 4078/srcds_amd
> > > > udp0  0 0.0.0.0:27010   0.0.0.0:*
> > > > 4079/srcds_amd
> > > > udp0  0 0.0.0.0:27011   0.0.0.0:*
> > > > 4077/srcds_amd
> > > > udp0  0 foo.bar.com:27020   0.0.0.0:*
> > > > 4078/srcds_amd
> > > > udp0  0 foo.bar.com:27021   0.0.0.0:*
> > > > 4077/srcds_amd
> > > > udp0  0 foo.bar.com:27022   0.0.0.0:*
> > > > 4079/srcds_amd
> > > > udp0  0 foo.bar.com:27005   0.0.0.0:*
> > > > 4078/srcds_amd
> > > > udp0  0 foo.bar.com:27006   0.0.0.0:*
> > > > 4077/srcds_amd
> > > > udp0  0 foo.bar.com:27007   0.0.0.0:*
> > > > 4079/srcds_amd
> > > >
> > > >
> > > >
> > > > I guess I'll have to open that ports too. But I really want to
> > > > know for what they are used. Also please remember that I am NOT
> > > > using srctv.
> > > >
> > > >
> > > >
> > > > --
> > > > ... black holes are where god divided by zero.
> > > >
> > > > ___
> > > > 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
> > >
> >
> >
> > --
> > ... black holes are where god divided by zero.
> >
>
>
> --
> ... black holes are where god divided by zero.
>
> ___
> 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


Re: [hlds] Firewall Ports

2005-11-11 Thread Kyrios
Doesn't make ANY sense to me since these are ports that are LISTENING.
Are you telling me VAC needs three (!!!) open ports to work ? That's
nearly unbelievable.

Are you sure about that?

2005/11/11, James Tucker <[EMAIL PROTECTED]>:
> The answer was VAC as is at the top of my reply. There is some documentation 
> about this somewhere
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > Sent: 11 November 2005 11:38
> > To: hlds@list.valvesoftware.com
> > Subject: Re: [hlds] Firewall Ports
> >
> > i meen adding the results of this thread to serverwiki.com
> >
> > 2005/11/11, Kyrios <[EMAIL PROTECTED]>:
> > > That was the intention of my post.
> > >
> > > Alfred could you perhaps give a statement?
> > >
> > > After one day without any response I would guess nobody
> > really knows.
> > >
> > > 2005/11/10, James Tucker <[EMAIL PROTECTED]>:
> > > > VAC.
> > > >
> > > > Note to list: could someone with time document this on serverwiki
> > > > and add links on steam forums and other relevant places?
> > > >
> > > > Cheers,
> > > >
> > > > Busy james.
> > > >
> > > > > -Original Message-
> > > > > From: [EMAIL PROTECTED]
> > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > > > Sent: 10 November 2005 16:30
> > > > > To: hlds@list.valvesoftware.com
> > > > > Subject: [hlds] Firewall Ports
> > > > >
> > > > > Hi,
> > > > >
> > > > > I'm just configuring iptables on my linux server.
> > > > > I'm running 3 Counter-Strike Source dedicated servers there.
> > > > > From the steampowerd FAQs I got information that port 27015/udp
> > > > > and 27015/tcp should be allowed.Also when you use srctv
> > you also
> > > > > have to allow 27020/udp.
> > > > >
> > > > > My 3 gameservers don't use srctv. So from the information I got
> > > > > there I only have to open tcp&udp ports matching the "+port"
> > > > > statement from my commandline. This should be 6 open
> > ports for 3
> > > > > gameserver instances.
> > > > >
> > > > > BUT:
> > > > >
> > > > > when i take a look at "netstat -ap" which gives me a
> > list of open
> > > > > ports i get the ones mentioned in the documentation
> > > > > tcp0  0 foo.bar.com:27015   0.0.0.0:*
> > LISTEN
> > > > > 4079/srcds_amd
> > > > > tcp0  0 foo.bar.com:27016   0.0.0.0:*
> > LISTEN
> > > > > 4077/srcds_amd
> > > > > tcp0  0 foo.bar.com:27017   0.0.0.0:*
> > LISTEN
> > > > > 4078/srcds_amd
> > > > > udp0  0 foo.bar.com:27015   0.0.0.0:*
> > > > > 4079/srcds_amd
> > > > > udp0  0 foo.bar.com:27016   0.0.0.0:*
> > > > > 4077/srcds_amd
> > > > > udp0  0 foo.bar.com:27017   0.0.0.0:*
> > > > > 4078/srcds_amd
> > > > >
> > > > > and I get the following additional ones:
> > > > >
> > > > >
> > > > > udp0  0 0.0.0.0:27009   0.0.0.0:*
> > > > > 4078/srcds_amd
> > > > > udp0  0 0.0.0.0:27010   0.0.0.0:*
> > > > > 4079/srcds_amd
> > > > > udp0  0 0.0.0.0:27011   0.0.0.0:*
> > > > > 4077/srcds_amd
> > > > > udp0  0 foo.bar.com:27020   0.0.0.0:*
> > > > > 4078/srcds_amd
> > > > > udp0  0 foo.bar.com:27021   0.0.0.0:*
> > > > > 4077/srcds_amd
> > > > > udp0  0 foo.bar.com:27022   0.0.0.0:*
> > > > > 4079/srcds_amd
> > > > > udp0  0 foo.bar.com:27005   0.0.0.0:*
> > > > > 4078/srcds_amd
> > > > > udp0  0 foo.bar.com:27006   0.0.0.0:*
> > > > > 4077/srcds_amd
> > > > > udp0  0 foo.bar.com:27007   0.0.0.0:*
> > > > > 4079/srcds_amd
> > > > >
> > > > >
> > > > >
> > > > > I gues

RE: [hlds] Firewall Ports

2005-11-12 Thread James Tucker
Follow:

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> Sent: 12 November 2005 02:15
> To: hlds@list.valvesoftware.com
> Subject: Re: [hlds] Firewall Ports
>
> Doesn't make ANY sense to me since these are ports that are LISTENING.
> Are you telling me VAC needs three (!!!) open ports to work ?
> That's nearly unbelievable.

> > > > > > [mailto:[EMAIL PROTECTED] On
> Behalf Of Kyrios
> > > > > > Sent: 10 November 2005 16:30
> > > > > > To: hlds@list.valvesoftware.com
> > > > > > Subject: [hlds] Firewall Ports
> > > > > >
> > > > > > Hi,
> > > > > >
> > > > > > I'm just configuring iptables on my linux server.
> > > > > > I'm running 3 Counter-Strike Source dedicated servers there.





One for each instance.



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


Re: [hlds] Firewall Ports

2005-11-12 Thread Kyrios
That would be nine my dear friend ;)


2005/11/12, James Tucker <[EMAIL PROTECTED]>:
> Follow:
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > Sent: 12 November 2005 02:15
> > To: hlds@list.valvesoftware.com
> > Subject: Re: [hlds] Firewall Ports
> >
> > Doesn't make ANY sense to me since these are ports that are LISTENING.
> > Are you telling me VAC needs three (!!!) open ports to work ?
> > That's nearly unbelievable.
>
> > > > > > > [mailto:[EMAIL PROTECTED] On
> > Behalf Of Kyrios
> > > > > > > Sent: 10 November 2005 16:30
> > > > > > > To: hlds@list.valvesoftware.com
> > > > > > > Subject: [hlds] Firewall Ports
> > > > > > >
> > > > > > > Hi,
> > > > > > >
> > > > > > > I'm just configuring iptables on my linux server.
> > > > > > > I'm running 3 Counter-Strike Source dedicated servers there.
>
>
>
>
>
> One for each instance.
>
>
>
> ___
> To unsubscribe, edit your list preferences, or view the list archives, please 
> visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


--
... black holes are where god divided by zero.

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


Re: [hlds] Firewall Ports

2005-11-18 Thread Kyrios
Maybe srcds is a big fat trojan horse and noone cares ;)

2005/11/18, Kyrios <[EMAIL PROTECTED]>:
> Doesn't anyone now that? I can hardly believe that.
>
> 2005/11/12, Kyrios <[EMAIL PROTECTED]>:
> > That would be nine my dear friend ;)
> >
> >
> > 2005/11/12, James Tucker <[EMAIL PROTECTED]>:
> > > Follow:
> > >
> > > > -Original Message-
> > > > From: [EMAIL PROTECTED]
> > > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > > Sent: 12 November 2005 02:15
> > > > To: hlds@list.valvesoftware.com
> > > > Subject: Re: [hlds] Firewall Ports
> > > >
> > > > Doesn't make ANY sense to me since these are ports that are LISTENING.
> > > > Are you telling me VAC needs three (!!!) open ports to work ?
> > > > That's nearly unbelievable.
> > >
> > > > > > > > > [mailto:[EMAIL PROTECTED] On
> > > > Behalf Of Kyrios
> > > > > > > > > Sent: 10 November 2005 16:30
> > > > > > > > > To: hlds@list.valvesoftware.com
> > > > > > > > > Subject: [hlds] Firewall Ports
> > > > > > > > >
> > > > > > > > > Hi,
> > > > > > > > >
> > > > > > > > > I'm just configuring iptables on my linux server.
> > > > > > > > > I'm running 3 Counter-Strike Source dedicated servers there.
> > >
> > >
> > >
> > >
> > >
> > > One for each instance.
> > >
> > >
> > >
> > > ___
> > > To unsubscribe, edit your list preferences, or view the list archives, 
> > > please visit:
> > > http://list.valvesoftware.com/mailman/listinfo/hlds
> > >
> >
> >
> > --
> > ... black holes are where god divided by zero.
> >
>
>
> --
> ... black holes are where god divided by zero.
>


--
... black holes are where god divided by zero.

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


Re: [hlds] Firewall Ports

2005-11-18 Thread Kyrios
Doesn't anyone now that? I can hardly believe that.

2005/11/12, Kyrios <[EMAIL PROTECTED]>:
> That would be nine my dear friend ;)
>
>
> 2005/11/12, James Tucker <[EMAIL PROTECTED]>:
> > Follow:
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > Sent: 12 November 2005 02:15
> > > To: hlds@list.valvesoftware.com
> > > Subject: Re: [hlds] Firewall Ports
> > >
> > > Doesn't make ANY sense to me since these are ports that are LISTENING.
> > > Are you telling me VAC needs three (!!!) open ports to work ?
> > > That's nearly unbelievable.
> >
> > > > > > > > [mailto:[EMAIL PROTECTED] On
> > > Behalf Of Kyrios
> > > > > > > > Sent: 10 November 2005 16:30
> > > > > > > > To: hlds@list.valvesoftware.com
> > > > > > > > Subject: [hlds] Firewall Ports
> > > > > > > >
> > > > > > > > Hi,
> > > > > > > >
> > > > > > > > I'm just configuring iptables on my linux server.
> > > > > > > > I'm running 3 Counter-Strike Source dedicated servers there.
> >
> >
> >
> >
> >
> > One for each instance.
> >
> >
> >
> > ___
> > To unsubscribe, edit your list preferences, or view the list archives, 
> > please visit:
> > http://list.valvesoftware.com/mailman/listinfo/hlds
> >
>
>
> --
> ... black holes are where god divided by zero.
>


--
... black holes are where god divided by zero.

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


Re: [hlds] Firewall Ports

2005-11-18 Thread Whisper
--
[ Picked text/plain from multipart/alternative ]
This is the Windows List, you might get more help in the Linux HLDS list
 IIS crashes twice a day, MSSQL once, exchange once a week...windows gives
me job security!
 On 11/19/05, Kyrios <[EMAIL PROTECTED]> wrote:
>
> Maybe srcds is a big fat trojan horse and noone cares ;)
>
> 2005/11/18, Kyrios <[EMAIL PROTECTED]>:
> > Doesn't anyone now that? I can hardly believe that.
> >
> > 2005/11/12, Kyrios <[EMAIL PROTECTED]>:
> > > That would be nine my dear friend ;)
> > >
> > >
> > > 2005/11/12, James Tucker <[EMAIL PROTECTED]>:
> > > > Follow:
> > > >
> > > > > -Original Message-
> > > > > From: [EMAIL PROTECTED]
> > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > > > Sent: 12 November 2005 02:15
> > > > > To: hlds@list.valvesoftware.com
> > > > > Subject: Re: [hlds] Firewall Ports
> > > > >
> > > > > Doesn't make ANY sense to me since these are ports that are
> LISTENING.
> > > > > Are you telling me VAC needs three (!!!) open ports to work ?
> > > > > That's nearly unbelievable.
> > > >
> > > > > > > > > > [mailto:[EMAIL PROTECTED] On
> > > > > Behalf Of Kyrios
> > > > > > > > > > Sent: 10 November 2005 16:30
> > > > > > > > > > To: hlds@list.valvesoftware.com
> > > > > > > > > > Subject: [hlds] Firewall Ports
> > > > > > > > > >
> > > > > > > > > > Hi,
> > > > > > > > > >
> > > > > > > > > > I'm just configuring iptables on my linux server.
> > > > > > > > > > I'm running 3 Counter-Strike Source dedicated servers
> there.
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > One for each instance.
> > > >
> > > >
> > > >
> > > > ___
> > > > To unsubscribe, edit your list preferences, or view the list
> archives, please visit:
> > > > http://list.valvesoftware.com/mailman/listinfo/hlds
> > > >
> > >
> > >
> > > --
> > > ... black holes are where god divided by zero.
> > >
> >
> >
> > --
> > ... black holes are where god divided by zero.
> >
>
>
> --
> ... black holes are where god divided by zero.
>
> ___
> 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


Re: [hlds] Firewall Ports

2005-11-18 Thread Kyrios
ah .. didn't know that. thx

2005/11/18, Whisper <[EMAIL PROTECTED]>:
> --
> [ Picked text/plain from multipart/alternative ]
> This is the Windows List, you might get more help in the Linux HLDS list
>  IIS crashes twice a day, MSSQL once, exchange once a week...windows gives
> me job security!
>  On 11/19/05, Kyrios <[EMAIL PROTECTED]> wrote:
> >
> > Maybe srcds is a big fat trojan horse and noone cares ;)
> >
> > 2005/11/18, Kyrios <[EMAIL PROTECTED]>:
> > > Doesn't anyone now that? I can hardly believe that.
> > >
> > > 2005/11/12, Kyrios <[EMAIL PROTECTED]>:
> > > > That would be nine my dear friend ;)
> > > >
> > > >
> > > > 2005/11/12, James Tucker <[EMAIL PROTECTED]>:
> > > > > Follow:
> > > > >
> > > > > > -Original Message-
> > > > > > From: [EMAIL PROTECTED]
> > > > > > [mailto:[EMAIL PROTECTED] On Behalf Of Kyrios
> > > > > > Sent: 12 November 2005 02:15
> > > > > > To: hlds@list.valvesoftware.com
> > > > > > Subject: Re: [hlds] Firewall Ports
> > > > > >
> > > > > > Doesn't make ANY sense to me since these are ports that are
> > LISTENING.
> > > > > > Are you telling me VAC needs three (!!!) open ports to work ?
> > > > > > That's nearly unbelievable.
> > > > >
> > > > > > > > > > > [mailto:[EMAIL PROTECTED] On
> > > > > > Behalf Of Kyrios
> > > > > > > > > > > Sent: 10 November 2005 16:30
> > > > > > > > > > > To: hlds@list.valvesoftware.com
> > > > > > > > > > > Subject: [hlds] Firewall Ports
> > > > > > > > > > >
> > > > > > > > > > > Hi,
> > > > > > > > > > >
> > > > > > > > > > > I'm just configuring iptables on my linux server.
> > > > > > > > > > > I'm running 3 Counter-Strike Source dedicated servers
> > there.
> > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > One for each instance.
> > > > >
> > > > >
> > > > >
> > > > > ___
> > > > > To unsubscribe, edit your list preferences, or view the list
> > archives, please visit:
> > > > > http://list.valvesoftware.com/mailman/listinfo/hlds
> > > > >
> > > >
> > > >
> > > > --
> > > > ... black holes are where god divided by zero.
> > > >
> > >
> > >
> > > --
> > > ... black holes are where god divided by zero.
> > >
> >
> >
> > --
> > ... black holes are where god divided by zero.
> >
> > ___
> > 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
>


--
... black holes are where god divided by zero.

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


Re: [hlds] Firewall ports....

2007-09-24 Thread [??R] The-/

Stats might need some extra ports but generally 27000-27030

Noctaire wrote:

I'm getting ready to set up the HLDS for TF2.  Anyone know what firewall
ports I need to forward over to the box hosting the app?



___
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