8

I want to enable IPv6 on my network.

TP-Link gives me two ways to get IPv6 on my network: RADVD and DHCPv6.

Which is the best solution? And if RADVD is better, should I enable RDNSS and ULA?

genpfault
  • 555
MAX
  • 83

1 Answers1

7

You need at least radvd. Router advertisements communicate to devices on the network what the default gateway is and what the network configuration is. You always need that.

The router advertisement can tell clients whether they are allowed to choose their own addresses or not (auto configuration). If you allow this then you might not need DHCP at all.

Then you can add DHCP, either stateless or stateful. Stateless DHCP tells clients configuration options like DNS resolvers etc without providing addresses (useful if you allow auto configuring). Stateful DHCP also provides addresses.

As you need radvd anyway it's the easiest, possibly combined with stateless DHCP. Don't bother with stateful DHCP unless you really need to manage addresses manually.