f7fb3ff9906eba2c5bbe82a19cdcf4807d6437c2
howto/openvpn.md
| ... | ... | @@ -1,13 +1,13 @@ |
| 1 | 1 | # Example Configuration, if you have direct connection to your peer |
| 2 | 2 | |
| 3 | -* Replace <PEER_NAME> with a self chosen name to identify this peer |
|
| 4 | -* Replace <PROTO> with either `udp` or `udp6`, depending if you reach your remote peer with ipv4 o ipv6 |
|
| 5 | -* Replace <REMOTE_HOST> with the public ip address of your peer |
|
| 6 | -* Replace <REMOTE_PORT> with the port number, where your peer's openvpn daemon listen for traffic |
|
| 7 | -* Replace <LOCAL_HOST> with your public ip |
|
| 8 | -* Replace <INTERFACE_NAME> with a self chosen name, this will be the name of your network interface (tun device) for this peering |
|
| 9 | -* Replace <LOCAL_GATEWAY_IP> with your own dn42 ip address |
|
| 10 | -* Replace <REMOTE_GATEWAY_IP> with dn42 ip address of your peer |
|
| 3 | +* Replace `<PEER_NAME>` with a self chosen name to identify this peer |
|
| 4 | +* Replace `<PROTO>` with either `udp` or `udp6`, depending if you reach your remote peer with ipv4 o ipv6 |
|
| 5 | +* Replace `<REMOTE_HOST>` with the public ip address of your peer |
|
| 6 | +* Replace `<REMOTE_PORT>` with the port number, where your peer's openvpn daemon listen for traffic |
|
| 7 | +* Replace `<LOCAL_HOST>` with your public ip |
|
| 8 | +* Replace `<INTERFACE_NAME>` with a self chosen name, this will be the name of your network interface (tun device) for this peering |
|
| 9 | +* Replace `<LOCAL_GATEWAY_IP>` with your own dn42 ip address |
|
| 10 | +* Replace `<REMOTE_GATEWAY_IP>` with dn42 ip address of your peer |
|
| 11 | 11 | |
| 12 | 12 | ``` |
| 13 | 13 | #/etc/openvpn/<PEER_NAME> |