32ece1458b86606e8f99b3bc0791b1b1c5d4dc8e
howto/openvpn.md
| ... | ... | @@ -8,7 +8,7 @@ |
| 8 | 8 | * Replace `<INTERFACE_NAME>` with a self chosen name, this will be the name of your network interface (tun device) for this peering |
| 9 | 9 | * Replace `<LOCAL_GATEWAY_IP>` with your own dn42 ip address |
| 10 | 10 | * Replace `<REMOTE_GATEWAY_IP>` with dn42 ip address of your peer |
| 11 | -* <LOCAL_GATEWAY_IPV6> <REMOTE_GATEWAY_IPV6> same as ipv4, but both ip addresses needs to be in the same subnet. For simplicity you can always use an address from link-local ipv6 range (fe80::/64) |
|
| 11 | +* `<LOCAL_GATEWAY_IPV6> <REMOTE_GATEWAY_IPV6>` same as ipv4, but both ip addresses needs to be in the same subnet. For simplicity you can always use an address from link-local ipv6 range (fe80::/64) |
|
| 12 | 12 | |
| 13 | 13 | ``` |
| 14 | 14 | #/etc/openvpn/<PEER_NAME> |