FireBrick to FireBrick IPsec (Howto): Difference between revisions
Appearance
Content deleted Content added
mNo edit summary |
|||
| Line 53: | Line 53: | ||
<rule name="IPsec from Reading FB" protocol="50" action="accept" source-ip="203.0.113.1"/> |
<rule name="IPsec from Reading FB" protocol="50" action="accept" source-ip="203.0.113.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 London: |
You will also want to add firewall rules to allow traffic between the two LANs, eg, this will allow all traffic to and from London and will not NAT the traffic: |
||
<rule-set name="IPsec" source-interface="LAN ipsec" target-interface="LAN ipsec" no-match-action="continue" comment="Allow all traffic "> |
<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 name="Allow" set-graph="IPSecTraffic" action="accept" set-nat="false" /> |
||
</rule-set> |
</rule-set> |
||