FireBrick to Openswan Strongswan IPsec (Howto): Difference between revisions
Appearance
Content deleted Content added
rm /24 |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
(strongswan is much nicer, but not in yum on centos5. On centos6, use strongswan) |
(strongswan is much nicer, but not in yum on centos5. On centos6, use strongswan) |
||
In /etc/ipsec.conf uncomment |
In <tt>/etc/ipsec.conf</tt> uncomment |
||
include /etc/ipsec.d/*.conf |
include /etc/ipsec.d/*.conf |
||
Put following two files in /etc/ipsec.d/ |
Put following two files in <tt>/etc/ipsec.d/</tt>: |
||
file: myFireBrick.conf: |
file: myFireBrick.conf: |
||
| Line 44: | Line 44: | ||
file: /etc/ipsec.conf |
file: /etc/ipsec.conf |
||
<syntaxhighlight lang="bash"> |
<syntaxhighlight lang="bash"> |
||
conn myFireBrick |
|||
authby=secret |
authby=secret |
||
auto=start |
auto=start |
||