From 567613331fcb240b41dbd1562c17a4fc53b40010 Mon Sep 17 00:00:00 2001 From: Martin/Geno Date: Thu, 25 Jul 2019 14:05:45 +0200 Subject: [PATCH] nat64: config expliziet 'other' pool --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c1a8e346..29405abc 100644 --- a/README.md +++ b/README.md @@ -85,8 +85,23 @@ On this way the other vpns got the new internal routing in ```bird``` and ```bir ## Babel +**NAT64** + if installed nat64 maybe extends port pool by reconfigure local range `sysctl net.ipv4.ip_local_port_range` +Or use other address-pool (and firewall): + +Pool: `/etc/systemd/system/jool.service` +``` +... +ExecStart=/usr/local/bin/jool instance add --iptables --pool6=64:ff9b::/96 +ExecStartPost=/usr/local/bin/jool pool4 add --icmp 185.117.213.250 1601:3000 +ExecStartPost=/usr/local/bin/jool pool4 add --udp 185.117.213.250 3001:65535 +ExecStartPost=/usr/local/bin/jool pool4 add --tcp 185.117.213.250 1601:65535 +... +``` + + ### Babel Gateway A babel gateway is a maschine which allow to exit ipv6 default route and recieve the client and nodes subnet @@ -117,3 +132,4 @@ TODO: respondd firewall: ipt6 -A INPUT -i babel-+ -p udp --dport 1001 -j ACCEPT ipt6 -A INPUT -i mmfd0 -p udp --dport 1001 -j ACCEPT ``` +