
This document will guide you on how to create a site-to-site VPN tunner between a Fortigate FG200 and a Cradlepoint router/firewall. On the Cradlepoint we only have a GUI option for configuration while the Fortigate we can use either the web interface or the command line. Both options are referenced below. The diagram reflects the WAN IP addresses of both devices as well as the LAN subnets. Once configued the 10.77.77.0/24 subnet should be able to communicate bi-drectionally to the 10.117.152.0/28 subnet.
Networking - Tunnels - IPSec VPN, then click on the Add button in the middle section
Match your configuration to the screenshots below






config firewall address
edit "Sub-WA-LAN"
set subnet 10.117.152.0 255.255.255.240
next
end
config vpn ipsec phase1-interface
edit "Sub-WA"
set interface "wan"
set keylife 28800
set mode aggressive
set peertype any
set net-device disable
set proposal aes256-sha512
set dhgrp 16
set remote-gw 2.2.2.2
set psksecret Very-Secret-Password!
next
end
config vpn ipsec phase2-interface
edit "Sub-WA"
set phase1name "Sub-WA"
set proposal aes256-sha512
set dhgrp 16
set src-addr-type name
set dst-addr-type name
set keylifeseconds 3600
set src-name "VPN-LAN-Subnets"
set dst-name "Sub-WA-LAN"
next
end
config router static
edit 39
set dst 10.117.152.0 255.255.255.240
set device "Sub-WA"
next
end
config firewall policy
edit 73
set name "Sub-WA-Local"
set srcintf "Sub-WA"
set dstintf "VLAN-777"
set action accept
set srcaddr "Sub-WA-LAN"
set dstaddr "VPN-LAN-Subnets"
set schedule "always"
set service "ALL"
next
edit 74
set name "Local-WA-Sub"
set srcintf "VLAN-777"
set dstintf "Sub-WA"
set action accept
set srcaddr "VPN-LAN-Subnets"
set dstaddr "Sub-WA-LAN"
set schedule "always"
set service "ALL"
next
end
VPN - IPsec Tunnels and you will see the one you just built with a green arrow pointing up, similar to the picture below.

If you don't like the command line interface, you can use the WebUI to accomplish the same things. Follow the steps below.


Follow the screenshots below to create the rest of the tunnel interface





Network - Static Routes - Create New

Policy and Objects - Firewall Policy and click on Create New
First we need to create the Remote site to Local policy as noted on the screenshot below.

Second we need to create the Local site to Remote policy as noted on the screenshot below.

