Not able to access internet on guest OS VMware Fusion 11 with mac OS 12 Monterey. The network adapter used is "share with my mac" same works for mac OS 11 but not working on 12. Is shows self-assigned IP.
Any work around?
In this release, if we don’t use the NIC type ‘vmxnet3’, we will have issues getting an IP Address in the VM. Locate the below (search “virtualDev” or “e1000e”) in your VM's VMX file (option+right click on your VM, select "Open config file in editor".
ethernet0.virtualDev = "e1000e"
Replace “e1000e” with “vmxnet3”.
ethernet0.virtualDev = "vmxnet3"
Once that's done, restart the VM. If this doesn't work, rebuild your VM with this option set from the start.
I have a blog on this topic which should get you going. https://blog.eucse.com/how-to-run-macos-monterey-12-beta-in-vmware-fusion/