Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save deangiberson/1ee1430c706de07c62caac847644c7b9 to your computer and use it in GitHub Desktop.
Save deangiberson/1ee1430c706de07c62caac847644c7b9 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