mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4bc6098a1d
port is now 1194 rather than 5000, and refer users to the online release notes if looking for information WRT older versions. PR: 80300 Submitted by: maintainer
21 lines
1.4 KiB
Plaintext
21 lines
1.4 KiB
Plaintext
### ---------------------------------------------------------------------- ###
|
|
### 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 get OpenVPN 2.0 to talk with the 1.5/1.6 versions, you may need to ###
|
|
### edit the 1.X configuration file by adding these lines: ###
|
|
### ###
|
|
### tun-mtu 1500 ###
|
|
### tun-mtu-extra 32 ###
|
|
### mssfix 1450 ###
|
|
### ###
|
|
### key-method 2 <- this key-method line only for TLS setups ###
|
|
### - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ###
|
|
### WARNING: THE DEFAULT PORT HAS CHANGED AND IS NOW 1194! ###
|
|
### OpenVPN 1.6 and older used 5000 rather than 1194 as their default ###
|
|
### port, so add the proper port options to your configuration file! ###
|
|
### ---------------------------------------------------------------------- ###
|
|
### For further compatibility, see <http://openvpn.net/relnotes.html> ###
|
|
### ---------------------------------------------------------------------- ###
|