FireBrick to FireBrick IPsec (Howto): Difference between revisions

mNo edit summary
 
<rule name="IPsec from London FB" protocol="50" action="accept" source-ip="198.51.100.1"/>
 
You will also want to add firewall rules to allow traffic between the two LANs, eg, this will allow all traffic to and from Reading:
 
<rule-set name="IPsec" source-interface="LAN ipsec" target-interface="LAN ipsec" no-match-action="continue" comment="Allow all traffic ">
<rule name="Allow" set-graph="IPSecTraffic" action="accept"/>
</rule-set>
 
==FireBrick Reading Config==