|
|
|
|
|
by adev_
1788 days ago
|
|
> You still need DHCP for more than one reason: 1) You generally do not need prefix delegation in v6: you use IPv6 like it has been designed too: routable address everywhere, /64 per default and prefix over it. 2) SLAAC is stateless and deterministic: One MAC address will always gives you the same IP. That makes DDNS mostly useless. But even if you really want to do it, it is also possible with SLAAC. |
|
2) Address with SLAAC is deterministic but you need to know MAC address for each device to generate DNS zone. In home LAN I don't want to maintain a database of MAC address for all devices (with internet connected everything there are quite a few of them) and also at home I trust my devices not to spoof hostname in DHCP request so DHCP based DDNS works fine for me.