On Fri, August 18, 2006 14:15, matteo@xxxxxxxxxxxx wrote: > Alle 14:10, venerdì 18 agosto 2006, Rob Sterenborg ha scritto: > >> On Fri, August 18, 2006 14:00, matteo@xxxxxxxxxxxx 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