- security/racoon port was removed, racoon is now available from
security/ipsec-tools port PR: docs/89758 Submitted by: lawrance
This commit is contained in:
parent
0910feb291
commit
c8d11a596d
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=26476
1 changed files with 4 additions and 4 deletions
|
@ -3805,15 +3805,15 @@ options IPSEC_ESP
|
|||
|
||||
<para>There are a number of choices for daemons to manage
|
||||
security associations with FreeBSD. This article will describe
|
||||
how to use one of these, racoon — which is available as
|
||||
<filename role="package">security/racoon</filename> in the &os; Ports
|
||||
how to use one of these, racoon — which is available from
|
||||
<filename role="package">security/ipsec-tools</filename> in the &os; Ports
|
||||
collection.</para>
|
||||
|
||||
<indexterm>
|
||||
<primary>racoon</primary>
|
||||
</indexterm>
|
||||
|
||||
<para>The <filename role="package">security/racoon</filename> software must be run on both gateway hosts. On each host it
|
||||
<para>The <application>racoon</application> software must be run on both gateway hosts. On each host it
|
||||
is configured with the IP address of the other end of the VPN,
|
||||
and a secret key (which you choose, and must be the same on both
|
||||
gateways).</para>
|
||||
|
@ -4128,7 +4128,7 @@ options IPSEC_ESP
|
|||
</listitem>
|
||||
<listitem>
|
||||
<para>Install <filename
|
||||
role="package">security/racoon</filename>. Edit
|
||||
role="package">security/ipsec-tools</filename>. Edit
|
||||
<filename>${PREFIX}/etc/racoon/psk.txt</filename> on both
|
||||
gateway hosts, adding an entry for the remote host's IP
|
||||
address and a secret key that they both know. Make sure
|
||||
|
|
Loading…
Reference in a new issue