Configure the NGFW IPSec Tunnel
Focus
Focus
Remote Browser Isolation

Configure the NGFW IPSec Tunnel

Table of Contents

Configure the NGFW IPSec Tunnel

Configure the NGFW to route internet-bound traffic through an IPSec tunnel to Prisma® Access.
Where Can I Use This?What Do I Need?
  • NGFW (Managed by PAN-OS or Panorama)
  • Prisma Access (Managed by Strata Cloud Manager)
  • Prisma Access license with Remote Networks license subscription
  • Remote Browser Isolation license
  • Strata Cloud Manager Pro license
Configure the NGFW after the Prisma Access Remote Networks tunnel is active. You need the Service Endpoint IP that Strata Cloud Manager assigned in the previous step — this is the IPSec peer address you enter on the NGFW.
  1. Confirm interface and zone assignments.
    1. In the NGFW web interface, select NetworkInterfacesEthernet and confirm the following assignments.
      InterfaceTypeZone
      Untrust interface (internet-facing)Layer3untrust
      Trust interface (branch-facing)Layer3trust
      If you have not already created untrust and trust zones, select NetworkZones and create them with type Layer3.
  2. Create an IKE crypto profile.
    1. Select NetworkNetwork ProfilesIKE Crypto and click Add.
    2. Configure the IKE crypto profile settings.
      FieldValue
      NameA descriptive name (for example, pa-ike-crypto)
      DH GroupGroup 14
      EncryptionAES-256-CBC
      AuthenticationSHA-256
      Key Lifetime8 hours
      Use an explicit crypto profile. Do not select default — the default profile can cause IKE negotiation failures with Prisma Access.
    3. Click OK.
  3. Create an IPSec crypto profile.
    1. Select NetworkNetwork ProfilesIPSec Crypto and click Add.
    2. Configure the IPSec crypto profile settings.
      FieldValue
      NameA descriptive name (for example, pa-ipsec-crypto)
      EncryptionAES-256-CBC
      AuthenticationSHA-256
      DH GroupGroup 14
    3. Click OK.
  4. Create an IKE gateway.
    1. Select NetworkNetwork ProfilesIKE Gateways and click Add.
    2. On the General tab, configure the following settings.
      FieldValue
      NameA descriptive name (for example, pa-ike-gw)
      VersionIKEv2 only mode
      InterfaceThe NGFW untrust interface
      Peer IP AddressThe Prisma Access Service Endpoint IP from the bandwidth allocation step
      AuthenticationPre-Shared Key
      Pre-Shared KeyThe same PSK you configured in Strata Cloud Manager
      Local IdentificationIP Address — enter the NGFW's external (public) untrust IP
      Set the Local Identification field to the NGFW's external public IP. If your NGFW is behind NAT, PAN-OS sends the internal interface IP as the IKE identity by default, and Prisma Access rejects this with an authentication failure.
    3. On the Advanced Options tab, configure the following settings.
      FieldValue
      NAT TraversalEnabled
      IKE Crypto ProfileSelect the profile you created in step 2
    4. Click OK.
  5. Create a tunnel interface.
    1. Select NetworkInterfacesTunnel and click Add.
    2. Configure the tunnel interface settings.
      FieldValue
      Interface Nametunnel.1
      Logical Routerdefault
      Security Zoneuntrust
    3. Click OK.
  6. Create the IPSec tunnel.
    1. Select NetworkIPSec Tunnels and click Add.
    2. Configure the IPSec tunnel settings.
      FieldValue
      NameA descriptive name (for example, pa-rbi-tunnel)
      Tunnel Interfacetunnel.1
      TypeAuto Key
      Address TypeIPv4
      IKE GatewaySelect the gateway you created in the step 4
      IPSec Crypto ProfileSelect the profile you created in the step 3
    3. Click OK.
  7. Add a default route through the tunnel.
    1. Select NetworkRoutingLogical RoutersdefaultStatic RoutesIPv4 and click Add.
    2. Configure the static route settings.
      FieldValue
      NameA descriptive name (for example, default-via-tunnel)
      Destination0.0.0.0/0
      Interfacetunnel.1
      Next HopNone
      Do not configure source NAT (SNAT) for tunnel traffic. Prisma Access handles all egress NAT for outbound traffic. Adding SNAT causes Prisma Access to receive the NGFW interface IP as the source instead of the original endpoint IP.
    3. Click OK.
  8. Create a security policy to allow traffic from the trust zone to the internet.
    1. Select PoliciesSecurity and click Add.
    2. Configure the security policy settings.
      FieldValue
      NameA descriptive name (for example, trust-to-internet)
      Source Zonetrust
      Destination Zoneuntrust
      Applicationany
      Serviceapplication-default
      Action SettingsAllow
    3. Click OK.
  9. Select Commit.
    After the commit completes, select NetworkIPSec Tunnels — the tunnel status should show green within a few minutes. If the tunnel does not come up, check MonitorLogsSystem for IKE negotiation errors.