mgale/DHCPSnoop
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
DHCPSnoop
=======
DHCPSnoop will listen on a network interface for DHCP replies from it's own DHCP requests and any other requests it can see during the runtime.
It will then verify the DHCP response parameters that are returned against the settings in it's configuration file.
This helps out in a dev environment where developers and QA staff will accidently turn on a DHCP server :)
Installation
============
To install:
python setup.py build
sudo python setup.py install