Skip to content

Instantly share code, notes, and snippets.

@pkutzner
Created May 22, 2017 02:32
Show Gist options
  • Save pkutzner/eea2533f43f02138c7d114f16f66d315 to your computer and use it in GitHub Desktop.
Save pkutzner/eea2533f43f02138c7d114f16f66d315 to your computer and use it in GitHub Desktop.
Command to trace nic in Virtualbox
vboxmanage modifyvm "[VM NAME]" --nictrace# on --nictracefile# /path/to/file.pcap
Where '#' is the interface number you want to capture.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment