VmwareTools

Revision 5 as of 2006-06-28 14:09:09

Clear message

Make sure you install VmwareTools in any Ubuntu guest running on VmwareEsx, VmwarePlayer, VmwareServer or VmwareWorkstation

Advantages of having VmwareTools installed on your Ubuntu guest

Post-install

After installing vmware tools in your guest make sure you reconfigure the virtual network

$ sudo su -
# /etc/init.d/networking stop
# rmmod pcnet32
# rmmod vmxnet
# depmod -a
# modprobe vmxnet
# /etc/init.d/networking start
# exit
$

then run

$ sudo /usr/bin/vmware-toolbox