From f6436e16fac5e171e0ff03c509f12f1a93581239 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 26 Jan 2017 16:28:43 +0100 Subject: [PATCH] Updated OpenVPN server: IPv6 (markdown) --- OpenVPN-server:-IPv6.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/OpenVPN-server:-IPv6.md b/OpenVPN-server:-IPv6.md index 624c0c7..9aedebc 100644 --- a/OpenVPN-server:-IPv6.md +++ b/OpenVPN-server:-IPv6.md @@ -18,6 +18,14 @@ In this document, we'll assume you have the following from the OpenVPN server's **Note: This section is work in progress** +`sudo nano /etc/sysctl.conf` +``` +# 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 +``` + Add the following to a functioning OpenVPN config: ``` server-ipv6 2001:db8:0:123::/64