Configure IPv6 Addresses and Perform Basic IPv6 Troubleshooting Flashcards

1
Q

Configure IPv6 Addresses

A

nmcli con add con-name eth1 type ethernet ifname eth1

nmcli con mod eth0 ipv4.addresses 192.168.10.100/24

nmcli con mod eth0 ipv4.method manual

nmcli con mod eth0 ipv6.addresses fbbd:f22a:ab1e::c0a8:64/64

nmcli con mod eth0 ipv6.method manual

nmcli con up eth0

ping -I eth0 192.168.10.100
ping6 -I eth0 bbd:f22a:ab1e::c0a8:64

How well did you know this?
1
Not at all
2
3
4
5
Perfectly