Possible to detect if a certain machine connects to the network ?

Soldato
Joined
18 Oct 2002
Posts
10,080
Location
At home
Hi,

Just wondering if there is a way to detect if a certain laptop connects to our laptop. Reason being, we have given a laptop to one of our users with admin rights so she can install applications.

However we don't ever want this laptop connect to our network again, as it will just be for her to use standalone and to connect to other client networks.

Thanks,
 
Quick and dirty way.....

Setup a DHCP reservation and find some free monitoring software to monitor the IP or
Setup a DHCP reservation and setup a small VB script on the machine to run at startup to check if it's got that IP address and send an alert somewhere - maybe enable the messenger service on a machine and NET SEND a message?
 
I'd just cobble together a quick bit of perl to get the switches mac table by SNMP and send an email to you if it finds the laptop's mac address...
 
Back
Top Bottom