monitor for dhcp offers on network
sudo ifconfig ethX promisc
tshark -i ethX -n port 68 -R 'bootp.type == 2'
Thanks to http://blog.siufatfat.net/2013/08/25/locating-rogue-dhcp-on-linux/
sudo ifconfig ethX promisc
tshark -i ethX -n port 68 -R 'bootp.type == 2'
Thanks to http://blog.siufatfat.net/2013/08/25/locating-rogue-dhcp-on-linux/