Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

FireBrick IPsec Tunnel with Manual Keys (Deprecated): Difference between revisions

→‎Side B Config: syntaxhighlight
m (clean up, typos fixed: thn → then, each others → each other's, ie → i.e.)
(→‎Side B Config: syntaxhighlight)
 
(7 intermediate revisions by 2 users not shown)
'''This is now a legacy way to do IPsec, see [[FireBrick to FireBrick IPsec (Howto)]] instead!'''
[[File:2700-small.png|link=:Category:FireBrick]]
 
----
 
----
 
----
 
=FireBrick IPsec Information=
 
==Side A Config==
<syntaxhighlight lang="xml">
<ipsec name="Andrew-ipsec" mtu="1500" graph="andrew-ipsec" local-ip="2001:8b0:d6:1::1" remote-ip="2001:8b0:1635::1" local-spi="4242" remote-spi="999" auth-algorithm="AES-XCBC" auth-key="1310B855522E8D457B814BD9DD78B6AB" crypt-algorithm="AES-CBC" crypt-key="0BC4DF636566667BEEC9F02117CB57C3" routes="90.155.90.128/27 2001:8b0:1635::/64"/>
</syntaxhighlight>
[[File:FireBrick-IPSec-SideA.png|border|300px|Screenshot]]
 
 
[[File:FireBrick-IPSec-SideA.png|border|300px|Screenshot]]
 
{| class="wikitable"
 
==Side B Config==
<syntaxhighlight lang="xml">
<ipsec name="Paul-ipsec" mtu="1500" graph="paul-ipsec" local-ip="2001:8b0:1635::1" remote-ip="2001:8b0:d6:1::1" local-spi="999" remote-spi="4242" auth-algorithm="AES-XCBC" auth-key="1310B855522E8D457B814BD9DD78B6AB" crypt-algorithm="AES-CBC" crypt-key="0BC4DF636566667BEEC9F02117CB57C3" routes="91.241.56.1 81.2.97.160/27 91.241.56.0/24 2001:8b0:d6::/48"/>
</syntaxhighlight>
 
[[File:FireBrick-IPSec-SideB.png|border|300px]]
 
 
 
[[Category:FireBrick Tunnels|IPSec]]
editor
699

edits