Ipsec VPN are defined by one of 2 means; a fwpolicy that has the action of encrypt enabled in the policy or a regular fwpolicy that points thru a VPN tunnel that was named in your phase1 setup The latter will always have a " route" installed pointing to the remote lan/destination. It' s simply called a " route-based" vpn, while the former is called " policy-based" due to the actually policy enables the encryption for interesting traffic. This is a take-over from the early netscreen and juniper days btw
Hi One is also important: - Policy Mode (often not accelerated and slow) - Interface Mode (allways accelerated and fast as easy to implement and troubleshoot) Policy Mode should only be usef for interoberability devices. By standard up to 5.0.4 Interface Mode is the new standard for creating VPN' s on FGT. Before it was Policy Mode and within Phase 1 it has to be enabled otherwise autom Policy Mode. Acceleration of enryption can be checked by following command (example shows Interface Mode acceleration by Hardware not Software which is often or always used by Policy Mode): # diag vpn ipsec status All ipsec crypto devices in use: CP6 null: 0 0 des: 0 0 3des: 0 0 aes: 11342694 118453159 null: 0 0 md5: 0 0 sha1: 11342694 118453159 sha256: 0 0 sha384: 0 0 sha512: 0 0 SOFTWARE: null: 0 0 des: 0 0 3des: 0 0 aes: 0 0 null: 0 0 md5: 0 0 sha1: 0 0 sha256: 0 0 sha384: 0 0 sha512: 0 0 Hope this helps have fun Andrea