See also [here]
Bridged Adapter
This mode is used for connecting the virtual network adapter of a VM to a physical network to which a physical network adapter of the VirtualBox host machine is connected. A VM virtual network adapter uses the host network interface for a network connection. Put simply, network packets are sent and received directly from/to the virtual network adapter without additional routing. A special net filter driver is used by VirtualBox for a bridged network mode in order to filter data from the physical network adapter of the host.
This network mode can be used to run servers on VMs that must be
fully accessible from a physical local area network. When using the bridged
network mode in VirtualBox, you can access a host machine, hosts of the
physical network and external networks, including internet from a VM.
The VM can be accessed from the host machine and from other hosts (and
VMs) connected to the physical network.
In VirtualBox, the IP address of a VM virtual network adapter can belong
to the same network as the IP address of the physical network adapter
of the host machine when the bridged mode is used. If there is a
DHCP server in your physical network, the virtual network adapter of
the VM will obtain the IP address automatically in the bridged
mode (if obtaining an IP address automatically is set in the network
interface settings in a guest OS). Thus, the default gateway for a
virtual network adapter operating in the bridged mode is the same as for
your host machine.
No comments:
Post a Comment
Note: only a member of this blog may post a comment.