Bridged adapter
The bridged adapter mode allows a guest VM to access the network via the physical interface of the host machine.
The following are the features of the Bridged Adapter settings:
Allow connection to the host machine (simply another host on the same LAN)
Allows connection to the guest machine from the host (same as with option 1 — simply another host on the LAN)
Allows connections to the machines on the same LAN as the host machine
Allows internet access
In this way, the guest VM is able to communicate with the host machine itself, the addresses in the LAN of the host machine and also the internet.
Demonstration
Setting up on VirtualBox
Network communication example
The host machine itself
Addresses on the LAN of the host machine
External networks such as the internet
Example
Assume there is a need to run a LAN-based attack simulation with two computers on the same physical LAN. Suppose the attacker machine OS is running on a VirtualBox instance on a host machine, along with another target machine running on bare-metal (not on any VM). With the default NAT networking mode, the attacker machine OS would not be able to communicate/send network traffic to the target machine.
With the bridged adapter mode enabled on the VM, the attacker machine would be able to retrieve an IP address that is on the same LAN subnet as the target machine, and be able to send network traffic as if its directly connected to the same physical LAN.
Last updated