Last Updated on December 9, 2021 by Admin
Which of the following commands adds a static IPv6 address to the network interface eth0?
-
ip add addr 2001:db8::1337/64 dev eth0
-
ip -6 add addr 2001:db8::1337/64 dev eth0
-
ip addr add 2001:db8::1337/64 dev eth0
-
ip -6 addr add new 2001:db8::1337/64 dev eth0
-
ip addr add -6 2001:db8::1337/64 dev eth0