Project

General

Profile

The ungleich NAT64 infrastructure » History » Revision 3

Revision 2 (Nico Schottelius, 03/05/2021 05:15 PM) → Revision 3/4 (Nico Schottelius, 03/05/2021 05:17 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) 
 ** openwrt: @openwrt-add-jool-ipv4island.sh@ @__dcl_nat64_jool@ in cdist 
 * We run stateless NAT64 (1:1 mappings, aka SIIT) 
 ** cdist: @__dcl_jool_siit@ 
 ** openwrt: @openwrt-add-jool.sh@ 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.