diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-07-12 00:55:58 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-07-12 00:55:58 +0200 |
commit | 8bad801b15ab010f63cebf80691f658319873317 (patch) | |
tree | c7f3ef3e39de2f41e3cc8aa9b083b010a6299e23 /roles/configure_static_routes/files/ffmyk-iproute.sh | |
parent | 6ef6aa8d628b0c7eeeec37d0c5b43df6d87f8b33 (diff) |
added routing between servers
Diffstat (limited to 'roles/configure_static_routes/files/ffmyk-iproute.sh')
-rwxr-xr-x | roles/configure_static_routes/files/ffmyk-iproute.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/roles/configure_static_routes/files/ffmyk-iproute.sh b/roles/configure_static_routes/files/ffmyk-iproute.sh index ee7f6a0..2a653e9 100755 --- a/roles/configure_static_routes/files/ffmyk-iproute.sh +++ b/roles/configure_static_routes/files/ffmyk-iproute.sh @@ -7,6 +7,6 @@ ip -6 route add unreachable default table ffmyk ip -4 rule add from all fwmark 0x1 table ffmyk ip -6 rule add from all fwmark 0x1 table ffmyk -#Alles mit Freifunk-IP - woher auch immer - gehlrt zu Tabelle ffmyk -ip -4 rule add from 10.222.0.0/16 table ffmyk -ip -6 rule add from 2001:470:cd45:FF00::/56 table ffmyk +#Alles mit Freifunk-IP - woher auch immer - gehört zu Tabelle ffmyk +#ip -4 rule add from 10.222.0.0/16 table ffmyk +#ip -6 rule add from 2001:470:cd45:FF00::/56 table ffmyk |