GlobalProtect™ is Palo Alto Networks' solution for providing secure remote access for mobile users (laptops, smartphones, tablets) to organizational resources. It extends the firewall's security policies and visibility to users regardless of their location. A typical GlobalProtect deployment involves two main components configured on the firewall:
Proper configuration of both Portal and Gateway is essential for a functioning GlobalProtect deployment.
Before configuring the Portal and Gateway, ensure the following are in place:
The Portal acts as the initial point of contact and configuration delivery mechanism.
Network > GlobalProtect > Portals
This tab defines the configuration pushed down to the GlobalProtect agent software.
Used for LSVPN (Large Scale VPN) configurations, where the Portal provides configuration to satellite firewalls, not end-user clients. Not typically configured for standard remote access VPN.
The Gateway terminates the VPN tunnels and enforces policy on user traffic.
Network > GlobalProtect > Gateways
Defines tunnel parameters and client settings provided by this *specific* gateway.
tunnel.10
) that will terminate the GP tunnels for this gateway.
Simply configuring the Portal and Gateway objects isn't enough. The following must also be configured:
Network > Interfaces > Tunnel
) Create the logical tunnel interface referenced in the Gateway config. Assign it to the appropriate
Virtual Router
and
Security Zone
(e.g., `VPN-Zone`).
Device > Authentication Profile
/
Device > Authentication Sequence
) Configure the connection to your authentication backend (LDAP, RADIUS, SAML, etc.).
Device > Certificate Management > SSL/TLS Service Profile
) Create a profile referencing the Server Certificate used by the Portal and Gateway.
graph TD subgraph "Remote User" GPClient[GlobalProtect Agent] end subgraph "Internet" I{{Public Network}} end subgraph "Firewall" ExtIntf(External InterfaceSimplified GlobalProtect Connection Flow.
e.g., eth1/1) --- P(GP Portal
Delivers Config,
GW List); ExtIntf --- G(GP Gateway
Terminates Tunnel); P -- Provides GW Info --> GPClient; G -- Establishes Tunnel --> GPClient; TunIntf(Tunnel Interface
e.g., tunnel.10
Zone: VPN) -- Terminates --> G; TunIntf -- Member of --> VR(Virtual Router); VR -- Routes Traffic --> IntZone(Internal Zone
e.g., Trust); SecPol(Security Policy
VPN Zone to Trust Zone) -- Allows --> TrafficFlow; NoNAT(NAT Policy
No-NAT for VPN Pool) -- Applies to --> TrafficFlow; end subgraph "Internal Network" IntRes(Internal Resources
Servers, Apps) end GPClient -- 1. Connects to Portal --> P; GPClient -- 2. Connects to Gateway --> G; GPClient -- Tunneled Traffic --> TunIntf; TrafficFlow(User Traffic) -- Goes via VR --> IntZone --> IntRes; linkStyle 0 stroke-width:1px,color:gray; linkStyle 1 stroke-width:1px,color:gray; linkStyle 2 stroke:#007bff,stroke-width:2px,color:blue; linkStyle 3 stroke:#007bff,stroke-width:2px,color:blue; linkStyle 4 stroke-width:1px,color:gray; linkStyle 5 stroke-width:1px,color:gray; linkStyle 6 stroke-width:1px,color:gray; linkStyle 7 stroke-width:1px,color:gray; linkStyle 8 stroke:#28a745,stroke-width:2px,color:green; linkStyle 9 stroke:#28a745,stroke-width:2px,color:green; linkStyle 10 stroke:#6f42c1,stroke-width:2px,color:purple; linkStyle 11 stroke:#6f42c1,stroke-width:2px,color:purple;
For the PCNSE exam, regarding GlobalProtect Portal and Gateway configuration:
1. What is the primary function of the GlobalProtect Portal?
2. Which component of the GlobalProtect configuration is responsible for terminating the actual VPN tunnel and enforcing security policies on the tunneled traffic?
3. Where does an administrator configure the list of available GlobalProtect Gateways that the client agent should try to connect to?
4. Which configuration object is selected in the GlobalProtect Gateway settings (Agent > Tunnel Settings) to logically terminate the VPN tunnels?
5. What setting within the GlobalProtect Gateway's Client Settings configuration determines which networks the client sends through the VPN tunnel versus accessing directly?
6. What type of certificate is typically required and configured in an SSL/TLS Service Profile for both the GlobalProtect Portal and Gateway?
7. After configuring the Portal and Gateway, what crucial policy must be created to allow GlobalProtect users to access internal resources?
8. What is the purpose of configuring a "No NAT" rule for GlobalProtect traffic?
9. Which GlobalProtect component requires a valid GlobalProtect subscription/license on the firewall?
10. Using an FQDN instead of an IP address for the Gateway address in the Portal configuration is recommended primarily because it: