First check the connection and IP address:
Then add IPv6 address on default connection:
Then, active the connection:
Check IPv6 address is correctly added on the device:
Enable ONBOOT option:
Finally ping to the IPv6 Address:
!!! Thank you !!!
Code:
#ip addr #nmcli connection show
Code:
#nmcli connection modify eth0 [B]ipv6.address 2006:ac81::1105/64[/B] #nmcli connection modify eth0 ipv6.method manual
Code:
#nmcli connection up systemeth0 #nmcli connection reload
Code:
#nmcli connection show eth0 | grep ipv6
Code:
#nmcli connection modify eth0 connection.autoconnect yes
Code:
#ping 2006:ac18::1105

Comment