add hint to second ll
Signed-off-by: Marek Küthe <m.k@mk16.de>
This commit is contained in:
parent
bc8ed874e4
commit
4479cec7a9
|
@ -25,7 +25,7 @@ resolv-retry infinite
|
||||||
persist-key
|
persist-key
|
||||||
persist-tun
|
persist-tun
|
||||||
|
|
||||||
ifconfig-ipv6 <IPv6 A> <IPv6 B>
|
ifconfig-ipv6 <IPv6> fe80::1000
|
||||||
|
|
||||||
secret <secret>
|
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.
|
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.
|
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 `<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.
|
Replace `<secret>` with the path to the Secret Static Key.
|
||||||
|
|
||||||
Generate a Secret Static Key:
|
Generate a Secret Static Key:
|
||||||
|
|
Loading…
Reference in New Issue