|
|
|
|
|
by citrin_ru
1788 days ago
|
|
You still need DHCP for more than one reason:
1. Prefix delegation
2. DDNS (DHCP server can register a client IP in DNS) I've used SLAAC in my home LAN when used IPv6 ISP. Now I use IPv4-only ISP (in my area no ISP supports IPv6) and don't miss SLAAC at all. Over the years I've used DHCP in many smallish LANs (<=100 hosts) and never had any problems with it. |
|
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.