mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-06 07:30:18 +00:00
Updated OpenVPN server: IPv6 connectivity (markdown)
parent
3613eb4974
commit
10a642098a
1 changed files with 3 additions and 1 deletions
|
@ -1,10 +1,12 @@
|
||||||
Note: This page is work in progress.
|
Note: This page is work in progress.
|
||||||
|
|
||||||
|
`sudo nano /etc/sysctl.conf`
|
||||||
|
```
|
||||||
# Uncomment the next line to enable packet forwarding for IPv6
|
# Uncomment the next line to enable packet forwarding for IPv6
|
||||||
# Enabling this option disables Stateless Address Autoconfiguration
|
# Enabling this option disables Stateless Address Autoconfiguration
|
||||||
# based on Router Advertisements for this host
|
# based on Router Advertisements for this host
|
||||||
net.ipv6.conf.all.forwarding=1
|
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://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
|
https://community.openvpn.net/openvpn/wiki/IPv6
|
Loading…
Add table
Reference in a new issue