Date: Fri, 19 Aug 2011 02:10:10 -0500 (CDT) From: Tim Salvador <salvador@cleverbridge.com> To: freebsd-pf@freebsd.org Subject: blocking spotify with pf Message-ID: <17390d5c-d9ec-4594-ad53-abaf6cd91135@jenny> In-Reply-To: <50952547-ec21-41a5-b54d-0d7466a6dcd6@jenny>
next in thread | previous in thread | raw e-mail | index | archive | help
Greetings, Recently it has come to our attention that bandwidth has become an issue with increased spotify usage throughout the company. Im looking for a way to block access to it in pf. the rule that i am trying is the following: table <spotify> { 78.31.8.0/22, 193.182.8.0/21 } block return in quick on $int_if proto tcp from 192.168.1.0/24 to <spotify> port 4070 For whatever reason it showing that the rule is working but not really working. am i missing something?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?17390d5c-d9ec-4594-ad53-abaf6cd91135>