Skip to content

Instantly share code, notes, and snippets.

@epcim
Forked from mattm7n/gist:1405067
Created March 12, 2019 20:33
Show Gist options
  • Save epcim/eac5083ae1ea5e8dc0e862d9dfa28fbd to your computer and use it in GitHub Desktop.
Save epcim/eac5083ae1ea5e8dc0e862d9dfa28fbd 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