diff --git a/docs/tunneling/openvpn.md b/docs/tunneling/openvpn.md index 781fdaa..ac3c3b6 100644 --- a/docs/tunneling/openvpn.md +++ b/docs/tunneling/openvpn.md @@ -25,7 +25,7 @@ resolv-retry infinite persist-key persist-tun -ifconfig-ipv6 +ifconfig-ipv6 fe80::1000 secret ``` @@ -33,7 +33,7 @@ Replace `` with the IP address of the peer and `` with your IP ad Replace `` with `udp` for a connection over IPv4 or with `udp6` for a connection over IPv6. Choose a port for `` and set `` to the port of your peer. `` on udp must be opened accordingly in the local firewall. Replace `` with the appropriate interface name for your peer. -Replace `` with your link-local IPv6 and `` with the link-local IPv6 of your peer. +Replace `` with your link-local IPv6. The specification of a second link-local address is only necessary for certain functions of OpenVPN, but the specification is mandatory. Therefore the address `fe80::1000` is used here. Replace `` with the path to the Secret Static Key. Generate a Secret Static Key: