Skip to content

Instantly share code, notes, and snippets.

@crawc
Forked from mattm7n/gist:1405067
Created May 17, 2018 13:45
Show Gist options
  • Select an option

  • Save crawc/c78616db322541f13370008cb3b6c01e to your computer and use it in GitHub Desktop.

Select an option

Save crawc/c78616db322541f13370008cb3b6c01e 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