From: Michael Tremer Date: Thu, 9 Jun 2011 22:17:39 +0000 (+0000) Subject: Enable IPv6 packet forwarding. X-Git-Tag: 001~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62ec465cfb14364198e8f62cdc0d4bb568cd2398;p=network.git Enable IPv6 packet forwarding. --- 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