Last active
March 5, 2020 10:35
-
-
Save caiogallo/2b4ed2d7b6584d278f9a44e2452d3d6d to your computer and use it in GitHub Desktop.
Oracle VirtualBox Commands
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
# list nat networks | |
VBoxManage list natnets | |
# remove nat network | |
VBoxManage natnetworks remove --netname <network-name> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment