On Fri, Oct 3, 2014 at 5:38 PM, Jamie Jackson <[email protected]> wrote:

> I'd like to know how to get rid of all of my VirtualBox virtual adaptors
> so they'd get re-built clean, but I'm not sure how to do that.


jamie.

Open Virtualbox gui -> preference ->network

check nat and host-only

By command line is always inside VBoxManage

BoxManage list [--long|-l] vms|runningvms|ostypes|hostdvds|hostfloppies|


intnets|bridgedifs|hostonlyifs|natnets|dhcpservers|


hostinfo|hostcpuids|hddbackends|hdds|dvds|floppies|

                            usbhost|usbfilters|systemproperties|extpacks|

                            groups|webcams


mini:~ alvarom$ VBoxManage list intnets

Name:        intnet

mini:~ alvarom$ VBoxManage list hostonlyifs

Name:            vboxnet0

GUID:            786f6276-656e-4074-8000-0a0027000000

DHCP:            Disabled

IPAddress:       192.168.10.1

NetworkMask:     255.255.255.0

IPV6Address:

IPV6NetworkMaskPrefixLength: 0

HardwareAddress: 0a:00:27:00:00:00

MediumType:      Ethernet

Status:          Down

VBoxNetworkName: HostInterfaceNetworking-vboxnet0


mini:~ alvarom$


Then, other command would allow you delete.. gui is easier for 1 shot task.

delete all of them, and on vagrant up they should be recreated

bear in mind you question was for virtualbox, and OP was asking for vmware

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to