diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-05-27 22:43:09 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2004-05-27 22:43:09 +0000 |
commit | 57c92d38c0cf3b6065d55b26cb0087d06746959f (patch) | |
tree | a37d01e3a03f76468ffc5ac32b7111e7e258bed0 | |
parent | 4888975937d3f9113df9100a63f60b477cf1f2a2 (diff) |
No need to mention kernel configuration for ipsec, it's enabled by default.
ok niklas@ ho@ markus@ jmc@
-rw-r--r-- | share/man/man8/vpn.8 | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index ea0f0a16818..07f08edf7f2 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.73 2004/03/12 09:46:03 jmc Exp $ +.\" $OpenBSD: vpn.8,v 1.74 2004/05/27 22:43:08 hshoexer Exp $ .\" .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -73,30 +73,10 @@ manual (symmetric shared secret) .It .Xr isakmpd 8 .El -.Ss Enabling the Appropriate Kernel Operations -Make sure that the following options and devices are enabled in the kernel: -.Bd -literal -offset indent -option CRYPTO # Cryptographic Framework -option IPSEC # IPSEC VPN -pseudo-device enc 1 # Encapsulation device used by IPSEC -.Ed -.Pp -To use IPsec, -.Xr ipsec 4 -operations must be enabled using -.Xr sysctl 8 . -Before doing either manual or automated keying, or performing -encryption (ESP) or authentication (AH) operations, ensure the appropriate -kernel operation has been enabled: -.Bd -literal -offset indent -# sysctl net.inet.esp.enable=1 -# sysctl net.inet.ah.enable=1 -.Ed -.Pp -The ESP and AH protocols default to 'on'. -.Pp -For security gateways, proper operation often also requires packet -forwarding to be enabled: +.Ss Enabling Packet Forwarding +For security gateways, proper operation often requires packet +forwarding to be enabled using +.Xr sysctl 8 : .Bd -literal -offset indent # sysctl net.inet.ip.forwarding=1 # sysctl net.inet6.ip6.forwarding=1 |