The ungleich NAT64 infrastructure » History » Version 2
Nico Schottelius, 03/05/2021 05:15 PM
1 | 1 | Nico Schottelius | h1. The ungleich NAT64 infrastructure |
---|---|---|---|
2 | |||
3 | h2. Status |
||
4 | |||
5 | This document is *WORK IN PROGRESS*. |
||
6 | |||
7 | |||
8 | h2. General |
||
9 | |||
10 | * We started with tayga in 2017 and switched to jool some time in 2019 |
||
11 | ** tayga was cpu bound |
||
12 | * We run stateful NAT64 (1:n mappings) |
||
13 | ** @__dcl_nat64_jool@ in cdist |
||
14 | * We run stateless NAT64 (1:1 mappings, aka SIIT) |
||
15 | ** @__dcl_jool_siit@ in cdist |
||
16 | 2 | Nico Schottelius | |
17 | h2. Setting up a new IPv4-to-IPv6 mapping |
||
18 | |||
19 | * Add mapping in __dcl_jool_siit/files/ipv4-as-a-service.conf |
||
20 | * Reconfigure routers: |
||
21 | |||
22 | <pre> |
||
23 | cdist config router{1..2}.place{5..6}.ungleich.ch |
||
24 | </pre> |
||
25 | |||
26 | * Be happy. |