diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-09-09 22:19:33 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-09-09 22:19:33 +0000 |
commit | c3c3ba52b32b6d98661d55a9ecce3b9629bb9e4e (patch) | |
tree | 50a4d262d16b90d7b1fc777e211f47821abb8f9e | |
parent | 4edc66ff073cdfa6f40bb83fe530a969a752ade6 (diff) |
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 . |