VMware Communities
fabianriml
Contributor
Contributor
Jump to solution

VM network interfaces not showing up (VMware Fusion and GNS3)

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

Reply
0 Kudos
1 Solution

Accepted Solutions
Technogeezer
Immortal
Immortal
Jump to solution

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.

 

- Paul (Technogeezer)
Editor of the Unofficial Fusion Companion Guides

View solution in original post

4 Replies
RDPetruska
Leadership
Leadership
Jump to solution

GNS requires an Intel processor and the VM will not work on your Apple silicon-based Mac.

Technogeezer
Immortal
Immortal
Jump to solution

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.

 

- Paul (Technogeezer)
Editor of the Unofficial Fusion Companion Guides
CallistoJag
Hot Shot
Hot Shot
Jump to solution

I do not have a Mac setup for GNS VMs, however basically, this is how you do it:
On the "host" computer, edit the settings for the GNS3 VM
Change the network adapter to "Bridged", and apply
Close the VM settings
Start the VM
Once the VM has finished booting, there should be a blue screen visible
*Make note of the IP address
**Make note of the port number
From a terminal/command prompt on the "client" computer:
Ping the IP noted in step * to ensure you have network connectivity from client to VM
On the "client" computer, in GNS3 client, go to Help->Setup Wizard
Select the bottom option, "Run appliances on a remote computer and can be shared with multiple users"
Click "Next"
Enter the IP from step * in "Host:"
Enter the port from step ** in "Port:"
Uncheck the "Enable Authentication"
Click "Next:
Click "Finish"
Close the GNS3 client, and restart (Ensure that the GNS3 VM is running on the "host" computer
I hope this helps.
fabianriml
Contributor
Contributor
Jump to solution

That was it. Thank you so much!

Reply
0 Kudos