On Fri, 13 Sep 2002, Elky Grrrr... wrote: .. > i have a question...... > is it possible to block .mp3 .asf .wmv files that > comes in thru port 80 using ipchains, squid, or squid > guard??? > if so , how?? or do you guys have a better solution > in blocking streaming that comes in thru port 80???
you can turn on "stateful content inspection" in the Linux firewall. then drop packets which contains "mp3" or similar in the payload. I'm not sure how, exactly though... I suppose the Linux stateful content inspection doesn't support regular expressions!!! :D but the regex for dropping would be something like ^GET /.*[mp3|asf].* HTTP --- Orlando Andico <[EMAIL PROTECTED]> Mosaic Communications, Inc. _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] Fully Searchable Archives With Friendly Web Interface at http://marc.free.net.ph To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
