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