Started with released VM image, works fine with NAT (other than the SQL Developer port forwarding issue). I want to change the options for the VM and instead of NAT, use a Bridged network adapter and assign a fixed address on the same network. Which means I can communicate between two VMs or the host and the VM as another peer on the local network. When it starts up, I get
Failed to open/create the internal network 'HostInterfaceNetworking-Realtek PCIe 2.5GbE Family Controller' (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Failed to attach the network LUN (VERR_SUPDRV_COMPONENT_NOT_FOUND).
Result Code:
E_FAIL (0X80004005)
Component:
ConsoleWrap
Interface:
IConsole {6ac83d89-6ee7-4e33-8ae6-b257b2e81be8}
Same error if I leave NAT for Adapter 1 and try to use Bridged for Adapter 2.
Network configuration for the bridged adapter looks like this:

Thanks.