From 3ab975799261957de659fff59d3c65b6ae2c3539 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Tue, 2 Feb 2016 22:13:27 +0000 Subject: [PATCH] now forwarding by defaulnow forwarding by default --- hooks/dn42-routes | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hooks/dn42-routes b/hooks/dn42-routes index 9fcb222..52f3d45 100755 --- a/hooks/dn42-routes +++ b/hooks/dn42-routes @@ -3,4 +3,8 @@ ip route add 172.16.0.0/12 via 172.23.75.1 ip route add 10.0.0.0/8 via 172.23.75.1 ip -6 route add fc00::/7 via fdc0:4992:6a6d::1 + +sysctl -w net.ipv4.conf.all.forwarding=0 +sysctl -w net.ipv4.ip_forward=0 +sysctl -w net.ipv6.conf.all.forwarding=0 exit 0