FireBrick IPsec Tunnel with Manual Keys (Deprecated): Difference between revisions
Appearance
Content deleted Content added
| Line 9: | Line 9: | ||
[[File:FireBrick-IPSec-SideA.png|300px|Screenshot]] |
[[File:FireBrick-IPSec-SideA.png|300px|Screenshot]] |
||
{| class="wikitable" |
|||
!colspan="2"|IPSec settings overview |
|||
|- |
|||
|Name |
|||
|Just a name for this Tunnel |
|||
|- |
|||
|mtu |
|||
| |
|||
|- |
|||
|graph |
|||
|Just a name so as to create a CQM graph |
|||
|- |
|||
|local-ip |
|||
|Our FireBrick IP to use as the source |
|||
|- |
|||
|remote-ip |
|||
|Remote FireBrick IP |
|||
|- |
|||
|local-spi |
|||
| |
|||
|- |
|||
|remote-spi |
|||
| |
|||
|- |
|||
|auth-algorithm |
|||
| |
|||
|- |
|||
|auth-key |
|||
| |
|||
|- |
|||
|crypt-algorithm |
|||
| |
|||
|- |
|||
|crypt-key |
|||
| |
|||
|- |
|||
|routes |
|||
|IP blocks to route through the tunnel - ie LAN IPs of the other end |
|||
|} |
|||
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"/> |
|||
==Side B Config== |
==Side B Config== |
||