MFen:
1.116 -> 1.118 hu_HU.ISO8859-2/books/handbook/printing/chapter.sgml 1.324 -> 1.326 hu_HU.ISO8859-2/books/handbook/security/chapter.sgml 1.16 -> 1.17 hu_HU.ISO8859-2/books/handbook/virtualization/chapter.sgml Obtained from: The FreeBSD Hungarian Documentation Project
This commit is contained in:
parent
6eb6fcea5f
commit
61eb7a22c9
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32621
3 changed files with 290 additions and 279 deletions
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,7 @@
|
|||
<!-- The FreeBSD Hungarian Documentation Project
|
||||
Translated by: PALI, Gabor <pgj@FreeBSD.org>
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/security/chapter.sgml
|
||||
%SRCID% 1.324
|
||||
%SRCID% 1.326
|
||||
-->
|
||||
|
||||
<chapter id="security" lang="hu">
|
||||
|
@ -4391,12 +4391,7 @@ Connection closed by foreign host.</screen>
|
|||
|
||||
<para>Ebben a szakaszban az IPsec
|
||||
beállításának folyamatát
|
||||
vázoljuk fel, és &os; valamint
|
||||
<application>µsoft.windows; 2000/XP</application>
|
||||
számítógépekbõl
|
||||
álló környezetben alkalmazzuk egy
|
||||
biztonságos kommunikációs csatorna
|
||||
kiépítéséhez. Az IPsec
|
||||
vázoljuk fel. Az IPsec
|
||||
beállításához elengedhetetlen, hogy
|
||||
tisztában legyünk egy saját rendszermag
|
||||
fordításának alapjaival (lásd <xref
|
||||
|
@ -4500,15 +4495,9 @@ Connection closed by foreign host.</screen>
|
|||
<secondary>IPSEC</secondary>
|
||||
</indexterm>
|
||||
|
||||
<indexterm>
|
||||
<primary>a rendszermag
|
||||
beállításai</primary>
|
||||
<secondary>IPSEC_ESP</secondary>
|
||||
</indexterm>
|
||||
|
||||
<screen>
|
||||
options IPSEC # IP biztonság
|
||||
options IPSEC_ESP # IP biztonság (titkosítás, az IPSEC-kel együtt)
|
||||
device crypto
|
||||
</screen>
|
||||
|
||||
<indexterm>
|
||||
|
@ -4836,12 +4825,11 @@ sainfo (address 10.246.38.0/24 any address 10.0.0.0/24 any) # address $há
|
|||
<filename>/usr/local/etc/racoon/setkey.conf</filename> néven
|
||||
mentsünk el:</para>
|
||||
|
||||
<programlisting>#!/bin/sh
|
||||
/usr/local/sbin/setkey -FP
|
||||
/usr/local/sbin/setkey -F
|
||||
<programlisting>flush;
|
||||
spdflush;
|
||||
# Az otthoni hálózati felé
|
||||
/usr/local/sbin/setkey -c spdadd 10.246.38.0/24 10.0.0.0/24 any -P out ipsec esp/tunnel/172.16.5.4-192.168.1.12/use;
|
||||
/usr/local/sbin/setkey -c spdadd 10.0.0.0/24 10.246.38.0/24 any -P in ipsec esp/tunnel/192.168.1.12-172.16.5.4/use;</programlisting>
|
||||
spdadd 10.246.38.0/24 10.0.0.0/24 any -P out ipsec esp/tunnel/172.16.5.4-192.168.1.12/use;
|
||||
spdadd 10.0.0.0/24 10.246.38.0/24 any -P in ipsec esp/tunnel/192.168.1.12-172.16.5.4/use;</programlisting>
|
||||
|
||||
<para>Ahogy ezzel megvagyunk, a <application>racoon</application>
|
||||
az egyes átjárókon a következõ
|
||||
|
@ -4934,7 +4922,9 @@ pass out quick on gif0 from any to any</programlisting>
|
|||
indítása során:</para>
|
||||
|
||||
<programlisting>ipsec_enable="YES"
|
||||
ipsec_file="/usr/local/etc/racoon/setkey.conf" # engedélyezzük az spd házirend beállítását a rendszer indításakor</programlisting>
|
||||
ipsec_program="/usr/local/sbin/setkey"
|
||||
ipsec_file="/usr/local/etc/racoon/setkey.conf" # engedélyezzük az spd házirend beállítását a rendszer indításakor
|
||||
racoon_enable="yes"</programlisting>
|
||||
</sect2>
|
||||
</sect1>
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
The FreeBSD Hungarian Documentation Project
|
||||
Translated by: PALI, Gabor <pgj@FreeBSD.org>
|
||||
%SOURCE% en_US.ISO8859-1/books/handbook/virtualization/chapter.sgml
|
||||
%SRCID% 1.16
|
||||
%SRCID% 1.17
|
||||
-->
|
||||
|
||||
<chapter id="virtualization" lang="hu">
|
||||
|
|
Loading…
Reference in a new issue