Articles in this section

How to configure IPv6 on CR?

Applicable to:

  • SolusVM 2

Question

How to configure IPv6 on CR?

Answer

Add the IPv6 details on the OVS interface br-ext and restart the network service.

  1. Connect to the CR via SSH.
  2. Configured IPv6 on CentOS 7 CR by modifying the file /etc/sysconfig/network-scripts/ifcfg-br-ext with the below data:
  3. CONFIG_TEXT:  
    IPV6INIT=yes
    IPV6ADDR=2400:54a0:20b0::2
    IPV6_DEFAULTGW=2400:54a0:20b0::1

  4. Restart Network

# systemctl restart network

For RedHat based OS:
  1. Connect to the CR via SSH.
  2. Configure IPv6 on most RedHat based Compute Resources by modifying the file /etc/NetworkManager/system-connections/ovs-if-br-ext.nmconnection with the below data: 

    CONFIG_TEXT: [ipv6]
    addr-gen-mode=default 
    address1=2a01:4f9:6a:48a3::2/64,fe80::1 
    dns=2a01:4ff:ff00::add:1; 

  3. Then restart the "NetworkManager" 

    # systemctl restart NetworkManager

Was this article helpful?

Comments

0 comments

Please sign in to leave a comment.