Fortinet FortiGate BOVPN Integration Guide
Deployment Overview
WatchGuard provides integration instructions to help our customers configure WatchGuard products to work with products created by other organizations. If you need more information or technical support about how to configure a third-party product, see the documentation and support resources for that product.
This integration guide describes how to configure a Branch Office VPN (BOVPN) tunnel between a WatchGuard Firebox and a Fortinet FortiGate 60E.
Integration Summary
The hardware and software used in this guide include:
- WatchGuard T55-W
- Fireware v12.5.2 or higher
- Fortinet FortiGate 60E
- FortiOS v6.2.0 or higher
Topology
This diagram shows the topology for a BOVPN connection between a Firebox and a Fortinet FortiGate 60E.
Configure the Firebox
On the Firebox, configure a BOVPN connection:
- Log in to Fireware Web UI.
- Select VPN > Branch Office VPN.
The Branch Office VPN configuration page appears. - In the Gateways section, click Add.
- In the Gateway Name text box, type a name to identify this Branch Office VPN gateway.
- From the Address Family drop-down list, select IPv4 Addresses.
- In the Credential Method section, select Use Pre-Shared Key.
- In the adjacent text box, type the pre-shared key.
- In the Gateway Endpoint section, click Add.
The Gateway Endpoint Settings dialog box appears. - From the External Interface drop-down list, select External.
- From the Interface IP Address drop-down list, select Primary Interface IPv4 Address.
The Primary Interface IP Address is the primary IP address you configured on the selected external interface. - Select By IP Address.
- In adjacent text box, type the primary IP address of the External Firebox interface.
- Select the Remote Gateway tab.
- Select Static IP Address.
- In the adjacent text box, type the IP address of your Fortinet WAN connection.
- Select By IP Address.
- In the adjacent text box, type the IP address of your Fortinet WAN connection.
- Keep the default settings for all other options.
- Click OK.
- In the Gateway Endpoint section, select the Start Phase 1 tunnel when Firebox starts check box.
- Select the Phase 1 Settings tab.
- From the Version drop-down list, select IKEv2.
- Keep all other Phase 1 settings as the default values.
- Click Save.
- In the Tunnels section, click Add.
- From the Gateway drop-down list, select gateway.1.
- In the Addresses section, click Add.
- In the Local IP section, from the Choose Type drop-down list, select Network IPv4.
- In the Network IP text box, type the local IP segment. This IP address is the internal network that the VPN protects.
- In the Remote IP section, from the Choose Type drop-down list, select Network IPv4.
- In the Network IP text box, type the remote IP segment. This IP address is the internal network that the VPN protects.
- Click OK.
- Keep the default Phase 2 Settings.
- Click Save.
Configure the FortiGate 60E
Follow these steps to configure the interfaces, VPN settings, policies, and routes on your FortiGate device.
Interface Settings
- Log in to the FortiGate 60E Web UI at https://<IP address of FortiGate 60E>. The default IP address is 192.168.1.99.
- Select Network > Interfaces.
- Configure the external interface (wan1) and the internal interface (internal2). For information about how to configure interfaces, see the Fortinet User Guide.
Enable Policy-based VPN
- Select System > Feature Visibility.
- Enable Policy-based IPsec VPN under Additional Features.
- Click Apply.
IPSec VPN Tunnels Settings
- Select VPN > IPsec Tunnels.
- Click Create New.
- In the Name text box, type the object name. In our example, the name is peer.
- Select Custom (No Template).
- Click Next.
- Clear the Enable IPsec Interface Modecheck box.
- From the Remote Gateway drop-down list, select Static IP Address.
- In the IP Address text box, type the public IP address of the Firebox. In our example, the IP address is 203.0.113.2.
- From the Interface drop-down list, select wan1. Leave the default value for all other settings in the Network section.
- In the Authentication section, from the Method drop-down list, select Pre-shared Key.
- In the Pre-shared Key text box, type the pre-shared key.
- In the IKE section, for Version, select 2.
- In the Phase 1 Proposal section, remove all proposals except AES256 for encryption and SHA256 for authentication.
- For the Diffie-Hellman Groups, select 14. Clear all other check boxes.
- Leave the default value for all other Phase 1 settings.
- In the Phase 2 Selectors section, from the Local Address drop-down list, select Subnet. Type the local IP segment. This IP address is the internal network that the VPN protects.
- From the Remote Address drop-down list, select Subnet. Type the remote IP segment. This IP address is the internal network that the VPN protects.
- Expand Advanced.
- Remove all proposals except AES256 for encryption and SHA256 for authentication.
- Enable Enable Replay Detection.
- Enable Enable Perfect Forward Secrecy (PFS)
- For the Diffie-Hellman Groups, check 14. Clear all other check boxes.
- Leave the default value for all other Phase 2 selectors.
- Click OK.
Policy Settings
- Select Policy & Objects > Addresses.
- Click Create New > Address.
- In the Name text box, type a name for the IP address. In our example, the name is WatchGuard_INT.
- From the Type drop-down list, select Subnet.
- In the IP/Netmask text box, type the IP segment.
- Leave the default value for all other settings.
- Click OK.
- Repeat steps 1–7 to create another IP segment.
- Select Policy & Objects > IPv4 Policy.
- Click Create New.
- In the Name text book, type the object name. In our example, the name is policy1.
- From the Incoming Interface drop-down list, select internal2.
- From the Outgoing Interface drop-down list, select wan1.
- From the Source Address drop-down list, select FortiGate 60E_INT.
- From the Destination Address drop-down list, select WatchGuard_INT.
- From the Schedule drop-down list, select always.
- From the Service drop-down list, select All.
- From the Action drop-down list, select IPsec.
- From the VPN Tunnel drop-down list, select peer.
- Enable Allow traffic to be initiated from the remote site.
- Leave the default value for all other settings.
- Click OK.
The polices that you created appear on this page.
Route Settings
- From the navigation menu, select Network > Static Routes.
- Click Create New.
- In the Destination > Subnet text box, type 0.0.0.0/0.0.0.0.
- From the Interface drop-down list, select wan1.
- In the Gateway Address text box, type your wan1 port gateway.
- Leave the default value for all other settings.
- Click OK.
Test the Integration
To test the integration, from Fireware Web UI:
- Select System Status > VPN Statistics.
- Verify that the VPN tunnel is active.
To test the integration, from the FortiGate Web UI:
- Select Monitor > IPsec Monitor.
- Verify that the VPN tunnel is active.
Finally, verify that the servers at Host1 and Host2 can successfully ping each other.