From 3613eb4974009a3858e7f0577f49fce47032744a Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 26 Jan 2017 15:45:41 +0100 Subject: [PATCH] Created OpenVPN server: IPv6 connectivity (markdown) --- OpenVPN-server:-IPv6-connectivity.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 OpenVPN-server:-IPv6-connectivity.md diff --git a/OpenVPN-server:-IPv6-connectivity.md b/OpenVPN-server:-IPv6-connectivity.md new file mode 100644 index 0000000..113f051 --- /dev/null +++ b/OpenVPN-server:-IPv6-connectivity.md @@ -0,0 +1,10 @@ +Note: This page is work in progress. + +# Uncomment the next line to enable packet forwarding for IPv6 +# Enabling this option disables Stateless Address Autoconfiguration +# based on Router Advertisements for this host +net.ipv6.conf.all.forwarding=1 + +https://techblog.synagila.com/2016/02/24/build-a-openvpn-server-on-ubuntu-to-provide-a-ipv6-tunnel-over-ipv4/ + +https://community.openvpn.net/openvpn/wiki/IPv6 \ No newline at end of file