From 10a642098a6f5da7cfb38401699915f23bc58da3 Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 26 Jan 2017 15:46:01 +0100 Subject: [PATCH] Updated OpenVPN server: IPv6 connectivity (markdown) --- OpenVPN-server:-IPv6-connectivity.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/OpenVPN-server:-IPv6-connectivity.md b/OpenVPN-server:-IPv6-connectivity.md index 113f051..7c63057 100644 --- a/OpenVPN-server:-IPv6-connectivity.md +++ b/OpenVPN-server:-IPv6-connectivity.md @@ -1,10 +1,12 @@ Note: This page 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 - +``` 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