Setting up bridged networking

In bridged networking, a virtual machine is connected to a network using the network adapter on the host system. This networking configuration is often the easiest way to give your virtual machine access to the network. A bridged network (VMnet0) is set up for you when you install Player.

In the figure below you can see an example bridged networking configuration:

Bridged networking works with both wired and wireless host network adapters. A virtual machine is an unique identity on the network, unrelated to the host system. It has its own IP address and can communicate with other computer on the network, as if it is a physical computer on the network. Usually, the guest operating system acquires an IP address and other network parameters from the DHCP server on the network, but you can also set the IP address and other network parameters manually in the guest operating system.

Configure bridged networking for an existing virtual machine
Here is how you can configure bridged networking for an existing virtual machine:

1. Select the virtual machine from the library and go to Player > Manage > Virtual Machine Settings.

2. On the Hardware tab, select the network adapter you would like to modify. Under Network connection, select Bridged: Connected directly to the physical network:

If you use the virtual machine on a laptop, check the Replicate physical network connection state checkbox. This option causes the IP address to be renewed when you move from one wired or wireless network to another.

3. Click OK to save the changes.

I’ve modified the network adapter I’ve created in the previous lesson. The DHCP server in my local network is a router with the IP address of 192.168.5.1, which also serves as the default gateway. Since bridged networking means that a VM is an unique identity on the network, my VM will get its IP address and other network parameters from the DHCP server on my router:

This is the DHCP table on my router, with tuna-pc being the host OS and Windows8-1VM being the guest operating system running in the VM:

Other hosts on the network will see the VM as a unique entity on the network. The logical view of my bridged network looks like this:

Geek University 2022