Linux Netfilter discussions
 help / color / mirror / Atom feed
* block multimedia protocols
@ 2006-08-18 12:00 matteo
  2006-08-18 12:10 ` Rob Sterenborg
  2006-08-18 12:47 ` Pablo Sanchez
  0 siblings, 2 replies; 9+ messages in thread
From: matteo @ 2006-08-18 12:00 UTC (permalink / raw)
  To: netfilter

Hi all , I'd like to know if there's a way to block certain multimedia casting 
protocols , Is it possible?


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
  2006-08-18 12:00 matteo
@ 2006-08-18 12:10 ` Rob Sterenborg
  2006-08-18 12:15   ` matteo
  2006-08-18 12:47 ` Pablo Sanchez
  1 sibling, 1 reply; 9+ messages in thread
From: Rob Sterenborg @ 2006-08-18 12:10 UTC (permalink / raw)
  To: netfilter

On Fri, August 18, 2006 14:00, matteo@cisilino.com wrote:
> Hi all , I'd like to know if there's a way to block certain multimedia
> casting protocols , Is it possible?

What do you have in mind?


Gr,
Rob




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
  2006-08-18 12:10 ` Rob Sterenborg
@ 2006-08-18 12:15   ` matteo
       [not found]     ` <44E5B1AB.7000100@freemail.hu>
  2006-08-18 12:37     ` Rob Sterenborg
  0 siblings, 2 replies; 9+ messages in thread
From: matteo @ 2006-08-18 12:15 UTC (permalink / raw)
  To: netfilter

Alle 14:10, venerdì 18 agosto 2006, Rob Sterenborg ha scritto:
> On Fri, August 18, 2006 14:00, matteo@cisilino.com wrote:
> > Hi all , I'd like to know if there's a way to block certain multimedia
> > casting protocols , Is it possible?
>
> What do you have in mind?
Hi rob, i want to stop streamings. I can't stop single ports becouse the 
server can bind on many differente ports , can't block the single destination 
ip becouse are too much , so i tought that there's a possibility to check the 
single packet.

Matteo


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
       [not found]     ` <44E5B1AB.7000100@freemail.hu>
@ 2006-08-18 12:28       ` matteo
  2006-08-18 12:39         ` Gáspár Lajos
  0 siblings, 1 reply; 9+ messages in thread
From: matteo @ 2006-08-18 12:28 UTC (permalink / raw)
  To: netfilter

Alle 14:25, venerdì 18 agosto 2006, Gáspár Lajos ha scritto:
> matteo@cisilino.com írta:
> > Alle 14:10, venerdì 18 agosto 2006, Rob Sterenborg ha scritto:
> >> On Fri, August 18, 2006 14:00, matteo@cisilino.com wrote:
> >>> Hi all , I'd like to know if there's a way to block certain multimedia
> >>> casting protocols , Is it possible?
> >>
> >> What do you have in mind?
> >
> > Hi rob, i want to stop streamings. I can't stop single ports becouse the
> > server can bind on many differente ports , can't block the single
> > destination ip becouse are too much , so i tought that there's a
> > possibility to check the single packet.
> >
> > Matteo
>
> I would BLOCK EVERYTHING and ENABLE SOMETHING...
> It does not suit your needs ???
Block all

but as i said, cannot block in brute mode, must be selective on streams

>
> Swifty


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
@ 2006-08-18 12:28 Gáspár Lajos
  0 siblings, 0 replies; 9+ messages in thread
From: Gáspár Lajos @ 2006-08-18 12:28 UTC (permalink / raw)
  To: Netfilter IPtableMailinglist

matteo@cisilino.com wrote:
> Alle 14:10, venerdì 18 agosto 2006, Rob Sterenborg ha scritto:
>   
>> On Fri, August 18, 2006 14:00, matteo@cisilino.com wrote:
>>     
>>> Hi all , I'd like to know if there's a way to block certain multimedia
>>> casting protocols , Is it possible?
>>>       
>> What do you have in mind?
>>     
> Hi rob, i want to stop streamings. I can't stop single ports becouse the 
> server can bind on many differente ports , can't block the single destination 
> ip becouse are too much , so i tought that there's a possibility to check the 
> single packet.
>
> Matteo
>
>
>
>   
I would BLOCK EVERYTHING and ENABLE SOMETHING...
It does not suit your needs ???

Swifty



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
  2006-08-18 12:15   ` matteo
       [not found]     ` <44E5B1AB.7000100@freemail.hu>
