The ungleich NAT64 infrastructure » History » Revision 2
Revision 1 (Nico Schottelius, 03/05/2021 04:29 PM) → Revision 2/4 (Nico Schottelius, 03/05/2021 05:15 PM)
h1. The ungleich NAT64 infrastructure
h2. Status
This document is *WORK IN PROGRESS*.
h2. General
* We started with tayga in 2017 and switched to jool some time in 2019
** tayga was cpu bound
* We run stateful NAT64 (1:n mappings)
** @__dcl_nat64_jool@ in cdist
* We run stateless NAT64 (1:1 mappings, aka SIIT)
** @__dcl_jool_siit@ in cdist
h2. Setting up a new IPv4-to-IPv6 mapping
* Add mapping in __dcl_jool_siit/files/ipv4-as-a-service.conf
* Reconfigure routers:
<pre>
cdist config router{1..2}.place{5..6}.ungleich.ch
</pre>
* Be happy.