Esxi 6.0 Install TP-Link 1gbps nic drivers
1
# Lower the system's acceptance level to allow Community supported packages
2
esxcli software acceptance set --level=CommunitySupported
3
# open firewall for outgoing http requests:
4
esxcli network firewall ruleset set -e true -r httpClient
5
# Install e.g. net55-r8168 from the V-Front Online Depot
6
esxcli software vib install -d https://vibsdepot.v-front.de -n net55-r8168
7
# Reboot
8
reboot