Most Linux Systems
To disable IPv6 in a virtual machine running Linux:
- If the /etc/sysconfig/network file contains the line NETWORKING_IPV6=yes, change the line to:
NETWORKING_IPV6=no
- In the /etc/modules.conf, file, add these lines:
alias ipv6 off
alias net-pf-10 off
Ubuntu Systems
To disable IPv6 in a virtual machine running Ubuntu:
-
Log in as root or superuser.
-
In the /etc/modprobe/aliases file, change this line :
alias net-pf-10 ipv6
To:
alias net-pf-10 off
- Save the file and reboot the system.
RedHat 5.x
To disable IPv6 in a virtual machine running RedHat 5.x:
- Log in as root or superuser.
- If the /etc/sysconfig/network file contains the line NETWORKING_IPV6=yes, change the line to:
NETWORKING_IPV6=no
- In the file /etc/modprobe.conf, add this line:
options ipv6 disable=1
-
Save the file and reboot the system.
After you disable IPv6, you should be able to install and configure VMware Tools successfully.