The Computer Oracle

How do I remove a VirtualBox host only network adapter

--------------------------------------------------
Become or hire the top 3% of the developers on Toptal https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Hypnotic Orient Looping

--

Chapters
00:00 Question
00:55 Accepted answer (Score 30)
01:17 Answer 2 (Score 37)
01:39 Thank you

--

Full question
https://superuser.com/questions/854369/h...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#macos #networking #virtualbox #osxyosemite

#avk47



ANSWER 1

Score 38


Looks like the VBoxManage command line tool is how to do it. Couldn't find a way to do it from the GUI, but this seems to work:

VBoxManage hostonlyif remove vboxnet4

(replace the '4' accordingly, of course)




ACCEPTED ANSWER

Score 30


Open Virtualbox, click File -> Preferences -> Network -> Host-only Network, remove Vboxnet#

screenshot