From 62ec465cfb14364198e8f62cdc0d4bb568cd2398 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 9 Jun 2011 22:17:39 +0000 Subject: [PATCH] Enable IPv6 packet forwarding. --- sysctl.d/network-ipv6.conf | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 sysctl.d/network-ipv6.conf diff --git a/sysctl.d/network-ipv6.conf b/sysctl.d/network-ipv6.conf new file mode 100644 index 00000000..87af7285 --- /dev/null +++ b/sysctl.d/network-ipv6.conf @@ -0,0 +1,6 @@ +# Kernel configuration file for IPv6 +# + +# Enable IPv6 forwarding +net.ipv6.conf.all.forwarding = 1 +net.ipv6.conf.default.forwarding = 1 -- 2.47.2