The virtual machine cannot obtain an IPv6 address. How do I troubleshoot this?
Solution
-
Check the
/etc/modprobe.d/disable_ipv6.conffile and verify the options ipv6 disable=0 setting. -
Check
/etc/sysconfig/networkand verify the NETWORKING_IPV6=yes setting. -
Edit
/etc/sysctl.confand verify the following settings: net.ipv6.conf.all.disable_ipv6=0, net.ipv6.conf.default.disable_ipv6=0, and net.ipv6.conf.lo.disable_ipv6=0. -
Check the network adapter configuration file
/etc/sysconfig/network-scripts/ifcfg-ens33and verify that the parameters are configured correctly.