Created
May 22, 2017 02:32
-
-
Save pkutzner/eea2533f43f02138c7d114f16f66d315 to your computer and use it in GitHub Desktop.
Command to trace nic in Virtualbox
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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