Updated OpenVPN server: IPv6 (markdown)

DL6ER 2017-01-26 16:28:43 +01:00
parent 95e8370f3a
commit f6436e16fa

@ -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