mantrador Posted October 14, 2012 Posted October 14, 2012 I just discovered Edugeek and I realize web-blocking and turning Internet on/off in rooms is a popular subject. We too are looking for good solutions. (It seems many threads about this are already alive for years here). We have plans on buying TMG. We are experimenting with iTalc. But for my course if have a more specific problem. I teach software development (usually VB.Net) and soon the students are learning about TCP/IP. In theory it will be possible for them to write their own 'chat'-programs using direct IP connections. This is very good for educational purposes and is a fun way to learn but it's not good for tests and exams. Any ideas on how to block/log this? I.e. pupil A (192.168.x.101) sends a UDP/TCP message to pupil B (192.168.x.102) and this should be visible by the teacher (192.168.0.100). Keep in mind that some ports (135, 443, ...) are always open! Perhaps someone can tell me if they have to be to let Active Directory (or other things) function? A single listening port is a show-stopper! I am a programmer so I could roll-my-own but perhaps there is already software out there. I don't know much about NetSupport and the like. I currently see these options: a more complex hardware-switch/router in each (computer)classroom. (but I haven't thought this through) Installing a packet sniffer (library, like PCAP) on every PC and writing custom software to remotely read it out. (but that's a pretty big project!) remotely temporarily adjusting the standard Windows firewall settings. How could this be done? (This could also be very interesting for fine-grained internet-control!) (but think about the no-listening-ports requirement!) Any other ideas?
SYNACK Posted October 14, 2012 Posted October 14, 2012 (edited) Just use AD GPOs to reconfigure the Windows firewall to only allow to/from traffic to servers/printers etc. and block outbound from client IPs. Shouldn't be too hard. EDIT: Here, I knew this had been discussed before: http://www.edugeek.net/forums/internet-related-filtering-firewall/93171-win-7-firewall-rules-lab-exam-environment.html Exam environment configuration with Windows 7 clients in a domain - Blogs - EduGeek.net Edited October 14, 2012 by SYNACK
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