Windows Thread, Block Student Laptops in Technical; OK.
Some bright student has found out the IP address of our proxy server (internal).
We're not happy with them ...
-
2nd March 2009, 07:47 PM #1
- Rep Power
- 14
Block Student Laptops
OK.
Some bright student has found out the IP address of our proxy server (internal).
We're not happy with them using the internet on weekends and evenings via their laptops.
I can secure the Wifi points so they can't connect via them. Is there a way to block them having access when plugged in? Can find out the MAC address if need be.
Many thanks.
PS - Not using ISA
-
-
IDG Tech News
-
2nd March 2009, 07:54 PM #2 The MAC address would be the only way to definatly block them and lock the Wireless.
Only way they can get on again is by using another laptop.
-
-
2nd March 2009, 07:58 PM #3
- Rep Power
- 14
How can your block with MAC Address?
-
-
2nd March 2009, 07:58 PM #4 Im lost here, why does it matter if they have your proxy server IP? Surely a WIFI key would sure the problem of them getting an internet connection.
-
-
2nd March 2009, 08:00 PM #5
- Rep Power
- 14
Yeah but some decide to plug in too with patch cable !!
Looking for a FREE way if possible to block both
-
-
2nd March 2009, 08:02 PM #6 Is it a boarding school? Are you using ISA?
-
-
2nd March 2009, 08:07 PM #7
- Rep Power
- 14
Yes its a boarding school and no we're not using ISA.
We're using Avantis ContentCache
-
-
2nd March 2009, 08:08 PM #8 
Originally Posted by
rad
The MAC address would be the only way to definitely block them and lock the Wireless.
Only way they can get on again is by using another laptop.
Or they could just sniff the traffic using wireshark, find a MAC address which does work and set their MAC address to match. Quite a few network card drivers allow you to specify the MAC address you want to use (eg my laptop has a Broadcom and there's a simple option in Windows to just enter an address)
A few things I can think of; 802.1x authentication on your switches could block access (it might take time to set up but if you already have a Radius server it's probably not too hard). If you can specify times on the proxy server when certain users are allowed then that might be an easy way (ISA does this which doesn't help; pretty sure you can do it with Squid)
-
-
2nd March 2009, 08:14 PM #9 What content filter do you have?
You could find the mac of the laptop and give it a dummy address in DHCP.
-
-
2nd March 2009, 08:15 PM #10
- Rep Power
- 14
Another thread on here says that you can block the MAC address in dhcp so PC Doesn't pick up an IP?
Content Filter provided by ISP and a bit via the ContentCache.
-
-
2nd March 2009, 08:21 PM #11 It's difficult as there's no 'real' way to stop this. DHCP was designed to seek and allocate an IP to any device it finds. In saying that, you could schedule DHCP server to stop and then restart an hour before you get into work 
Code:
@echo off
net stop "DHCP Server"
Exit
Code:
@echo off
net start "DHCP Server"
Exit
This wouldn't stop them entering a static IP however. You could also put a Power Timer on all switches so they power off, apart from your core switch with your servers and admin workstations. This would definitely sort them out
-
-
2nd March 2009, 08:25 PM #12 Even better setup something on your proxy to power it down and up again. A script to disable the NIC and start it again.
If you had ISA you could configure it so only machines in AD and use the internet.
-
-
2nd March 2009, 08:35 PM #13
- Rep Power
- 7
What about blocking your proxy server internet access in your firewall outside school hours.
This would block everyone's internet so it's prob not the solution your after!
-
-
2nd March 2009, 09:04 PM #14 1. Get a proxy/filter which has AD authentication
2. Set a rule banning 'net access for students and the terminally unauthenticated after 10pm or what have you
3. job done
-
-
2nd March 2009, 09:26 PM #15 If you want to be horrible then you could have DHCP running but all clients are assigned a reserved IP based on MAC address, the remainder of the scope passes it to a different gateway ... one that goes nowhere.
They get an address and gateway but it buggers them up for a bit ... just a bit of an inconvenience but every bit that is another layer of annoyance is fun.
As mentioned previously, AD assigned authentication internally would work on a filter (AD authentication of client on teh domain as well as the user)
-
SHARE:
Similar Threads
-
By meastaugh1 in forum How do you do....it?
Replies: 9
Last Post: 2nd February 2008, 03:39 PM
-
By byron67 in forum Educational Software
Replies: 5
Last Post: 15th January 2008, 10:29 AM
-
By tosca925 in forum General Chat
Replies: 1
Last Post: 24th July 2007, 08:10 PM
-
By e_g_r in forum School ICT Policies
Replies: 5
Last Post: 13th June 2007, 08:56 AM
-
By Ben_Stanton in forum How do you do....it?
Replies: 8
Last Post: 3rd May 2007, 09:36 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules