|
|
|
|
|
by aaronmdjones
378 days ago
|
|
fd00::/8 (within fc00::/7) is still reserved for this purpose (site-local IPv6 addressing). fc00::/8 (a network block for a registry of organisation-specific assignments for site-local use) is the idea that was abandoned. Roughly speaking, the following are analogs: 169.254/16 -> fe80::/64 (within fe80::/10) 10/8, 172.16/12, 192.168/16 -> a randomly-generated network (within fd00::/8) For example, a service I maintain that consists of several machines in a partial WireGuard mesh uses fda2:daf7:a7d4:c4fb::/64 for its peers. The recommendation is no larger than a /48, so a /64 is fine (and I only need the one network, anyway). fc00::/7 is not globally routable. |
|