theres a rouge dhcp server running on our network and we need to disable it as it blocks our internal network functioning properly, any suggestions on how i can find out who is running it, or at least find the external ip it has set
layer 2 network, we're talking over 2000 servers
layer 2 network, we're talking over 2000 servers
find affected machine...
'ipconfig /all' tells you the ip address of the dhcp server...
go to a machine on the same subnet as the ip address, ping it, then 'arp -a' shows you the mac address of it...
get onto your switch, display the arp cache (rtfm) and trace the mac address to the port it is connected to. if it is on an uplink port then follow it along displaying the the arp cache of the switches you pass through as you go. once you find it, disable the port...
then, trace the cable from the switch port to the patch panel...
find the other end at the wall socket, then kick the crap out of the person who installed it...
edit: someone mentioned wifi - if you have some wifi then a) blacklist the mac address on the ap/controller and then b) revise your wifi security quick smart!