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 to FireBrick IPsec (Howto): Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
{| class="wikitable"
!
! FireBrick ALondon
! FireBrick BReading
|-
! LAN IP range
We'll want to end up with machines on each LAN being able to contact each other.
 
==FireBrick ALondon Config==
 
<ipsec-ike comment="toReading">
<connection name="toReading" local-ip="203.0.113.1" peer-ips="198.51.100.1" graph="ReadingIPsec" routes="10.0.0.0/24" local-ID="1" peer-ID="1" auth-method="Secret" secret="mySecretPassword" mode="Immediate"/>
</ipsec-ike>
 
==FireBrick B Config==
 
<ipsec-ike comment="toLondon">
<connection name="toLondon" local-ip="198.51.100.1" peer-ips="203.0.113.1" graph="LondonIPsec" routes="192.168.0.0/24"local-ID="1" peer-ID="1" auth-method="Secret" secret="mySecretPassword" mode="Immediate"/>
</ipsec-ike>
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,270

edits