Once you create an IPsec VPN in Interface Mode, there will be a new virtual interface under System>Network>Interfaces>the_wan_port_specified.
What do you do to have traffic flow out on a port?
let' s assume your tunnel is called ' Miami' and the remote network is 10.8.22.0/24:
- create a static route to the remote subnet, using the tunnel interface
e.g. 10.8.22.0/24 via ' Miami' (do not specify a gateway address!)
- then allow traffic to pass from ' internal' to ' Miami' :
create a firewall policy, source port ' internal' , src addr ' my_LAN' , dest port ' Miami' , dest addr 10.8.22.0/24, action ACCEPT (!), no NAT
This will allow traffic initiated from your LAN to the ' Miami' network, including reply traffic. If you want to allow traffic initiated from Miami into your LAN, you need an additional policy with reversed source/destination.
Assuming you have a mail server in Miami, and you query it for new messages. This will flow across just one policy. If you want the Miami people to get files from your LAN, you need a second policy.
So, ' Interface Mode' VPN behave just like any other (physical or VLAN) port, in respect to routing and policies. This includes NAT, traffic shaping, UTM etc.
Ede Kernel panic: Aiee, killing interrupt handler!