diff options
author | 2000-09-09 22:19:32 +0000 | |
---|---|---|
committer | 2000-09-09 22:19:32 +0000 | |
commit | a72631f90d154665f81fceb5a52b7f0a3b105243 (patch) | |
tree | 189ab4b30d4491bf794a46036980b9e2132d028e | |
parent | these are MI (diff) | |
download | wireguard-openbsd-a72631f90d154665f81fceb5a52b7f0a3b105243.tar.xz wireguard-openbsd-a72631f90d154665f81fceb5a52b7f0a3b105243.zip |
Some verbiage on kernel options necessary (mostly from willey@serasystems.com)
-rw-r--r-- | share/man/man8/vpn.8 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index b80e9543cca..40bb6517e1f 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.40 2000/07/21 00:20:18 angelos Exp $ +.\" $OpenBSD: vpn.8,v 1.41 2000/09/09 22:19:32 angelos Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -84,6 +84,14 @@ between (non-routable) private (RFC 1918) networks difficult. This does not apply to .Xr isakmpd 8 . .Ss Enabling the Appropriate Kernel Operations +Make sure that the following options and devices are enabled in the kernel: +.Bd -literal +option CRYPTO # Cryptographic Framework +option IPSEC # IPSEC VPN +#option KEY # KEY implied by IPSEC +pseudo-device enc 4 # Encapsulation device used by IPSEC +.Ed +.Pp .Xr ipsec 4 operations must be first enabled using .Xr sysctl 8 . |