VMware Cloud Community
finsfree
Enthusiast
Enthusiast
Jump to solution

ESXI not seeing all network cards

I am in a lab environment and I ran into my first issue.

I'm running ESXi host inside of VMware Workstation. Yes, a hypervisor inside of a hypervisor. I have created 10 network interface cards for this one particular VM (ESXi).

When I boot up the ESXi host inside of VMware Workstation, I only see 1 NIC.

Why I'm I only seeing one network card?

esxi.jpg

esxi2.jpg

0 Kudos
1 Solution

Accepted Solutions
GeoffN
Enthusiast
Enthusiast
Jump to solution

Shutdown the ESXi host and took a look at the vmx configuration file. The NIC that is working will have an extra line of configuration:

ethernet0.virtualDev = “e1000”

Add ethernetX.virtualDev = “e1000” for each of the other ethernet adapters and restart

Thant should fix it

View solution in original post

0 Kudos
3 Replies
finsfree
Enthusiast
Enthusiast
Jump to solution

Sorry I was showing the wrong VM settings. Here you go.

Image 4.jpg

0 Kudos
GeoffN
Enthusiast
Enthusiast
Jump to solution

Shutdown the ESXi host and took a look at the vmx configuration file. The NIC that is working will have an extra line of configuration:

ethernet0.virtualDev = “e1000”

Add ethernetX.virtualDev = “e1000” for each of the other ethernet adapters and restart

Thant should fix it

0 Kudos
finsfree
Enthusiast
Enthusiast
Jump to solution

You're the man!!!

Thank you sir!!Smiley Happy

0 Kudos