ESXi 6.5 enable Realtek NICs

esxi-6-5-enable-realtek-nics-01

During the installation of VMware ESXi 6.5 host, some NICs such as Realtek, are not enabled in the system due to missing drivers. To enable the installed Realtek NICs we need to inject the drivers to the ESXi 6.5 host.

To check if all installed NICs have been enabled, from the VMware Host Client select Networking and navigate to Physical NICs tab. In the example, the Realtek NIC installed in the host is not listed.

esxi-6-5-enable-realtek-nics-02

 

Enable Realtek NICs

To enable Realtek NIC in the hypervisor, you need to SSH the ESXi and install the missing drivers. In Navigator view, right click Manage and select Host > Enable Secure Shell (SSH) option to enable SSH in the host.

esxi-6-5-enable-realtek-nics-03

SSH the host using a client like PuTTY and enter the root credentials.

esxi-6-5-enable-realtek-nics-04

Run the following command to get a list of installed NICs:
# lspci -v | grep -A1 -i ethernet

esxi-6-5-enable-realtek-nics-05

The Realtek NIC is detected.

The V-Front Online Depot has a package named net51-drivers that includes the original VMware net-r8168, net-r8169, net-sky2 and net-s2io drivers. Before installing these drivers from the V-Front Online Depot, you must allow ESXi to use Community Supported VIBs.

Run the following command to change the host acceptance level:
# esxcli software acceptance set --level=CommunitySupported

esxi-6-5-enable-realtek-nics-06
Install the driver for the Realtek NICs:
# esxcli software vib install -n net51-drivers -d https://vibsdepot.v-front.de

esxi-6-5-enable-realtek-nics-07
When the installation has completed, reboot the host.
# reboot

esxi-6-5-enable-realtek-nics-08

When the host has booted, from the VMware Host Client select Networking and navigate to Physical NICs tab. The Realtek NIC is now displayed in the table.

esxi-6-5-enable-realtek-nics-09

Your ESXi host is now able to take benefit of the installed Realtek NICs.

signature

9 Comments

  1. Bill Bill 23/05/2018
  2. Fred Von 17/09/2018
  3. Daniel Henry 28/11/2018
  4. ilhan 10/04/2019
  5. julian 15/04/2019
  6. Alxdraco 28/05/2019
  7. peter 06/07/2019
  8. Blackraz0r 11/08/2019