FireBrick to Openswan Strongswan IPsec (Howto): Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
|||
| Line 33: | Line 33: | ||
Put the following in the FB at the other end: |
Put the following in the FB at the other end: |
||
<syntaxhighlight language="xml"> |
<syntaxhighlight language="xml"> |
||
<connection name="IPSec" peer-ips=CentOS.IP.Address" auth-method="Secret" secret="YourSecretHere" internal-ipv4="FireBrick.LAN.IP.Address" routes="CentOS.IP.Address" log="default"/> |
<connection name="IPSec" peer-ips=CentOS.IP.Address" auth-method="Secret" secret="YourSecretHere" internal-ipv4="FireBrick.LAN.IP.Address/24" routes="CentOS.IP.Address" log="default"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
| Line 48: | Line 48: | ||
right=FireBrick.IP |
right=FireBrick.IP |
||
rightid=FireBrick.IP |
rightid=FireBrick.IP |
||
rightsubnet= |
rightsubnet=FireBrick.LAN.IP.Address/24 |
||
lifetime=2m |
lifetime=2m |
||
| Line 56: | Line 56: | ||
<syntaxhighlight language="xml"> |
|||
<connection name="IPSecTostrongSwan" peer-ips=strongSwan.IP" auth-method="Secret" secret="YourSecretHere" internal-ipv4="FireBrick.LAN.IP.Address/24" routes="strongSwan.IP" log="default"/> |
|||
</syntaxhighlight> |
|||
[[Category:FireBrick_Tunnels|IPv6 Tunnels]] |
[[Category:FireBrick_Tunnels|IPv6 Tunnels]] |
||