Koozali.org: home of the SME Server

damn you WMP, damn you to hell!!

Offline funkusmunkus

  • *
  • 220
  • +0/-0
damn you WMP, damn you to hell!!
« on: September 01, 2004, 06:10:04 AM »
Hi all,

someone on the network just discovered live music streaming using wmp, but it seems to use port 80, i heared that realplayer can use the http protocol to do that, i was wondering if someone has worked out a way of stopping people from streaming audio that way.

cheers
.........

Michiel

damn you WMP, damn you to hell!!
« Reply #1 on: September 01, 2004, 11:04:14 AM »
Apparently the user can use just about any port he likes, so blocking the port number would'nt get you anywhere.

Maybe you could
1/ Only allow internet access through squid
2/ Block all relevant content types in squid.conf:
   acl music url_regex -i .mp3 .avi .mpeg .mpe .mpg .qt
.ram .rm .wav .mov .wpl
   http_access deny music

Not sure if this will work and it might be a problem if your users require direct access for ftp, ssh, etc, but I would be very interested if you get it working.

regards,
Michiel

sspfunk

wmp
« Reply #2 on: September 03, 2004, 06:53:17 PM »
hello my funk brutha

this is an easy one

remove wmp from the offending computer

Offline arne

  • *****
  • 1,116
  • +0/-4
damn you WMP, damn you to hell!!
« Reply #3 on: September 03, 2004, 10:26:48 PM »
There is a traficmonitoring program named iptraf. If you download the RedHat 7.3 RPM and install this you will be able to motitor all trafic. You wil also be able to read the ip of the internal PC downloading music.
......

Offline funkusmunkus

  • *
  • 220
  • +0/-0
damn you WMP, damn you to hell!!
« Reply #4 on: September 05, 2004, 03:52:07 PM »
Quote
this is an easy one

remove wmp from the offending computer


well i solved the problem at the moment using an even easier method, i asked the person not to do it any more :P
it was all thanx to sarg reports (love your work sarg)
but it is a short term fix, i want to solve the problem from ever re-occurring in the future.
so i'll play around with squid and see if i can stop any unwanted trafic.
but that might have to wait for a few weeks till i have more time to get around to it.
.........

Offline chris burnat

  • *****
  • 1,135
  • +2/-0
    • http://www.burnat.com
damn you WMP, damn you to hell!!
« Reply #5 on: September 05, 2004, 11:15:33 PM »
You possibly could solve your problem with dansguardian.  Dungog has released a modules allowing the blocking of http traffic for specific files using the server-manager interface, i.e. mp3.mpeg, mpg, etc. I am using it to block all exe files with great success at a number of istes over the past 3 weeks.
- chris
If it does not work out of the box, please fill in a Bug Report @ Bugzilla (http://bugs.contribs.org)  - check: http://wiki.contribs.org/Bugzilla_Help .  Thanks.


Offline funkusmunkus

  • *
  • 220
  • +0/-0
damn you WMP, damn you to hell!!
« Reply #7 on: September 07, 2004, 10:38:19 AM »
I'm test trialing it on my home network first, i wonder if anyone at home will notice  :-D
then when i know what i'm doing  i'll get it up and running at work.
.........

Offline raem

  • *
  • 3,972
  • +4/-0
damn you WMP, damn you to hell!!
« Reply #8 on: September 07, 2004, 11:04:12 AM »
You can see what users are trying to access by looking at the Dansguardian logs. Try filtering the log report on DENIED.
...