I was upgrading my White boxes this weekend. I had them populated with some Intel NICs (no problem with those) and some Realtek NICs. The unsupported Realtek NIC was not recognized after a clean install, but could be installed with community-supported drivers. Read on if you have the same problem and your Realtek 8169 NIC in ESXi 5.5 not detected.
Update: due to a huge demand for those VIBs I try to put them on my Dropbox and share directly:
VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733
VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733
A fellow blogger Erik Bussink provides 2 VIBs for Realtek cards directly from in his post, where he explains that you can also “slipstream” those drivers directly to the 5.5 iso. If needed, you can use a very popular free tool from Andreas Peetz called ESXi Customizer. It's on my free tools page too -:).
I was trying different things in my lab. Upgrade one of the hosts, and also clean installation the other one, and with no surprise, the Realtek 8169 NIC card wasn't there. I just needed to install the missing driver. The other two Intel NICs were there. The Realtek card is the one which is built in the consumer board I'm using in that Whitebox (It's an old Asus Sabertooth x58 which is part of my lab since the beginning). If you have the same problem, you can download the VIBs and follow the steps for installing.
With those VIB(s) you can easily update the 5.5 installations if your NIC is missing (that was my case). There is a single command to install a VIB. I'm gonna detail the steps as I had many questions on the subject how to do it:
01. Upload the VIB to a datastore which is visible by your ESXi 5.5 host (“drobo01″ in my case)
02. Make sure that you enable SSH and connect via Putty
03. Set the acceptance of the host to “community supported”
esxcli software acceptance set –level=CommunitySupported
04. use this command to install the VIB
esxcli software vib install -v /vmfs/volumes/drobo01/VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733.vib
05. Reboot your host
That's it and the Realtek card shows up…
If you want to list all VIBs already installed on your ESXi host use this command:
esxcli software vib list
If you want to get help with the “vib” command use this:
esxcli software vib –help
And as you can see, you can also remove or update a vib with that command.
VMware did strip down many drivers from the ESXi 5.5 ISO, and additionally, they do not provide the Offline bundle for ESXi 5.5 free version.
VMware provides a full list of hardware which is “deprecated” in the ESXi 5.5. Here is VMware KB listing all unsupported NICs – Devices deprecated and unsupported in ESXi 5.5.
Hopefully, this post helps someone who was in the same situation. A good option is to go for Intel based NICs which in most cases are supported. The best option is to check the VMware HCL before buying a NIC, still.
dmshimself says
I am so glad I read this as I only have Realtek 8168 and 8169’s in my home lab. A big thanks for highlighting this. I’m guessing that if I went along the upgrade route I’d be stuck as I wouldn’t be able to ssh in to add these. I’d like to avoid a full install, but I guess without buying a supported card, I’d have to slipstream those drivers in and do that?
Armin says
Hi. Is there a way to install Realtek VIB without network access? for example mount USB flash in esxi console and install it?
Because it`s possible to install esxi 5.5 on a USB flash with VMware Workstation and boot target machine with this USB flash. It boot fine and there is access to console. Of course a messages shows that there is no network adapter!
( When I install esxi directly on this machine the setup detect no compatible network adapter and force me to restart the machine.)
Of course ESXi-Customizer works fine for me. Just an idea. Thanks.
Remi says
Yes, it is. Once you complete installing ESXi 5.5 on USB with Workstation boot one from that USB as a VM using plpbt.iso. Then add small temp HDD, create datastore, copy VIBs to that datastore and using console execute esxcli commands – that’s it.
dmshimself says
Sounds like a plan!
Chris says
Thanks for the article. I bought two of the new Shuttle Haswell builds and the Realtek 8168 doesn’t show up. I have Intel 4 port NIc’s in there, but it would be nice to have an additional one since I only have a PCIe x1 slot left.
Allan says
I had this same problem and your article guided me onto the right path of resolution.
My firstborn son will thus be named Vladan!
Martin says
A PCIe x1 slot is perfect for an Intel Gigabit CT Desktop NIC, which (still) is supported with 5.5. But anyway I prefer to be able to make use of my two R8168/8169 NICs, so thanks Vladan & Erik!
BTW: adding the drivers to a Kickstart image is even easier than patching the ISO.
Mallick says
Hi,
I am not able to download below vib file. It gives me white page.
http://www.bussink.ch/img/VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
Can someone help ?
Vladan SEGET says
Try to do right click > save as instead…
Mallick says
Thanks. it worked for me.
You made my day.
iNiko says
Hi Vladan and thanks for this guide. I’ve been able to enable a realtek 8111e on a ASrock H77 Pro4/MVP on ESXi 5.5 but no traffic flow..
I’m not able to ping vmk and so on .. any ideas about this ?
Thanks!
Mallick says
Hi all,
I booted with ESXi-5.5 on my lenovo laptop. After initialization it gave me blank screen and laptop hanged.
Any idea ?
Thanks
profileuser says
Hey Mallick,
Did you ever find out why your ESXi 5.5 hanged ? was this due to the drivers or something else ?
I have just installed the realtek 8168 driver has indicated by Vlanda and Erik so far so good on my Lenovo laptop x231, using the Startech dual port of EC2000s NIC. The only issue I’m having right now is researching where where to add static IP address to these new cards?
Other reviewers reckon the driver is not stable, some says it’s ok. I’ll continue to monitor this and see how long it takes.
Other alternatives I’m considering is this method also in the link below, usually comes with rj45 adapter. The only downside is carefully having to cellotape the rj45 adapter to the expresscard slot and passing the cable provided through the opeining of the expresscard housing to the mini pcie slot on the motherboard but should do the job being intel chipset.
http://www.bvm-store.com/ProductDetail.asp?fdProductId=548
M. says
This has worked for me in the past but for some reason I am getting an error this time around.
esxcli software vib install -v /vmfs/volumes/ESXi/VMware_bootbank_ne
t-r8168_8.013.00-3vmw.510.0.0.799733.vib
[InstallationError]
No image profile is found on the host or image profile is empty. An image profile is required to install or remove VIBs. To install an image profile, use the esxcli image profile install command.
Please refer to the log file for more details.
Nico says
Thanks for this. It worked for me doing a fresh 5.5 install which did fail without the provided drivers.
Saved my day.
profileuser says
Apologies, another link for Laptop external PCIe expresscard enclosure is this:
http://www.ebay.co.uk/itm/NetStor-NA221A-NB-PCI-Express-Slot-Expansion-Box-with-Cable-ExpressCard-34-hos-/360786034135?pt=UK_Collectables_HardDriveEnclosures_RL&hash=item540085fdd7
Update on Startech Dual port with driver Realtek 8168 :
This card does work successfully on my laptop x230 with the vib driver installed, the only downsides are the other important features like:
MTU size (Jumbo frames) vSwitch / NIC capped at 4000 as opposed 9000 Startech has this feature up to 9000.
WOL (Wake On Lan) – Startech dual port has this
TCP off loading (on some NIC cards) – Startech does not have this yet on their specifications.
Question:
The Realtek 8168 vib driver seems to have limited capabilities, any chance of getting another vib driver ?
profileuser says
Correction:
laptop x230 – Lenovo x230 laptop x 4.
WOL (Wake On Lan) – Startech dual port has this however the driver 8168 does not make this available, ESXi 5.5 cannot be remotely started.
TCP off loading (on some NIC cards) – Startech does not have this yet on their specifications. driver effect N/A
Future Research:
I’m investigating the mini PCIe Intel dual port card for my lenovo laptops x (4) link here: http://www.bvm-store.com/ProductDetail.asp?fdProductId=548
It’s supplied with rj45 and cables, I just need to see if I could pass the cable carefully through the back of the expresscard housing opening and continue through the expresscard slot to where the rj45 adapters will be, worth a try as they save money compared to startech dual port of £85.
Anyone has any ideas of this mini pcie card on their laptops ?
Mathias says
The link is broken to the vib files. Can you provide new ones ???
Best regards / Matt
Vladan SEGET says
Thanks for the note. The links got updated.
Chintan says
Worked for me. I am glad that I visited this blog. Thanks a bunch.
ranjeeth says
Hi…I tried building esxi 5.5 ,but everytime I used to get network not found error even after customizing the iso. Now I am able to install ESXi 5.1 ,but after every 2 mins host fails to ping management network . Need to reboot again and network goes offline
Jasbir says
ranjeeth
Did you get the solution of your problem? I have the same problem.
Nick says
Hi ,everyone! who can help me?
Updated links:
VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733
VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733
I am can not download it.
Nick says
ESXi 5.5 cannot be remotely ping,and ESXi 5.5 cannot ping other pc.
who can tell me the reason?
Aaron says
Hi! i try to download : VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733
but the link doesn’t work for me 🙁
any one can provide to me?
thx.
Erik Bussink says
Vladan, j’ai du enlever les VIB de mon sites web. Trop de traffic et sourtout des liens de partout sans references.
Erik Bussink says
Aaron, you can download the latest ESXi 5.1.0 Update 2 iso file from VMware and extract the VIB file from there.
– Erik
Alain Assaf says
Hello,
I keep getting the following when trying to use the ESXi-Customizer tool with VMware-VMvisor-Installer-5.5.0.update01-1623387.x86_64.iso and the 2 above VIP files.
Processing archive: C:\Users\alain\Downloads\VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
Error: Can not open file as archive
[Thu 03/20/2014 14:12:12.54] !———————————————————————————–
[Thu 03/20/2014 14:12:12.55] !– FATAL ERROR: Error unpacking the VIB file!
[Thu 03/20/2014 14:12:12.55] !———————————————————————————–
[Thu 03/20/2014 14:12:12.56] Run: “C:\Program Files (x86)\ESXi-Customizer-v2.7.2\tools\MsgBox.exe” 266260 “FATAL ERROR:&n Error unpacking the VIB file!&n&nSee log file ‘C:\esxi-customizer\ESXi-Customizer.log’ for details! Do you want to open the log file in notepad now?”
[Thu 03/20/2014 14:12:14.93] Cleaning up …
[Thu 03/20/2014 14:12:14.94] Run: rmdir /s /q “C:\esxi-customizer\esxicust.tmp”
[Thu 03/20/2014 14:12:15.27] This is the end.
I’m using Windows 7 64-bit. Any guidence?
Graham says
Having some issues installing the file in ssh
/vmfs/volumes/5318e5b0-c3d6d3b8-fe07-0010181c6884 # esxcli software vib install -v /vmfs/volumes/VM\ Store/VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
[InstallationError]
The transaction is not supported: VIB VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733 cannot be live installed.
Please refer to the log file for more details.
any ideas why its coming up with that ?
Richard says
Thank you very much for this. Had a working system and bought a new dual port NIC and couldnt get it working until I read your article. Worked first time 🙂
Ivan Marsh says
Thanks! This is great… exactly what I was looking for.
Mikhail says
Thank you so much! I installed realtek 8186 gigabit ethernet adapter. Russian’s respect!)
Randall says
This was my exact issue and also learned how to check installed software sets and install them with this writie up. I didn’t know ESXi had configurable drivers and assumed you were stuck with what ever driver store the system came with. Thanks!!
Leah Thomas says
Well I searched for this title and found this,
great read
Mischa says
Thank you, this was super helpful. I was able to get the nics on my GA-Z87N-WIFI working in ESXI 5.5. I needed to use the net-alx-2.0.0.6b.x86_64 & net-e1000e-2.3.2.x86_64 VIBs.
You may want to mention that you have to also change the Acceptance Levels to Community for the e1000e VIB to work.
Steven says
Hi everybody, does anyone get the situation which with same hardware except hard drive one for 160GB and the other is 500GB. The former one can detect and install the Realtek 619 ethernet driver successfully but the later one can not. For the later one I re-installed 5.5 again and installed 619 driver first and reboot but not detected and then installed 618 driver later and reboot, failed detected again. I issued vib list command to ensure the 619 driver was installed when system booted. What should I do to correct this situation ?
Help me please !!
Paul says
Hi,
Do you guys have the vib for Intel 82575GB ? seems that it is also not supported.
chris says
This worked for me thanks,
At first I move the ESXI customizer to the folder where I had the ISO and it kept telling me there were illegal characters in the filename and to rename it. But it wasn’t until I downloaded a fresh version of ESXI Customizer and ran it from where I dL’d it that it worked. Hope this helps someone if they move things around too.
Kelly says
Thanks so much for this information! I just purchased a TP-LINK TG-3468 NIC and ESXi would not recognize it. With the help of your instructions I was up and running in 10 mins!
Rolando Zabala Morales says
hola, saludos puedes pasarme el .vib de la TP-LINK TG-3468 NIC no puedo hacer que funcione 🙁
Ismail says
Hi, i am newbie .and i m trying to install ESXi 5.5 and its giving an error : No network Adapters.
I using GA-Z97N-Wifi mainboard. How can i found my network adapter driver.
i tried to add some .vib files. with ESXi-Customizer but it dosent work.
Can you help me.
Vladan SEGET says
I think the best way is to get a supported NIC (for cheap via eBay). Then it will be detected. The best way is to check VMware HCL: http://www.vmware.com/resources/compatibility/search.php?deviceCategory=io and choose “Network” as a device IO type.
Rafael says
THANKS Vladan,
You save my day. Thanks for share this solution.
John says
Both the VIBs via the links in the article are corrupted according to 7z.
Vladan SEGET says
U don’t need 7zip to use a vib. Just SSH.
Both vibs are correct.
briceorbryce says
I also was able to install the system.
Thanks and cheers!
donk says
/vmfs/volumes/5457acb4-e1c1ebd6-1e87-00151735e6ca # esxcli software vib install -v VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
[VibDownloadError]
(‘VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib’, ”, “[Errno 4] IOError: “)
url = VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
Any idea on why no such file or directory happens?
Sergi Mola says
Probably too late, but for future reference..
You need to specify the full path.
donald fossouo says
Hi thanks do you please have a vib file for DELL inspiron 5110 ?
I google it during those last two weeks :/
Mark says
Hi Vladan,
I just tried to add this VIB on ESXi 6 but It didn’t work.
Do you know any workaround for version6?
Berat says
It seems there is no driver for ESXi 6 yet. Old drivers are obsolete now and no longer working with ESXi 6. I guess we have to wait for new drivers, i’m not sure if they will ever show up though.
Kennedy says
I’m trying to do an ESXi 6 install as well and having trouble. Any workarounds would be great.
Vladan SEGET says
try just upgrade with the ISO… http://www.vladan.fr/how-to-upgrade-from-vcsa-5-5-to-6-0/
Berat Cakirca says
Here there is a driver that works with Realtek 8168-69 devices on ESXi6. Simply inject it to ESXi 6 GA iso and install. I just upgraded my lab and it works fine 😉
http://www.vdicloud.nl/2015/02/07/realtek-nic-on-vsphere-6/
thomas says
This worked, thanks a lot!
FRANK says
greetings all, I tried the above using a putty session on esxi 6.0, the command returned the the second screen short youhave above, and i typed ‘install’, it brought out a console for upgrading esxi 6.0 to esxi 6.0, and i followed the prompt until it said in encounters an error and reboots, pls am new to linux.
regards.
BraaiVleis says
Worked a treat – thanks
Ulises Manzo says
Hello, I have the following error while trying to install VIB:
~ # esxcli software vib install -v /vmfs/volumes/datastore2/ISOS/VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
[VibFormatError]
Bad VIB archive header
filename = /vmfs/volumes/datastore2/ISOS/VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733.vib
Please refer to the log file for more details.
1) Where can I check the log?
2) Is there a fix for this? I am newbee for this.
Here is my ESX version:
5.5.0
Build 2068190
Thank you.
Hany Mounir says
I’m new to VMWare, I love Vmware, you ease my life to make a concrete lap.
Thank you.
Hany
Sergi says
Hi,
I’ve been able to install it without any problem, but after reboot I still can’t see the NIC listed.
Any ideas?
Thanks.
Sergi says
I finally found the answer here..
https://communities.vmware.com/thread/280662?start=30&tstart=0
There’s a modified driver for my NIC (Dlink DGE-528T) to make it work.
Wissem Bacha says
Hi Vladan ,
My card DLink DFE-530TX REV-C2 is not detected by ESXi 6.0, how can I get its vib driver ?
Many thanks
Vladan SEGET says
Yeah, that’s the problem. I stopped using all vendors cards except Intel, quite long time ago… #bad_driversupport
Shrimant says
On Esxi 6.0 while installing the VIB it brags a lot for dependencies and never installs, finally followed the post at the links below to make it work:
-https://communities.vmware.com/message/2551969 &
-http://www.vdicloud.nl/2015/02/07/realtek-nic-on-vsphere-6/
Below is what I did to make it work:
*ENABLE SSH on the host using the vsphere client
*SSH to the host using Putty
*RUN the following commands on the SSH console opened using Putty
*Make sure the DNS addresses are set on the ESXI 6.0 host server
>esxcli software acceptance set –level=CommunitySupported
>esxcli network firewall ruleset set -e true -r httpClient
>esxcli software vib install -n net51-drivers -d http://vibsdepot.v-front.de
jOS says
Thanks very much for this. I was stuck with the same issue and it’s now resolved.
Jeremie Faucher-Goulet says
Hi Vladan,
I see you use an Asus Sabertooth x58 as ESXi host…
I’m looking into doing the same by re-purposing an old motherboard I have too. I was especially looking into VT-d pci-e passthrough support and if you had any comments on it?
From what I’ve read online thus far, for Bloomfield CPUs (LGA-1366), the CPU doesn’t matter for VT-d support as it’s all happening in the discreet northbridge (in the x58 chipset) while more recent intel architecture have embedded the northbrige on-die so the CPU now does matter.
So as long as the motherboard supports it (and there’s such an option in the Sabertooth’s bios to enable vt-d) it should all be fine.
Assuming that my understanding it correct, the only remaining concern I had is about a warning on this page: http://wiki.xenproject.org/wiki/VTd_HowTo where it says that there’s a bug in the BIOS regarding VT-d on this very motherboard that impacts Xen at the very least. Since I’m looking at ESXi it might or might not affect me, I don’t really know…
Interestingly however, Asus’ latest bios for that motherboard also lists having “improve VT-d compatibility issue” which might relate precisely to that bug listed on the Xen wiki page.
Do you have any experience to share using VT-d on that Asus Sabertooth x58 host? I’m pretty confident it would work just fine, simply looking for your additional input.
Thank you
Vladan SEGET says
Unfortunately the mobo (the whole whitebox actually) has been sold, because I was re-newing hardware in the lab… Now I’m running a SuperMicro server hardware. Check out http://www.vladan.fr/lab
Sorry about that. Just test it.. It takes 5 min to install ESXi and see how it goes .. -:)
Andres says
Thanks men, it worked for me.
I has to install both .vib
bye
Mark Clacy says
Thanks,
Exactly what I needed when I added a “Edimax EN-9260TX-E” card to my existing ESXI 5.5 server. It shows up as a “Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller” (and once I had it seated correctly in my MicroServer!)
serfcy says
Hi man;
I was looking for this, and worked perfectly
thanks;
Edgar Santos says
In “esxcli software acceptance set” the option level is preceded by 2 dashes instead of one “–level”.
Other than that, amazing work. Kudos
Vignesh says
Hi Friends, This is not working for me (Don’t Mistake me) But try to do with some other way too,, follow this
After ESXi 6.0 was installed, to get my ASMedia connected drives and my Realtek NIC visible, I simply shut down all my VMs (I don’t currently have a 2nd host to vMotion to), then I:
put the ESXi host into maintenance mode (optional but recommended, or you can just shut down all your VMs)
enable SSH
PuTTY’d in
pasted these 4 lines (that I constructed based on Andreas’ various articles) into the PuTTY SSH session, one at a time, which makes it easier to see what’s happening
(the results of each should look like the PuTTY screenshot a little further down below)
esxcli software acceptance set –level=CommunitySupported
esxcli network firewall ruleset set -e true -r httpClient
esxcli software vib install -n net51-drivers -d http://vibsdepot.v-front.de
esxcli software vib install -d http://vibsdepot.v-front.de -n sata-xahci
then rebooted my ESXi host (server)
Peter says
FYI: to get ESXi600 running with a Realtek-816* network adapter:
1: Install ESXi510 update 3 and enable and test SSH access. This version still supports the Realtek-816* network adapters.
2: Get ESXi600-201608001.zip from https://my.vmware.com/group/vmware/patch and upload the file into the ESXi510 datastore.
3: Check the available profiles with the following command: # esxcli software sources profile list -d /vmfs/volumes/SYSTEM/ESXi600-201608001.zip
4: Install the standard profile with the following command: # esxcli software profile update -d /vmfs/volumes/SYSTEM/ESXi600-201608001.zip -p ESXi-6.0.0-20160804001-standard
5: Reboot the ESXi system: no network adapter will be found. On the ESXi console use Alt-F1 to switch to the shell and login with the root account.
6: Copy the /altbootbank/net_r816.v00 and /altbootbank/net_r816.v01 files to the /bootbank/ directory.
7: Edit /bootbank/boot.cfg and insert the entries for the net_r816.v* files between the other net_* entries.
8: Reboot the ESXi system: the Realtek-816* network adapter will be used.
tooters says
works without a hitch 5.5. thank you sir this makes my lab much more flexible and hey im browsing your site ipv6. 🙂
novi says
is this applicable to esxi 6.0?
snow says
Hi guys,
I installed the 6.5 Hypervisor from scratch on a machine with following nics:
1 x onboard Realtek RTL8111E
1 x HP NC364T with 4 Ports (Intel 82571GB)
1 x Intel PRO/1000
After installing ESXi 6.5, everything is working fine and the Realtek nic will not be available as expected.
Then I installed the Realteak VIB driver and rebooted the Server.
But after the reboot, there were no nic available.
This means, the DCUI is showing that there is no supported nic installed.
I didn’t see this issue before, e.g. with ESXi 5.5 and 6.0.
Does anyone had a similar issue?
Thanks,
snow
snow says
Hi guys,
I identified the issue.
During the first try to insert the Realtek VIB driver, I was using the 8169 vib file.
This seems to be not working with my onboard Realtek nic.
Now I tried again with the 8168 vib file and the onboard Realtek will be detected successfully after rebooting the Server.
But all of my other nic’s are no longer available, only the onboard Realtek nic will be available in the DCUI.
Therefore I checked the installation result of the Realtek vib file again:
Installation Result
Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective.
Reboot Required: true
VIBs Installed: VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733
VIBs Removed: VMware_bootbank_native-misc-drivers_6.5.0-0.0.4564106
VIBs Skipped:
Seems to be my other nic’s are no longer available because the native misc drivers will be removed during the Realtek vib installation.
Dave Byam says
Hello,
I’m looking for Intel Pro/1000 MT VIB file for esxi 6.0
Enyi says
Thank you very much, I used both VIB files and after rebooting, the onboard Realtek NIC, that had long since been unavailable to me as well as my two new NICs are now available.
The procedure worked like a charm.
Martin Pedros says
Dear Vladan:
Thank, I can install a TP-Link TG-3468 adapter on my ESXi 5.5. Excelent post.
Regards,
Vladan SEGET says
Glad it works…Thanks for sharing
Ryan says
Thanks very much for the concise and easy to follow instructions, it worked first time DropBox links are accurate as of (30.05.2017).
Mario V. says
This did not work for me and made matters worse. I am running ESXi 6.5 and I have two NICs on the host and one was working fine (Intel) and I wanted to add support for the second NIC which is a Realtek 8111. Upon installing this VIB, I rebooted ESX and now it does not detect either one of the NICs so I am screwed! During installation I saw it decided to remove a VIB. Not sure why:
VIBs Installed: VMware_bootbank_net-r8169_6.011.00-2vmw.510.0.0.799733
VIBs Removed: VMware_bootbank_native-misc-drivers_6.5.0-0.0.4564106
Carlo Colombo says
On an Asus motherborard with two NIC, one Intel and the other a Realtek I got the same issue.
These drivers don’t work on 6.5 version.
You should follow these instructions : https://www.howson.me/realtek-rtl8111-8168-8411-with-vmware-esxi-6-5/
Instead to download directly from ESXI console (that command didn’t worked to me), download from repository : vibsdepot.v-front.de/depot/RTL/net55-r8168/net55-r8168-8.045-napi.x86_64.vib
All can be done from ESXI gui without opening a console ….