let’s consider a DMZ or user network. we want a protection of some kind for the internal hosts not to be reachable from outside.
and in case of the a DMZ or any internal network containing servers, we also want stable IPs within (be it static or somehow persistent).
therefore this playbook allows to PoC few different things:
nat4466)nat4400)see https://pub.nethence.com/network/nat4466
see https://pub.nethence.com/network/nat4400
we want presistent IPs on those hosts.
we can of course consider static ip6 addresses.
otherwise SLAAC might be enough as long as network interfaces don’t change
(the MAC defines the /64 interface identifier).
however DHCPv6’s DUID (client-id) is preferred as it allows to make IP persistent
(though dynamic) whatever the NIC.
besides, you’re not stuck to /64 and can use any prefix you like.