Hi I would like to stop audio streaming on my firewall. I have a list of ports that i have added to reject the ports but im still able to stream off online radio station. I would like to stop the access of realplayer and windows media player. Thanks John ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information
On 10/27/05, John Rufino <johnr@universe.co.za> wrote:> I would like to stop audio streaming on my firewall. I have a list of > ports that i have added to reject the ports but im still able to stream > off online radio station. I would like to stop the access of realplayer > and windows media player.Most internet radio stations make their streams available via port 80 and players can usually be configured to use http proxies... so unless you want to stop all your web traffic, the audio streams will sneak through. You could use shorewall to transparently redirect port 80 requests to a squid proxy where an acl would block streaming filetypes. Try a google search for "squid block streaming audio" for a variety of ideas on this. -Tom ------------------------------------------------------- This SF.Net email is sponsored by the JBoss Inc. Get Certified Today * Register for a JBoss Training Course Free Certification Exam for All Training Attendees Through End of 2005 Visit http://www.jboss.com/services/certification for more information
John Rufino escribió:> Hi > > I would like to stop audio streaming on my firewall. I have a list of > ports that i have added to reject the ports but im still able to stream > off online radio station. I would like to stop the access of realplayer > and windows media player. > > Thanks >audio streams generarly use port 80. so I think you need soething like squid , with a content filter like dansguardian. -- Cristian Rodriguez R. perl -e ''$_=pack(c5,0105,0107,0123,0132,(1<<3)+2);y[A-Z][N-ZA-M];print;''