d470a37d9d
- Change maintainer email PR: 59543 Submitted by: maintainer
18 lines
1.4 KiB
Text
18 lines
1.4 KiB
Text
### ---------------------------------------------------------------------- ###
|
|
### To use the tap driver, you may need to do: kldload if_tap ###
|
|
### See ${PREFIX}/etc/rc.d/openvpn.sh.sample for how to do this ###
|
|
### automatically at system boot-up time. ###
|
|
### ---------------------------------------------------------------------- ###
|
|
### To retain backwards compatibility of OpenVPN 1.3.0 with OpenVPN peers ###
|
|
### that run older versions (back to 1.1.0), you will have to set the MTU ###
|
|
### explicitly by command line options since OpenVPN 1.3.0. ###
|
|
### ###
|
|
### When connecting to 1.4.X or older peers with a TAP-style tunnel, set ###
|
|
### --tun-mtu 1500 --tun-mtu-extra 32 on the peer. ###
|
|
### ###
|
|
### When using TLS security and your peer runs OpenVPN 1.3.X, the PEER ###
|
|
### must use --disable-occ. This version of OpenVPN cannot use TLS mode ###
|
|
### to peers running OpenVPN 1.2.x or older. ###
|
|
### ###
|
|
### Note: use at most --verb 4 for regular use, --verb 5 is for debugging ###
|
|
### ---------------------------------------------------------------------- ###
|