Jump to content

Recommended Posts

Posted

We block YouTube for students in school here, but we want to set it up so that when a pupil (and a pupil only) enters www . youtube . com it takes them to our fliggo site instead.

 

Is this possible? All pupil go through a level of filtering that no other users go through, so would this be the best place to do it? This filtering box is uses squid.

Posted
Can't you use a hosts file on the student machines? Or apply similar setting via policy.

thats an idea.. logon script to set the hosts file.. log off script to reset it back. Then maybe a machine startup script to reset it just in case they turn it off without logging off.

Posted
thats an idea.. logon script to set the hosts file.. log off script to reset it back. Then maybe a machine startup script to reset it just in case they turn it off without logging off.

 

I'm not too bothered about it if it's going to mean scripts all over the place. The kids will just have to learn that fliggo is the place to find educational videos, and staff will have to remember to tell them.

Posted

@rabbie... - prob too much effort to keep changing i was thinking if there are dedicated student machines that's quick and easy.

@all - Tom has the best idea, do it via filtering using maybe, ... um er Smoothwall.. ;)

@all - have you heard of or tried TrueTube ? saw it at BETT last year. safe vetted, for schools etc.

Posted

@Vikpaw: We use something called fliggo - it allows staff to find videos on youtube and then send them to our own version of youtube, which is completely managed. That way we can ensure that kids only see appropriate content. It also allows us to organise the content into subject categories etc.

 

@Tom: I was thinking this is the most obvious. We are using a Ubuntu box with Squid installed. I stumbled across something called Squirm which can apparantly do this on a Squid box. Just got to find a good Ubuntu install guide.

Posted (edited)

You should be able to achieve this with squid alone... take a look at the url_rewrite_program and url_rewrite_access directives

 

squid : url_rewrite_program configuration directive

squid : url_rewrite_access configuration directive

 

You'll need a redirector script though (A simple perl script will do)... there's plenty of examples about on the web....

 

I've used this in the past to redirect request from non favourable search engines to google.

 

Some more info in this thread.... http://www.edugeek.net/forums/nix/8965-squid-webpage-redirect.html

 

Iain.

Edited by Iain
Posted

You can get squid to serve up flippo instead of youtube very easily using a single deny_info line.

 

deny_info http://yourflippourl youtube_acl

 

Basically, when squid denys the user access based on the acl you specify (create one solely for youtube) in the deny_info line it redirects them to the url given. Really good for custom error pages ive found :)

 

Squid Deny info

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...