now forwarding by defaulnow forwarding by default

This commit is contained in:
Jörg Thalheim 2016-02-02 22:13:27 +00:00
parent 4cd75e84ca
commit 3ab9757992
1 changed files with 4 additions and 0 deletions

View File

@ -3,4 +3,8 @@
ip route add 172.16.0.0/12 via 172.23.75.1 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 route add 10.0.0.0/8 via 172.23.75.1
ip -6 route add fc00::/7 via fdc0:4992:6a6d::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 exit 0