Setup A Bridge For VirtualBox

Read full article | 6 Comments

First You just need to load the “vboxnetflt” modules if it isn’t loaded yet, and adjust the networking type in the VirtualBox Guest Network Settings to Attach to “Host Interface”. sudo modprobe vboxnetflt And then install bridge-utils to be able to create network bridges: sudo apt-get install bridge-utils Before you begin, back up the current [...]