Procedure
- Enable the IPv6 network.
- Log on shell and edit
/etc/sysconfig/network
using the following command:# vi /etc/sysconfig/network
- Add the following line, if it does not exist:
NETWORKING_IPV6=yes
- Log on shell and edit
- Configure the IPv6 address.
- Edit the configuration file for interfaces.Example:
# vi /etc/sysconfig/network-scripts/ifcfg-eth0
- Add the following lines:
IPV6INIT=yes
IPV6_AUTOCONF=no
IPV6ADDR=<endpoint_IPv6_address> (Example: 2001:db8:10ff::ae:44f2/64)
- Restart the network service.
# service network restart
- Edit the configuration file for interfaces.