Skip to content

Instantly share code, notes, and snippets.

@fberndl
Forked from mattm7n/gist:1405067
Created September 20, 2018 11:11
Show Gist options
  • Save fberndl/54e5b2dd59a00aea855ba08316e04979 to your computer and use it in GitHub Desktop.
Save fberndl/54e5b2dd59a00aea855ba08316e04979 to your computer and use it in GitHub Desktop.
Monitor DHCP traffic with tcpdump
# Monitoring on interface eth0
tcpdump -i eth0 -n port 67 and port 68
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment