Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Wondering how this works when the system is a router with one interface facing the ISP? I get an IPv6 from my ISP but default routes aren't appearing in ip -6 route and I don't know what's responsible for doing that. Not sure if I should be pointing radvd toward the ISP. Commented Apr 2, 2021 at 12:58
  • @LawrenceC: The router gets a prefix from the ISP, and then passes on this prefix on the internal interfaces. Google "IPv6 prefix delegation". Assuming a home router etc., you usually configure dnsmasq for that. Commented Apr 2, 2021 at 13:10