VMware Communities
MichaelSander
Contributor
Contributor
Jump to solution

Bridged network missing adapter

I'm running an Ubuntu 22.04 guest VM on a Windows 11 Pro PC host using Workstation Pro 17.5.1. The PC accesses the internet with Wifi and I use the wired Ethernet to connect to a Linux embedded devkit.

I have been switching between NAT which allows the VM to access the internet and bridged to connect wired Ethernet from the VM to the embedded dev kit. And it was working until recently. My notes when I got the wired connection working say that I used edit->virtual network editor and assigned VMnet0 as bridged to Realtek #2, the name of the wired network adapter.

But now when I try assign an adapter to the bridged network, these are my options

Network-Editor.png

Note that "Realtek PCIe GbE Family Controller #2" is not on that list. I also don't remember those "Microsoft Wifi Direct Virtual Adapter" entries being there.

However if I try something similar with Virtualbox, I can see Realtek #2

VirtualBox.png

Looking at the Windows network settings in the host, I can see Realtek #2

Settings.png

So at some point I lost the option to bridge to Realtek #2

What I tried:

  • "Restored Defaults" in the virtual network editor
  • tried the "Repair" option of the install for Workstation Pro 15 (that's what I was running when this started)
  • uninstalled Workstation Pro 15 and reinstalled it
  • upgraded to Workstation Pro 17

I've attached a file showing the Windows Settings->Network->Advanced->Hardware and connection properties, which shows all the available network interfaces including Realtek #2.

Any ideas much appreciated

0 Kudos
1 Solution

Accepted Solutions
RDPetruska
Leadership
Leadership
Jump to solution

You need to go into the network properties of that Realtek adapter - make sure that the VMware Bridge Protocol is listed in the available clients, and if so, check the box to enable it.  If it is not listed, then install it (the inf file is in the Workstation folder).

View solution in original post

3 Replies
RDPetruska
Leadership
Leadership
Jump to solution

You need to go into the network properties of that Realtek adapter - make sure that the VMware Bridge Protocol is listed in the available clients, and if so, check the box to enable it.  If it is not listed, then install it (the inf file is in the Workstation folder).

MichaelSander
Contributor
Contributor
Jump to solution

Thanks to RDPetruska! That wasn't the exact solution but it got me to the right place. VMware Bridge Protocol was listed in the available clients and checked. But so was a service from a notorious program called TwinCAT that was supposed to be uninstalled. Uninstalling that client and rebooting fixed the problem.

0 Kudos
MichaelSander
Contributor
Contributor
Jump to solution

BTW, in Windows 11 Pro, the list of clients for an adapter is found at

settings->network->advanced network settings-><some adapter>-> more adapter options (edit)

0 Kudos