@ 2006-08-18 12:37     ` Rob Sterenborg
  1 sibling, 0 replies; 9+ messages in thread
From: Rob Sterenborg @ 2006-08-18 12:37 UTC (permalink / raw)
  To: netfilter


On Fri, August 18, 2006 14:15, matteo@cisilino.com wrote:
> Alle 14:10, venerdì 18 agosto 2006, Rob Sterenborg ha scritto:
>
>> On Fri, August 18, 2006 14:00, matteo@cisilino.com wrote:
>>
>>> Hi all , I'd like to know if there's a way to block certain multimedia
>>> casting protocols , Is it possible?
>>
>> What do you have in mind?
>>
> Hi rob, i want to stop streamings. I can't stop single ports becouse the
> server can bind on many differente ports , can't block the single destination
> ip becouse are too much , so i tought that there's a possibility to check the
>  single packet.

AFAICS you'd need helpers for that. In POM-ng (extra) are a few helpers
available, but I don't know if these cover your needs:

http://www.netfilter.org/projects/patch-o-matic/pom-extra.html#pom-extra-mms-conntrack-nat
http://www.netfilter.org/projects/patch-o-matic/pom-extra.html#pom-extra-rtsp-conntrack

You could match for MMS and RTSP traffic and then just DROP the packets.


Gr,
Rob




^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
  2006-08-18 12:28       ` matteo
@ 2006-08-18 12:39         ` Gáspár Lajos
  0 siblings, 0 replies; 9+ messages in thread
From: Gáspár Lajos @ 2006-08-18 12:39 UTC (permalink / raw)
  To: matteo; +Cc: netfilter

matteo@cisilino.com wrote:
> Alle 14:25, venerdì 18 agosto 2006, Gáspár Lajos ha scritto:
>   
>> I would BLOCK EVERYTHING and ENABLE SOMETHING...
>> It does not suit your needs ???
>>     
> Block all
>
> but as i said, cannot block in brute mode, must be selective on streams
>   
Without refining your needs there is no universal solution...
What do you know about the sources/destinations/ports/streams/players ??? :)

Swifty


^ permalink raw reply	[flat|nested] 9+ messages in thread

* RE: block multimedia protocols
  2006-08-18 12:00 matteo
  2006-08-18 12:10 ` Rob Sterenborg
@ 2006-08-18 12:47 ` Pablo Sanchez
  2006-08-18 13:44   ` matteo
  1 sibling, 1 reply; 9+ messages in thread
From: Pablo Sanchez @ 2006-08-18 12:47 UTC (permalink / raw)
  To: matteo, netfilter

 

> -----Original Message-----
> From: netfilter-bounces@lists.netfilter.org 
> [mailto:netfilter-bounces@lists.netfilter.org] On Behalf Of 
> matteo@cisilino.com
> Sent: Friday, August 18, 2006 8:01 AM
> To: netfilter@lists.netfilter.org
> Subject: block multimedia protocols
> 
> Hi all , I'd like to know if there's a way to block certain 
> multimedia casting 
> protocols , Is it possible?

One thought is to use L7 (http://l7-filter.sourceforge.net/) to classify by
protocol and DROP accordingly.  I don't believe there will be a single
solution which will cover your needs so you'll have to cobble a solution
together; not terribly difficult I would think.  Try to shoot to block 95%
of the castings.  :)

-pablo



^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: block multimedia protocols
  2006-08-18 12:47 ` Pablo Sanchez
@ 2006-08-18 13:44   ` matteo
  0 siblings, 0 replies; 9+ messages in thread
From: matteo @ 2006-08-18 13:44 UTC (permalink / raw)
  To: netfilter

Alle 14:47, venerdì 18 agosto 2006, Pablo Sanchez ha scritto:
> > -----Original Message-----
> > From: netfilter-bounces@lists.netfilter.org
> > [mailto:netfilter-bounces@lists.netfilter.org] On Behalf Of
> > matteo@cisilino.com
> > Sent: Friday, August 18, 2006 8:01 AM
> > To: netfilter@lists.netfilter.org
> > Subject: block multimedia protocols
> >
> > Hi all , I'd like to know if there's a way to block certain
> > multimedia casting
> > protocols , Is it possible?
>
> One thought is to use L7 (http://l7-filter.sourceforge.net/) to classify by
> protocol and DROP accordingly.  I don't believe there will be a single
> solution which will cover your needs so you'll have to cobble a solution
> together; not terribly difficult I would think.  Try to shoot to block 95%
> of the castings.  :)
>
> -pablo


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2006-08-18 13:44 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-18 12:28 block multimedia protocols Gáspár Lajos
  -- strict thread matches above, loose matches on Subject: below --
2006-08-18 12:00 matteo
2006-08-18 12:10 ` Rob Sterenborg
2006-08-18 12:15   ` matteo
     [not found]     ` <44E5B1AB.7000100@freemail.hu>
2006-08-18 12:28       ` matteo
2006-08-18 12:39         ` Gáspár Lajos
2006-08-18 12:37     ` Rob Sterenborg
2006-08-18 12:47 ` Pablo Sanchez
2006-08-18 13:44   ` matteo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox