~ # esxcli network nic list Name PCI Device Driver Link Speed Duplex MAC Address MTU Description ------ ------------- ------ ---- ----- ------ ----------------- ---- ------------------------------------- vmnic0 0000:003:00.0 r8168 Up 1000 Full 1c:6f:65:43:fb:8a 1500 Realtek Realtek 8168 Gigabit Ethernet vmnic1 0000:006:00.0 r8168 Down 0 Full 00:1f:1f:72:21:32 1500 Realtek Realtek 8168 Gigabit Ethernet
~ # esxcli software acceptance set --level=CommunitySupported Host acceptance level changed to 'CommunitySupported'.
~ # esxcli network firewall ruleset set -e true -r httpClient
~ # ping ya.ru PING ya.ru (2a02:6b8::3): 56 data bytes sendto() failed (No route to host) ~ # ping ya.ru PING ya.ru (213.180.193.3): 56 data bytes 64 bytes from 213.180.193.3: icmp_seq=0 ttl=56 time=21.050 ms
~ # esxcli software vib install -d https://vibsdepot.v-front.de -n net55-r8168 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: Realtek_bootbank_net55-r8168_8.039.01-napi VIBs Removed: VMware_bootbank_net-r8168_8.013.00-3vmw.510.0.0.799733 VIBs Skipped:
~ # esxcli software profile update -d /vmfs/volumes/datastore1/VMware-ESXi-6.5.0-4564106-depot.zip -p ESXi-6.5.0-4564106-standard Update Result Message: The update completed successfully, but the system needs to be rebooted for the changes to be effective. Reboot Required: true
Source: https://habr.com/ru/post/321910/
All Articles