grahambird Posted June 4, 2008 Posted June 4, 2008 (edited) Hi, Apologies first of all if this is not the right place for my question. I wasn't sure where to put it and this seemed the best fit. I work at the RSPB and we provide PDF resources for both primary and secondary schools on our website. We have had a report that a primary teacher could not download the PDFs to her school laptop because it gave her a message along the lines of "something is preventing the webpage from being displayed. You may need to login". This is not the case however - the PDFs are freely available. Obviously something is wrong and I am very keen to investigate since if one teacher cannot download our teaching resources then others are bound to be having the same problem. Example (downloads on the right): http://www.rspb.org.uk/ourwork/teaching/resources/science/web_game.asp Therefore, I am looking for some advice as to what software is commonly installed on school PCs to provide internet security. We may need to test our site with that software to ensure that teachers can download the resources we are providing for them. If anyone can give me any advice on this it would be most appreciated. Best regards, Graham Edited June 4, 2008 by grahambird typo
SYNACK Posted June 4, 2008 Posted June 4, 2008 We use Surfcontrol/Websense here a lot of the schools on here seem to use the Smoothwall offering. The way that the download links on your site are formed, including a redirect url in the request could be causing some of your problems: http://uk.sitestat.com/rspb/website/s?downloads.other.133477&ns_type=pdf&ns_url=[http://www.rspb.org.uk/Images/foodwebteacher1_tcm9-133477.pdf] It looks like it could be to do with tracking the number of downloads but you could probably do this with the web server logs, drop the redirect and just have it pointing directly at the files which would reduce the chances of anything going wrong.
elsiegee40 Posted June 4, 2008 Posted June 4, 2008 Our web filtering is provided by RM -a big education provider. We have no problem with your site and, indeed, the teacher in the room next to my office was using it about an hour ago!
Geoff Posted June 4, 2008 Posted June 4, 2008 A little background information is probably in order so you can get a handle on how things work in primary schools (or don't, depending on your perspective). In a primary school environment it's highly likely they have no on site technical support (as employing someone even on a part time basis is beyond their budget) thus they will be relying on their LEA for support. As such there will most likely be nothing on the PC and web filtering will be provided by the LEA in their data centre. This is usually on a 'one size fits all' basis where there will be a generic filtering policy for all the school. Therefore, as this sounds like a filtering problem, it's down to the teacher to ring up the LEA and ask for your PDFs to be unblocked. The LEA hopefully will be able to do this, however some wont because of inflexible filtering solutions, apathy or incompetence. If there is something broken on the machine that's stopping the PDFs from working, again the teacher will have to ring up the LEA and arrange for a site visit, this will be at an extortionate hourly rate. So it's quite likely the school wont want to pay for this. On the whole, the teacher is probably better off downloading the pdfs at home and bringing them into school.
grahambird Posted June 4, 2008 Author Posted June 4, 2008 Hi, Thanks for the quick replies. Please keep the suggestions coming. Geoff - thanks for the primary school context and the LEA info. Do you know how this compares with a secondary environment? SYNACK - you're right that our tracked links aren't ideal. We will look into alternatives. Thanks again - really valuable info. Graham
dave.81 Posted June 4, 2008 Posted June 4, 2008 We use SchoolGuardian and we've got no problems here.
Geoff Posted June 4, 2008 Posted June 4, 2008 thanks for the primary school context and the LEA info. Do you know how this compares with a secondary environment? In a secondary school enviroment, you will have on site technical support. Additionally there may be another filtering solution that runs 'behind' the LEA filter. The teacher concerned would of never bothered to complain to you about the problem, the techies at the school would of either fixed the problem with the local filter/pc/software and/or bypassed the LEA filtering/security to obtain the documents for the teacher. If there was truely something broken on your site, again they would of contacted you rather than the teacher.
GlennT Posted June 4, 2008 Posted June 4, 2008 From our school, the URL is blocked because it contains the word "Game". It may be worth asking the school in question to explicitly allow http://www.rspb.org.uk* in their filtering system? Glenn.
grahambird Posted June 4, 2008 Author Posted June 4, 2008 Hi GlennT, Wow! That's some harsh filtering. Is that unusually strict? Graham
GlennT Posted June 4, 2008 Posted June 4, 2008 We are pretty tough on that sort of thing here..... they still seem to find a way around it though!
elsiegee40 Posted June 4, 2008 Posted June 4, 2008 Hi GlennT, Wow! That's some harsh filtering. Is that unusually strict? Graham Nope... we spend a large proportion of our time encouraging the little darlings to do work and not play games.... There's also the eBay porn filter example where listings featuring small birds such as blue-tits fail because the word tit is banned in listings
grahambird Posted June 4, 2008 Author Posted June 4, 2008 Are filtered words such as "game" excluded for teacher's PCs too? In other words, as a general rule, will teacher's PCs have the same filtering as the PCs in the ICT suite? Graham
SYNACK Posted June 4, 2008 Posted June 4, 2008 Are filtered words such as "game" excluded for teacher's PCs too? In other words, as a general rule, will teacher's PCs have the same filtering as the PCs in the ICT suite? Graham The teachers are just as likely to be filtered in the same way as not because some of the filtering options are a one size fits all thing that just filters everybody on the network in the same way. We have a few providers here which filter like that. Not at any of the sites that I manage though.
elsiegee40 Posted June 4, 2008 Posted June 4, 2008 Filtering is almost always at Network level. There's definitely no choice for those of us who have filtering by outside bodies such as the Local Authority or RM
Domino Posted June 4, 2008 Posted June 4, 2008 although more advanced filters such as smoothwall or bloxx will allow multi-tiered filtering. We have more relaxed rules for staff here, however it wouldn't be right to assume that all schools have that ability.
CyberNerd Posted June 4, 2008 Posted June 4, 2008 (edited) Our SchoolGuardian (SmoothWall Network Security: Web Content Filtering, Firewall, VPN, Anti-Spam and QoS SmoothWall Ltd.) prevented the The RSPB site from displaying properly, it looks like it stripped the css. I added it as an exception and it worked. Edit: I disabled security in smoothwall for CSS crossite scripting and it seemed to fix that bit The still files don't load because they are going via http://uk.sitestat.com/ and a message displays "advert blocked" Edited June 4, 2008 by CyberNerd
bossman Posted June 4, 2008 Posted June 4, 2008 IPCop here (linux) Custom expression here "game" being the expressive word so i just put the url into our whitelist and no probs.
pete Posted June 4, 2008 Posted June 4, 2008 Works fine here (Dansguardian + Squid) as a kid/teacher. But yeah, the 12 mentions of "game" might be tripping proxies. Here it's balanced out by the positively scored content.
grahambird Posted June 4, 2008 Author Posted June 4, 2008 Thanks for all of the replies. Really useful information. All the best, Graham
Guest monkeyx Posted June 5, 2008 Posted June 5, 2008 Just a reminder that if you integrate ntlm with squid, then it is possible to set different black lists for staff and learners. The NT group mapping does not seem to be well documented and for some reason took me a while to get working, although now it is working. I do not know why it took so long. LOL
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now