Lines 6-9
Link Here
|
6 |
### To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ### |
6 |
### To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ### |
7 |
### that run older versions (back to 1.1.0), you will have to set the MTU ### |
7 |
### that run older versions (back to 1.1.0), you will have to set the MTU ### |
8 |
### explicitly by command line options since OpenVPN 1.3.0. ### |
8 |
### explicitly by command line options since OpenVPN 1.3.0. ### |
|
|
9 |
### ### |
10 |
### When connecting to 1.4.X or older peers with a TAP-style tunnel, set ### |
11 |
### --tun-mtu 1500 --tun-mtu-extra 32 on the peer. ### |
12 |
### ### |
13 |
### When using TLS security and your peer runs OpenVPN 1.3.X, the PEER ### |
14 |
### must use --disable-occ. This version of OpenVPN cannot use TLS mode ### |
15 |
### to peers running OpenVPN 1.2.x or older. ### |
16 |
### ### |
17 |
### Note: use at most --verb 4 for regular use, --verb 5 is for debugging ### |
9 |
### ---------------------------------------------------------------------- ### |
18 |
### ---------------------------------------------------------------------- ### |