Clarify OpenVPN parameters
This commit is contained in:
parent
49312ccf74
commit
3842f249f2
@ -16,6 +16,7 @@ By default, I'll configure a full transit connection with you which could mean I
|
||||
|
||||
At a minimum, I'll need to know the following in order to establish a peering:
|
||||
|
||||
* The burble.dn42 node you would like to peer with
|
||||
* Your ASN
|
||||
* The public address of your host
|
||||
* The tunnel parameters, e.g.
|
||||
@ -64,7 +65,13 @@ My IPsec implementation is [Strongswan](https://www.strongswan.org/).
|
||||
|
||||
* **[OpenVPN](https://openvpn.net/)**
|
||||
|
||||
By default, I will configure cipher aes-256-cbc, with a random OpenVPN port number and shared key.
|
||||
By default I will configure the following OpenVPN parameters, with a random OpenVPN port number and shared key.
|
||||
|
||||
```
|
||||
comp-lzo
|
||||
cipher aes-256-cbc
|
||||
auth sha256
|
||||
```
|
||||
|
||||
A client/server configuration with X.509 certificates can be deployed if required, see the [Certificate Authority](/home/certificate-authority) page.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user