ESXI的网卡直通很方便设置,勾选后点直通就可以了,但是取消起来就比较麻烦。
在VMware官网找到了取消的教程。
Edit the /etc/vmware/esx.conf file by changing the owner of the PCI device from passthru to vmkernel.
Example of the edit:
Change from: /device/000:02.0/owner = "passthru"
Change to: /device/000:02.0/owner = "vmkernel"
Reboot the ESX/ESXi host.
另外要注意不能把所有接口都做成直通,那样就连不上ESXI了。
网友评论