Commands used:
List all vmnics:
esxcfg-nics -l
Location of ESX.conf file
/etc/vmware
Copy config file:
cp /etc/vmware/esx.conf /etc/vmware/esxconf.old
Edit Config file:
vi /etc/vmware/esx.conf
Type i to edit/insert in the file
Hit ESC (escape) and type :wq to write and quit from VI editor
Delete backed up config file after successful changes:
rm esxconf.old
Ещё видео!