From c3c3ba52b32b6d98661d55a9ecce3b9629bb9e4e Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Sat, 9 Sep 2000 22:19:33 +0000 Subject: Some verbiage on kernel options necessary (mostly from willey@serasystems.com) --- share/man/man8/vpn.8 | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'share/man/man8/vpn.8') 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 .\" 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 . -- cgit v1.2.3