From 4d3268b80b55e227a1a89515842cbaaa8a13d788 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sat, 22 Jan 2022 23:18:36 +0100 Subject: loppermann1 --- roles/configure_static_routes/files/ffmyk-iproute.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'roles/configure_static_routes/files/ffmyk-iproute.sh') diff --git a/roles/configure_static_routes/files/ffmyk-iproute.sh b/roles/configure_static_routes/files/ffmyk-iproute.sh index 83cb5aa..0e1fe06 100755 --- a/roles/configure_static_routes/files/ffmyk-iproute.sh +++ b/roles/configure_static_routes/files/ffmyk-iproute.sh @@ -7,6 +7,7 @@ ip -6 rule add iif nat64 table ffmyk priority 10 ip -4 rule add to 10.1.0.0/16 table ffmyk priority 10 ip -4 rule add to 10.2.0.0/16 table ffmyk priority 10 +ip -4 rule add to 10.3.0.0/16 table ffmyk priority 10 #Alles mit Freifunk-IP - woher auch immer - gehört zu Tabelle ffmyk ip -4 rule add to 10.222.1.0/24 table ffmyk priority 10 ip -4 rule add to 10.222.2.0/23 table ffmyk priority 10 -- cgit v1.2.3-54-g00ecf