|
|
|
date: Sun, 31 Aug 2008 18:07:42 +0100,
group: uk.comp.os.linux
back
suggestions for linux firewall
Has anybody an suggestions for a good, that is fast, Linux firewall, sharing
an internet connection with young users it'd be nice to be able to restrict
their p2p applications and voip or skype applications and actually be able
to see how much of the total amount they are individually using.
I played about with gnatbox and smoothwall when they first came out, but
things seem to have moved on a lot since then.
--
Vista: the hd dvd player that thinks it's an operating system
date: Sun, 31 Aug 2008 18:07:42 +0100
author: jasee
|
Re: suggestions for linux firewall
jasee wrote:
> Has anybody an suggestions for a good, that is fast, Linux firewall,
> sharing an internet connection with young users it'd be nice to be able to
> restrict their p2p applications and voip or skype applications and
> actually be able to see how much of the total amount they are individually
> using. I played about with gnatbox and smoothwall when they first came
> out, but things seem to have moved on a lot since then.
>
I've considered doing something similar using http://www.ipcop.org/ but
haven't got a round-tuit yet.
--
Geoff Registered Linux user 196308
Replace bitbucket with geoff to mail me.
date: Sun, 31 Aug 2008 20:41:00 +0100
author: Geoffrey Clements
|
Re: suggestions for linux firewall
jasee wrote:
> Has anybody an suggestions for a good, that is fast, Linux firewall, sharing
> an internet connection with young users it'd be nice to be able to restrict
> their p2p applications and voip or skype applications and actually be able
> to see how much of the total amount they are individually using.
I agree with Geoffrey, re ipcop. But restricting skype is practically
impossible - unless you can uninstall it from the users' computers. It's
like a sophisticated virus and will find some way to use whatever port's
available.
--
http://SnapAndScribble.com
date: Sun, 31 Aug 2008 21:27:03 +0100
author: Will Kemp
|
Re: suggestions for linux firewall
jasee wrote:
> Has anybody an suggestions for a good, that is fast, Linux firewall,
> sharing an internet connection with young users it'd be nice to be able to
> restrict their p2p applications and voip or skype applications and
> actually be able to see how much of the total amount they are individually
> using. I played about with gnatbox and smoothwall when they first came
> out, but things seem to have moved on a lot since then.
>
M0n0wall, but it's not Linux.
date: Sun, 31 Aug 2008 22:34:53 +0200
author: F8BOE
|
Re: suggestions for linux firewall
In article <48bb006d$0$15609$426a34cc@news.free.fr>, F8BOE wrote:
> jasee wrote:
>
>> Has anybody an suggestions for a good, that is fast, Linux firewall,
>> sharing an internet connection with young users it'd be nice to be able to
>> restrict their p2p applications and voip or skype applications and
>> actually be able to see how much of the total amount they are individually
>> using. I played about with gnatbox and smoothwall when they first came
>> out, but things seem to have moved on a lot since then.
>>
>
> M0n0wall, but it's not Linux.
I wouldn't hold that against it. The BSDs seem to have a pretty good
security record, just what you want in a firewall.
Justin.
--
Justin C, by the sea.
date: Sun, 31 Aug 2008 21:45:15 -0000
author: Justin C
|
Re: suggestions for linux firewall
Justin C wrote:
> In article <48bb006d$0$15609$426a34cc@news.free.fr>, F8BOE wrote:
>> jasee wrote:
>>
>>> Has anybody an suggestions for a good, that is fast, Linux firewall,
>>> sharing an internet connection with young users it'd be nice to be
>>> able to restrict their p2p applications and voip or skype
>>> applications and actually be able to see how much of the total
>>> amount they are individually using. I played about with gnatbox and
>>> smoothwall when they first came out, but things seem to have moved
>>> on a lot since then.
>>>
>>
>> M0n0wall, but it's not Linux.
>
> I wouldn't hold that against it. The BSDs seem to have a pretty good
> security record, just what you want in a firewall.
Sorry, yes, should have mentioned BSD, though this is a Linux group,
anything fast, I'm not fussy :-)
BTW AFAICT none of the firewalls mentioned so far seem to be capable of
blocking skype, to do this is a fairly recent development in commercial
firewalls
date: Mon, 1 Sep 2008 06:29:48 +0100
author: jasee
|
Re: suggestions for linux firewall
On 31 Aug, 21:27, Will Kemp wrote:
> jasee wrote:
> > Has anybody an suggestions for a good, that is fast, Linux firewall, sharing
> > an internet connection with young users it'd be nice to be able to restrict
> > their p2p applications and voip or skype applications and actually be able
> > to see how much of the total amount they are individually using.
>
> I agree with Geoffrey, re ipcop. But restricting skype is practically
> impossible - unless you can uninstall it from the users' computers. It's
> like a sophisticated virus and will find some way to use whatever port's
> available.
>
> --http://SnapAndScribble.com
You may get some mileage out of blocking access to Skypes
authentication servers - for preference, use proxying instead of
firewalling. Writing a redirector for any URL with matching '*skype*'
or '*voip*' would be a good start. If you have some control over the
local machines you could even run ident locally - or use an
authenticated proxy session to reconcile the usage with the user.
HTH
C.
date: Mon, 1 Sep 2008 06:13:32 -0700 (PDT)
author: C.
|
Re: suggestions for linux firewall
C. wrote:
> On 31 Aug, 21:27, Will Kemp wrote:
>> jasee wrote:
>>> Has anybody an suggestions for a good, that is fast, Linux firewall, sharing
>>> an internet connection with young users it'd be nice to be able to restrict
>>> their p2p applications and voip or skype applications and actually be able
>>> to see how much of the total amount they are individually using.
>> I agree with Geoffrey, re ipcop. But restricting skype is practically
>> impossible - unless you can uninstall it from the users' computers. It's
>> like a sophisticated virus and will find some way to use whatever port's
>> available.
>>
>> --http://SnapAndScribble.com
>
> You may get some mileage out of blocking access to Skypes
> authentication servers - for preference, use proxying instead of
> firewalling. Writing a redirector for any URL with matching '*skype*'
> or '*voip*' would be a good start. If you have some control over the
> local machines you could even run ident locally - or use an
> authenticated proxy session to reconcile the usage with the user.
The only way my co-sysadmin, in Kabul last year, managed to work out to
block it was to make sure all connected machines were joined to the
Windows domain and remotely ran a logon script that uninstalled skype
every time they logged on to the network. (We were using SME server as
the gateway server - and you can run windows domain logon scripts from
that.) He put a lot of time into researching the subject, too.
--
http://SnapAndScribble.com
date: Mon, 01 Sep 2008 17:19:23 +0100
author: Will Kemp
|
Re: suggestions for linux firewall
On Mon, 01 Sep 2008 06:29:48 +0100, jasee wrote:
> Justin C wrote:
>> In article <48bb006d$0$15609$426a34cc@news.free.fr>, F8BOE wrote:
>>> jasee wrote:
>>>
>>>> Has anybody an suggestions for a good, that is fast, Linux firewall,
>>>> sharing an internet connection with young users it'd be nice to be
>>>> able to restrict their p2p applications and voip or skype
>>>> applications and actually be able to see how much of the total amount
>>>> they are individually using. I played about with gnatbox and
>>>> smoothwall when they first came out, but things seem to have moved on
>>>> a lot since then.
>>>>
>>>>
>>> M0n0wall, but it's not Linux.
>>
>> I wouldn't hold that against it. The BSDs seem to have a pretty good
>> security record, just what you want in a firewall.
>
> Sorry, yes, should have mentioned BSD, though this is a Linux group,
> anything fast, I'm not fussy :-)
> BTW AFAICT none of the firewalls mentioned so far seem to be capable of
> blocking skype, to do this is a fairly recent development in commercial
> firewalls
You think blocking it is a pain? Man, you should try 'allowing' it in
some web filtering applications and appliances. Phew, what a nightmare.
--
As we travel through life it is best to be like the dog. If you can't eat
it, or have sex with it, then p*ss on it
date: 01 Sep 2008 18:25:11 GMT
author: A J Hawke
|
|
|