Control Panel#
Enable IPV6 in the control panel and allow through the firewall.
Enable IPV6 and allow ports
SSH Command Line#
First, enter the network card configuration file:
vi /etc/sysconfig/network-scripts/ifcfg-eth0
Then add at the bottom:
IPV6_AUTOCONF=yes
Then restart
Testing#
In SSH, enter ping6 ipv6.google.com
to test if PING is successful.