From 58e999356d69f9bf76a389aa69cb8c7295ad75f9 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Sat, 28 Sep 2019 23:11:46 +0200 Subject: ffww --- 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 831d30d..f5a69fa 100755 --- a/roles/configure_static_routes/files/ffmyk-iproute.sh +++ b/roles/configure_static_routes/files/ffmyk-iproute.sh @@ -4,6 +4,7 @@ ip -4 rule add from all fwmark 0x1 table ffmyk priority 10 ip -6 rule add from all fwmark 0x1 table ffmyk priority 10 #Alles mit Freifunk-IP - woher auch immer - gehört zu Tabelle ffmyk +ip -4 rule add to 10.30.0.0/18 table ffmyk priority 10 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 ip -4 rule add to 10.222.4.0/22 table ffmyk priority 10 -- cgit v1.2.3-54-g00ecf