ESXI的網(wǎng)卡直通很方便設(shè)置,勾選后點(diǎn)直通就可以了,但是取消起來就比較麻煩。
在VMware官網(wǎng)找到了取消的教程。
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了。