Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

It's good practice to do a reboot now; so you can check all services are coming up nicely, and the interface gets the correct addresses.

Verification

To test connectivity - we make use of the "ping"-command. It's a bit different than using it on e.g.: Linux, BSD,... In this case, we'll test against the local router at fc00::1

Code Block
languagebash
# ping -A inet6 fc00::1
fc00::1 is alive

Notice the -A switch to set the address family to IPv6. That's it, all is working fine!