Skip to content

Instantly share code, notes, and snippets.

@caiogallo
Last active March 5, 2020 10:35
Show Gist options
  • Save caiogallo/2b4ed2d7b6584d278f9a44e2452d3d6d to your computer and use it in GitHub Desktop.
Save caiogallo/2b4ed2d7b6584d278f9a44e2452d3d6d to your computer and use it in GitHub Desktop.
Oracle VirtualBox Commands
# 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