Use ``the <filename>foo</filename> file'' when describing files.
Markup is nice for visually showing the type of an element, but it's nice to have all the relevant information in the running text too for those cases where visual hints are impossible (i.e. when someone is reading the text only version of the article).
This commit is contained in:
parent
47b633177b
commit
ecfa8d3dde
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15767
1 changed files with 6 additions and 6 deletions
|
@ -146,8 +146,8 @@ Authentication Method:
|
|||
Supports Subnets: Checked</programlisting>
|
||||
|
||||
<para>After setting the pre-shared secret in the Firewall-1 Network
|
||||
Object definition, place this secret in
|
||||
<filename>/usr/local/etc/racoon/psk.txt</filename> on FreeBSD
|
||||
Object definition, place this secret in the
|
||||
<filename>/usr/local/etc/racoon/psk.txt</filename> file on FreeBSD
|
||||
<acronym>GW</acronym>. The format for <filename>psk.txt</filename> is:</para>
|
||||
|
||||
<programlisting>208.229.100.6 rUac0wtoo?</programlisting>
|
||||
|
@ -192,9 +192,9 @@ Use Perfect Forward Secrecy: Checked</programlisting>
|
|||
encryption security, but does come at the cost of increased
|
||||
<acronym>CPU</acronym> overhead. If <acronym>PFS</acronym> is not
|
||||
used, uncheck the box above and comment out the <literal>pfs_group 1</literal>
|
||||
line from <filename>racoon.conf</filename> on FreeBSD
|
||||
line in the <filename>racoon.conf</filename> file on FreeBSD
|
||||
<acronym>GW</acronym>. An example <filename>racoon.conf</filename>
|
||||
is provided later in this document.</para>
|
||||
file is provided later in this document.</para>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
@ -329,7 +329,7 @@ END
|
|||
compression_algorithm deflate ;
|
||||
}</programlisting>
|
||||
|
||||
<para>Ensure that <filename>/usr/local/etc/racoon/psk.txt</filename>
|
||||
<para>Ensure that the <filename>/usr/local/etc/racoon/psk.txt</filename> file
|
||||
contains the pre-shared secret configured in the <quote>Firewall-1 Network Object
|
||||
Configuration</quote> section of this document and has mode <literal>600</literal>
|
||||
permissions.</para>
|
||||
|
@ -369,7 +369,7 @@ END
|
|||
packet prior to tunneling.</para>
|
||||
|
||||
<para>A successful <application>racoon</application> key exchange will
|
||||
output the following to <filename>racoon.log</filename>:</para>
|
||||
output the following to the <filename>racoon.log</filename> log file:</para>
|
||||
|
||||
<programlisting>pfkey UPDATE succeeded: ESP/Tunnel 216.218.197.2->208.229.100.6
|
||||
pk_recvupdate(): IPSec-SA established: ESP/Tunnel 216.218.197.2->208.229.100.6
|
||||
|
|
Loading…
Reference in a new issue