Wireless Networks Thread, Outside computer on our network in Technical; In our DHCP I am repeatedly seeing an unknown computer picking up an ip address from the dhcp. I think ...
-
15th February 2008, 04:20 PM #1 Outside computer on our network
In our DHCP I am repeatedly seeing an unknown computer picking up an ip address from the dhcp. I think either one of the staff or students are plugging into an ethernet point. How can track this machine down please?
We have 3com superstack switches, Windows Server 2003 R2 DHCP server.
Thanks
-
-
IDG Tech News
-
15th February 2008, 04:24 PM #2 See if you can block MAC addresses on your switches - always upsets them
-
Thanks to Diello from:
FN-GM (15th February 2008)
-
15th February 2008, 04:25 PM #3 How would I go about it? Ii am not sure what switch they are using.
-
-
15th February 2008, 04:31 PM #4 Block it on your backbone switches - stops them getting an IP address, DNS, Internet...
-
-
15th February 2008, 04:32 PM #5 
Originally Posted by
FN-Greatermanchester
How would I go about it? Ii am not sure what switch they are using.
What I'd do is set a reservation for their mac address which provides an unusable IP address.
-
Thanks to localzuk from:
FN-GM (15th February 2008)
-
15th February 2008, 04:35 PM #6
-
-
18th February 2008, 07:10 PM #7 If you have 3com network supervisor installed and you can run a scan while the machine is connected, you will be able to see which switch it's connected to and walk over to them. Also, you can take the MAC address from the DHCP list and pop it into this:
http://coffer.com/mac_find/
to give you a clue about the manufacturer of the laptop (although sometimes it will be the NIC manufacturer). I have a script which emails me when new DHCP leases are granted, so on the rare occasions when this has happened I've had a fighting chance of catching the perp.
-
-
18th February 2008, 07:19 PM #8 Can you send the script please? If you dont mind of course.
Also is that software free?
Thanks alot
-
-
19th February 2008, 10:37 AM #9 Here's an idea:
Unplug all your spare Ethernet points from the switches, so the only live ports already have PCs/printers on them. That will force the culprit to have to unplug something in order to get a working connection - that may act as sufficient deterrent in itself, but if it doesn't, just start pinging all your PCs when next you see the rogue one on the network (with a batch script of course!); whichever one doesn't respond is the one which has been unplugged, so go to that room and find out who has plugged their own laptop in (then batter them with the laptop until they agree to stop doing it!).
-
-
19th February 2008, 11:08 AM #10 
Originally Posted by
NickJones
Here's an idea:
Unplug all your spare Ethernet points from the switches, so the only live ports already have PCs/printers on them. That will force the culprit to have to unplug something in order to get a working connection - that may act as sufficient deterrent in itself, but if it doesn't, just start pinging all your PCs when next you see the rogue one on the network (with a batch script of course!); whichever one doesn't respond is the one which has been unplugged, so go to that room and find out who has plugged their own laptop in (then batter them with the laptop until they agree to stop doing it!).
Do your managed switches support Port Locking & Device Security? Essentially you put each port on the switch in 'Learn' mode which when a device connects locks that particular MAC address to that port and then disable (or at least physically disconnect/unpatch) any un-used ports. Any device then that tries to associate with the switch will disable that particular port. You should be able to monitor which ports are disabled so you can see where these 'security breaches' are coming from.
HTH
Pete
-
-
19th February 2008, 05:22 PM #11 
Originally Posted by
FN-Greatermanchester
Can you send the script please? If you dont mind of course.
Also is that software free?
Thanks alot
The 3Com Network Supervisor is free, although they do have a pay-for version (never seen that running). The web page for it implies it's not free, but I think you can have it free with any qualifying switch. Linky: 3NS
The DHCP script is based on one by Chris Pratt, from here:
http://www.petri.co.il/forums/showthread.php?t=4850
(mine was the version 2.0 script) It said not to edit it, but I did a fair bit (erk, sorry) so I'm not sure about redistributing it! I used blat.exe to make it send emails. This is the batch file (dhcpcheck.bat) that runs every 10 mins on one of the DHCP servers:
Code:
cd /d c:\scripts
cscript //nologo dhcpchecker-DC1.vbs > %1
cscript //nologo dhcpchecker-DC2.vbs >> %1
REM This checks if DHCPCheckOutput.txt has anything in it to send:
if %~z1 GTR 0 blat %1 -to alertrecipient@yourschool.com -subject "DHCP Alert (New Lease)" -server yoursmtpserver -f alertsender@yourschool.com
It's run with the command:
C:\Scripts\dhcpcheck.bat DHCPCheckOutput.txt
For simplicity at the time I just made two vbs files, dhcpchecker-DC1.vbs and dhcpchecker-DC2.vbs, which poll the logs on different DHCP servers. You will probably want to change all the bits in blue.
Hope some of that makes sense!
-
-
19th February 2008, 08:24 PM #12 If you want to go any futher than detection, you need to look at using an NAC solution. I'm using PacketFence for this purpose.
http://www.packetfence.org/
If you search the forums there are a fair few threads on it.
-
-
19th February 2008, 08:29 PM #13 Thanks for the comments guys!
So does PacketFence only allowed re-approved devices on a network?
Thanks
-
-
19th February 2008, 08:38 PM #14 If you want it to. It's very flexible depending on what you want to achieve.
-
-
19th February 2008, 08:54 PM #15 I can find a page that lists the features on the product.
Is it a DHCP Server? Will it allow traffic from other domains on the network? How does it decide what is good and bad traffic?
Thanks
Last edited by FN-GM; 19th February 2008 at 09:07 PM.
-
SHARE: 
Similar Threads
-
Replies: 13
Last Post: 30th June 2009, 04:23 PM
-
Replies: 2
Last Post: 15th February 2008, 04:22 PM
-
By broc in forum Network and Classroom Management
Replies: 7
Last Post: 10th July 2007, 11:54 AM
-
By dezt in forum How do you do....it?
Replies: 7
Last Post: 5th July 2006, 11:43 AM
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