Created
June 20, 2012 04:12
-
-
Save stephensprinkle-zz/2958094 to your computer and use it in GitHub Desktop.
VirtualBox Headless Issues with imported VMs that previously used bridged adapters
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 showvminfo <vmname> | |
vboxmanage modifyvm <vmname> --nic1 bridged --bridgeadapter1 <interface> | |
bam | |
vboxmanage startvm <vmname> --type headless | |
or | |
vboxheadless --startvm <vmname> *for rdp interface |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment