s/IPSec/IPsec/ to respect RFCs.
This commit is contained in:
parent
ace2db0de6
commit
9841369dd5
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15886
1 changed files with 6 additions and 6 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
<article>
|
||||
<articleinfo>
|
||||
<title>Integration of Checkpoint VPN-1/Firewall-1 and FreeBSD IPSec</title>
|
||||
<title>Integration of Checkpoint VPN-1/Firewall-1 and FreeBSD IPsec</title>
|
||||
|
||||
<authorgroup>
|
||||
<author>
|
||||
|
@ -106,8 +106,8 @@ FW-1 Protected Nets Internal Nets
|
|||
<para>The FreeBSD gateway <acronym>GW</acronym> serves as a firewall and
|
||||
<acronym>NAT</acronym> device for <quote>internal nets.</quote></para>
|
||||
|
||||
<para>The FreeBSD kernel must be compiled to support IPSec. Use the
|
||||
following kernel options to enable IPSec support in your kernel:</para>
|
||||
<para>The FreeBSD kernel must be compiled to support IPsec. Use the
|
||||
following kernel options to enable IPsec support in your kernel:</para>
|
||||
|
||||
<programlisting>options IPSEC
|
||||
options IPSEC_ESP
|
||||
|
@ -254,7 +254,7 @@ END
|
|||
<sect1 id="racoon">
|
||||
<title>FreeBSD <application>Racoon</application> Configuration</title>
|
||||
|
||||
<para>To facilitate the negotiation of IPSec keys on the FreeBSD
|
||||
<para>To facilitate the negotiation of IPsec keys on the FreeBSD
|
||||
<acronym>GW</acronym>, the
|
||||
<filename role="package">security/racoon</filename> port must be
|
||||
installed and configured.</para>
|
||||
|
@ -410,7 +410,7 @@ scheme: IKE methods: Combined ESP: 3DES + MD5 + PFS (phase 2 completion) for hos
|
|||
<itemizedlist>
|
||||
<listitem>
|
||||
<para><ulink url="http://www.FreeBSD.org/handbook/ipsec.html">
|
||||
The FreeBSD Handbook: IPSec</ulink></para>
|
||||
The FreeBSD Handbook: IPsec</ulink></para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
@ -419,7 +419,7 @@ scheme: IKE methods: Combined ESP: 3DES + MD5 + PFS (phase 2 completion) for hos
|
|||
|
||||
<listitem>
|
||||
<para><ulink url="http://www.x-itec.de/projects/tuts/ipsec-howto.txt">
|
||||
FreeBSD IPSec mini-HOWTO</ulink></para>
|
||||
FreeBSD IPsec mini-HOWTO</ulink></para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</sect1>
|
||||
|
|
Loading…
Reference in a new issue