This is a quick note for anyone who is looking for a cheap gigabit Ethernet PCI-E card for their ESXi 6.5 system: the TP-Link TG-3468 works well, and is only about $12. It’s not supported natively, however, so you have to do the following:
- Shutdown your ESXi system and install the card
- Reboot the system
- Login and enable SSH and the ESXCLI interfaces
- Upload the net55-r8168-8.039.01-napi.x86_64.vib file (direct download link, right-click and “Save as…”) somewhere on the system (I just placed mine in one of my datastores)
- Login via SSH as an administrator to the ESXi system
- Allow community supported vSphere Installation Bundles (VIB):
esxcli software acceptance set –level=CommunitySupported
- Install the new VIB:
esxcli software vib install -v /full/path/to/net55-r8168-8.039.01-napi.x86_64.vib
NOTE: You must use the full path. Even relative paths won’t work for some reason
- Reboot your system
- Done