From owner-freebsd-isp Wed Jun 14 6:48:55 2000 Delivered-To: freebsd-isp@freebsd.org Received: from comm.uni-svishtov.bg (ns.uni-svishtov.bg [193.68.172.1]) by hub.freebsd.org (Postfix) with ESMTP id 4D6C437BB31 for ; Wed, 14 Jun 2000 06:48:39 -0700 (PDT) (envelope-from vanko@uni-svishtov.bg) Received: from grinch.uni-svishtov.bg (root@grinch.uni-svishtov.bg [193.68.172.9]) by comm.uni-svishtov.bg (8.9.3/8.9.3) with ESMTP id NAA21720; Wed, 14 Jun 2000 13:48:27 GMT Received: from vanko (vanko@vanko.uni-svishtov.bg [193.68.173.61]) by grinch.uni-svishtov.bg (8.9.3/8.9.1) with SMTP id QAA22956; Wed, 14 Jun 2000 16:48:26 +0300 (EEST) Message-ID: <004501bfd607$85c8aea0$3dad44c1@unisvishtov.bg> From: "Ivan Minchev" To: "Love Bug" , References: <4.3.1.2.20000614114606.04cd62f0@mail.Go2France.com> <39475E66.72E05934@fil.net> Subject: Re: Blocking MPG Date: Wed, 14 Jun 2000 16:50:38 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2615.200 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > We have a customer who would like to block the down loads of things like mpeg > music files on his LAN. With such small bandwidth downloading .mpg files can > nearly cause the other members on the LAN to stop. > > He uses userland PPP to dial into us on one global address and he has a Squid > Proxy in his FreeBSD 3.3 box. On our side we run him through IPFW and use ICP > from his Squid to ours. He already blocks the ftp port requests, so this would > be coming from an http server. > > Any ideas? > > Thank You, > > Love > Hi, I suggest to you to configure Squid to filter URLs and to block direct http connections. The simple lines in your squid.conf file are: acl deny_list urlpath_regex -i \.mpg$ http_access deny deny_list Regards To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message