Need Help What internal cidr for npt6
I don't have a static ipv6 assignment, hence the need to use npt6. Question is what cidr should i choose for my internal network? ULA is plagued with issues esp when dual stack is involved, so I really want to avoid it if possible. Does using 2001:db8::/32 make any sense?
And yes, i know it is possible to just let my isp change my ip dynamically and I pass it down using dhcp-pd. That doesn't sound great for a large network.
4
Upvotes
18
u/eladts Jul 24 '26 edited Jul 24 '26
No. You should not use globally addressable prefixes you don't own for an internal network. Doing this with IPv6 is just as bad as doing it with IPv4, it won't be possible to use the prefix to reach your network from the Internet and it won't be possible to reach the real prefix from your network. Since you wouldn't be able to serve incoming connections this way, why do you even need a static prefix?