This document describes how to configure Secure Access with Fortigate Firewall.
Cisco recommends you have knowledge of these topics:
The information in this document is based on:
The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, ensure that you understand the potential impact of any command.

Cisco has designed Secure Access to protect and provide access to private applications, both on-premise and cloud-based. It also safeguards the connection from the network to the internet. This is achieved through the implementation of multiple security methods and layers, all aimed at preserving the information as it is accessed via the cloud.
1. Navigate to the admin panel of Secure Access.

2. Click Connect > Network Connections > Network Tunnels Groups.

3. Under Network Tunnel Groups, click on +Add.

4. Configure the Tunnel Group Name, Region and Device Type.
5. Click Next.

Note: Choose the region closest to the location of your firewall.
6. Configure the Tunnel ID Format and Passphrase.
7. Click Next.

8. Configure the IP address ranges or hosts that you configured on your network and want to pass the traffic through Secure Access.
9. Click Save.

10. Once you Save, the information on the tunnel displays. Save this information for the next step; Configure the VPN Site to Site on Fortigate.

1. Navigate to your Fortigate dashboard.
2. Click VPN > IPsec Tunnels.

3. Click Create New > IPsec Tunnels.

4. Click Custom, configure a Name, and click Next.

In the next image, you can see how to configure the settings for the Network.

Network
Now, configure the IKE Authentication.

Note: Secure Access only supports IKEv2.
Next, configure the Phase 1 Proposal.

20, you can have problems later on if you choose multiplesNow configure the Phase 2 Proposal.

After that, click OK. You'll the VPN was established with Secure Access and you can continue with the next step; Configure the Tunnel Interface.

After the tunnel is created, a new interface displays behind the port that you are using as a WAN interface to communicate with Secure Access.
1. To check this, navigate to Network > Interfaces.

2. Expand the port you use to communicate with Secure Access; in this case, the WAN interface.

3. Click on your Tunnel Interface and click Edit.

4. Refer to the image to configure the settings.
Interface Configuration
5. Click OK to save the configuration settings and proceed with the next step; Configure Policy Route (Origin-based routing).

Warning: After completion, configure FortiGate firewall policies to permit traffic from your device to Secure Access and from Secure Access to your destination networks.
At this point, you have your VPN configured and established to Secure Access. Now, you must reroute the traffic to Secure Access to protect your traffic or access to your private applications behind your FortiGate firewall.
1. Navigate to Network > Policy Routes.

2. Configure the policy.

3. Click OK to save the configuration settings. Verify if the traffic to your devices was rerouted to Secure Access.
To verify if the traffic was rerouted from to Secure Access, you have two options; you can check on the internet and check for your public IP, or you can run the command with curl:
C:\Windows\system32>curl ipinfo.io
{
"ip": "151.186.197.1",
"city": "Frankfurt am Main",
"region": "Hesse",
"country": "DE",
"loc": "50.1112,8.6831",
"org": "AS16509 Amazon.com, Inc.",
"postal": "60311",
"timezone": "Europe/Berlin",
"readme": "https://ipinfo.io/missingauth"
}
The public range where you can see your traffic is:
Note: These IPs are subject to change, Cisco can extend this range in the future.
If you see a change to your public IP, that means you are protected by Secure Access. You can configure your private application on the Secure Access dashboard to access your applications from VPNaaS or ZTNA.
| Revision | Publish Date | Comments |
|---|---|---|
2.0 |
04-Jun-2026
|
Updated spelling, grammar, sentence structure, edit alt text, and numbering. |
1.0 |
02-Aug-2024
|
Initial Release |