add hint to second ll

Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
Marek Küthe 2023-01-02 16:25:21 +01:00
parent bc8ed874e4
commit 4479cec7a9
No known key found for this signature in database
GPG Key ID: 7E869146699108C7
1 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@ resolv-retry infinite
persist-key
persist-tun
ifconfig-ipv6 <IPv6 A> <IPv6 B>
ifconfig-ipv6 <IPv6> fe80::1000
secret <secret>
```
@ -33,7 +33,7 @@ Replace `<remote>` with the IP address of the peer and `<local>` with your IP ad
Replace `<proto>` with `udp` for a connection over IPv4 or with `udp6` for a connection over IPv6.
Choose a port for `<lport>` and set `<rport>` to the port of your peer. `<lport>` on udp must be opened accordingly in the local firewall.
Replace `<interface>` with the appropriate interface name for your peer.
Replace `<IPv6 A>` with your link-local IPv6 and `<IPv6 B>` with the link-local IPv6 of your peer.
Replace `<IPv6>` 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 `<secret>` with the path to the Secret Static Key.
Generate a Secret Static Key: