From e3cf8b710918536ea951a6064a340dbaa4dea3ad Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 8 Sep 2016 16:09:46 +0300 Subject: Disable IPv6 forwarding We'll re-enable this when we understand IPv6 better. Sorry. --- ansible/roles/router/files/enable-routing.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/router/files/enable-routing.conf b/ansible/roles/router/files/enable-routing.conf index c24ade9..6ab7319 100644 --- a/ansible/roles/router/files/enable-routing.conf +++ b/ansible/roles/router/files/enable-routing.conf @@ -1,2 +1,2 @@ net.ipv4.ip_forward=1 -net.ipv6.conf.all.forwarding=1 +net.ipv6.conf.all.forwarding=0 -- cgit v1.2.1