Mention that in order to use IPsec, you need to add two options to the
kernel config. Submitted by: R.P. Aditya <aditya@grot.org> on -doc
This commit is contained in:
parent
54691fd18d
commit
295304bf16
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=8275
2 changed files with 16 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.36 2000/08/14 17:48:24 ben Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.37 2000/09/24 07:01:52 kris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
|
@ -2350,6 +2350,13 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
|
|||
<ulink url="http://www.kame.net/newsletter/">http://www.kame.net/newsletter/
|
||||
</ulink> has more comprehensive examples.</para>
|
||||
|
||||
<para>Please be aware that in order to use this functionality, you
|
||||
must have the following options compiled into your kernel:</para>
|
||||
|
||||
<programlisting>
|
||||
options IPSEC #IP security
|
||||
options IPSEC_ESP #IP security (crypto; define w/IPSEC)</programlisting>
|
||||
|
||||
<sect2>
|
||||
<title>Transport mode example with IPv4</title>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!--
|
||||
The FreeBSD Documentation Project
|
||||
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.36 2000/08/14 17:48:24 ben Exp $
|
||||
$FreeBSD: doc/en_US.ISO_8859-1/books/handbook/security/chapter.sgml,v 1.37 2000/09/24 07:01:52 kris Exp $
|
||||
-->
|
||||
|
||||
<chapter id="security">
|
||||
|
|
@ -2350,6 +2350,13 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
|
|||
<ulink url="http://www.kame.net/newsletter/">http://www.kame.net/newsletter/
|
||||
</ulink> has more comprehensive examples.</para>
|
||||
|
||||
<para>Please be aware that in order to use this functionality, you
|
||||
must have the following options compiled into your kernel:</para>
|
||||
|
||||
<programlisting>
|
||||
options IPSEC #IP security
|
||||
options IPSEC_ESP #IP security (crypto; define w/IPSEC)</programlisting>
|
||||
|
||||
<sect2>
|
||||
<title>Transport mode example with IPv4</title>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue