steve_nfi Posted September 29, 2008 Posted September 29, 2008 Hi all Do you allow staff/students access to their school accounts from home. If so how or what do you use to control it. I used to have Sonic Wall at my last school but that was only for a limited amount of staff and Ranger outpost for the students. I don't think Outpost would be an option here because we have Classlink. Any guidance with this would be much appreciated.
Pete10141748 Posted September 29, 2008 Posted September 29, 2008 Our staff get their acounts at home by way of local account caching and offline files omn their laptop. Pupils don't get access outside of school. Both pupils and staff have access to our VLP for their own personal files (if they've uploaded them in the first place) Our ISP doesn't allow outside access to our network apparantly (tried various methods of Remote Access, all unsuccessfully).
Friez Posted September 29, 2008 Posted September 29, 2008 At our school I wrote my own piece of PHP software to sit on the webserver to dish up files to people from home. Essentially, to use our site they must login (hooked into LDAP) and from there the webserver hooks up to our file server to dish up files they requested / upload files to their home drive. Definitely not supplying the source code for that one though
plexer Posted September 29, 2008 Posted September 29, 2008 Definitely not supplying the source code for that one though Why not? would giving santised source code away allow people to bypass your current setup? Ben
BaccyNet Posted September 29, 2008 Posted September 29, 2008 We are currently in the process (started in March on this one) of introducing Citrix Secure Gateway for use by staff/students. That way they not only get their files but can also use school software. Still waiting for the external access though:rolleyes:
HMCTech Posted September 30, 2008 Posted September 30, 2008 We use two seperate terminal servers, only staff account's can log into one, and only student accounts into the other. Seems to work quite well.
steve_nfi Posted September 30, 2008 Author Posted September 30, 2008 We use SSL Explorer here. Brilliant. Is it easy to set up? Do you allow staff and students to connect from home using this? What about security?
Geoff Posted September 30, 2008 Posted September 30, 2008 We are currently in the process (started in March on this one) of introducing Citrix Secure Gateway for use by staff/students. That way they not only get their files but can also use school software. Still waiting for the external access though:rolleyes: How are you dealing with licensing issues? For example, I know that some of our 'site licensed' software stipulates that it's only valid for one geographical location...
Sylv3r Posted September 30, 2008 Posted September 30, 2008 We are using the MyDocuments webpart from Salamandersoft via our sharepoint installation for staff / students accessing their documents from home. I am looking at rolling out a terminal server with limited applications for our staff in the not too distant future also.
Richie Posted September 30, 2008 Posted September 30, 2008 Here at our school, all staff and students have access to the same mapped drives they get in school. Similar to Friez, I wrote an ASP.NET interface that runs off the back of our mail server. This is setup already with IIS and Outlook Web Access and is externally visible (obviously). The ASP stuff is deigned to run using impersonation so when a user logs in, the scripts can only access the files that the file server says that user should have access to so security is the same as if they were on site. The pages they see are similar to windows explorer but only allows users to upload and download files, they cannot delete anything nor create or move directories. This was decided on for security but can be pretty limiting. Most of the script that decides what drives people see is coded pretty specifically to our network but I am currently re-writing so mapped drives are determined by HomeDirectory property in AD as well as Group Policies (since this is how they are determined on site), this way any changes to GPOs or user properties are automatically pulled through. Anyone who wants the code for what we have in place is welcome to it, and the new interface when I have finished it. (Should be a couple of months away)
tom_newton Posted September 30, 2008 Posted September 30, 2008 SSL explorer has always been pretty good. Met the lads behind it at infosec a few years back, and you'd go a long way to meet folk as sound Other options: openvpn (also available in your smoothwall firewall complete with AD integration - but doable roll-yer-own as well)
FN-GM Posted September 30, 2008 Posted September 30, 2008 Between the two schools i work at many methods of remote access have been used. Including web based VPN. The best ones we found was terminal server and VPN for staff who have laptops.
CyberNerd Posted September 30, 2008 Posted September 30, 2008 there is also a moodle plugin for accessing homeDirectories via the web Moodle: Modules and plugins http://moodle.org/file.php/1/moddata/data/13/48/991/winshareweb_block.jpg
FN-GM Posted September 30, 2008 Posted September 30, 2008 there is also a moodle plugin for accessing homeDirectories via the web Moodle: Modules and plugins http://moodle.org/file.php/1/moddata/data/13/48/991/winshareweb_block.jpg Does your webserver live in a DMZ?
Simcfc73 Posted September 30, 2008 Posted September 30, 2008 This is something I have been asked to look into, on the back burner due to our limited bandwidth and tight budgets. What sort of speeds do you guys use for your access? We have boarders using the interent on an evening and it can be painful RDPing into school so I reckon I would need a seperate line, maybe an ISDN line which we did have while ago. I fancied some sort of Terminal services logon for staff and secure access for kiddies.
FN-GM Posted September 30, 2008 Posted September 30, 2008 Terminal servers are great and they dont take much bandwidth.
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