Hello!
I just got myself a Macbook (M2 Pro) and wanted to set up a small network in GNS3. On Windows I always use VirtualBox for my VMs. But the developer preview for ARM does not work for me on Mac. So I went with VMware Fusion. I set up one Ubuntu 22.04.2 live server VM and one Ubuntu 22.04.2 desktop VM. I added them in GNS3, allowed to override non custom VMware adapters and connected them directly. Now when I start them, they boot but the ethernet interfaces don't show up (on both VMs). Am I missing something? I already tried to set them on the same vnet, that also the reason why I went with version 2.2.39, because 2.2.41 didn't let me change the amount of vnets. Thank you in advance.
WMware Fusion 13 Player
GNS3 Version: GNS3 v2.2.39
Operating System: MacOS Ventura 13.5
I noticed in your screen shot that it was specifying e1000 NICs. Fusion on Apple Silicon does not implement e1000 virtual NICs. It's either e1000e or vmxnet3 - the default is e1000e.
GNS requires an Intel processor and the VM will not work on your Apple silicon-based Mac.
I noticed in your screen shot that it was specifying e1000 NICs. Fusion on Apple Silicon does not implement e1000 virtual NICs. It's either e1000e or vmxnet3 - the default is e1000e.
That was it. Thank you so much!
