Understand how Palo Alto Networks implements various VPN topologies, including LSVPN (Large Scale VPN) for efficient and scalable branch connectivity.
A VPN tunnel securely connects two or more endpoints over a public or untrusted network. Palo Alto Networks supports multiple configurations to suit enterprise needs.
This is a traditional VPN deployment model where a single peer connects to another peer. It's used for site-to-site VPNs between two known locations.
In this configuration, a central device (hub) terminates VPN tunnels from multiple remote sites (spokes or satellites). This is ideal for large branch deployments.
LSVPN is Palo Alto Networks’ solution to automate deployment of one-to-many VPNs with minimal manual configuration at the satellite (remote) end.
Component | Description |
---|---|
Portal | Distributes the satellite configuration (certificates, profiles). |
Gateway | Terminator of IPSec tunnels; resides in the data center or HQ. |
Satellite | Remote device that connects to the gateway and receives configuration from the portal. |
Use Case | Best Tunnel Type |
---|---|
Branch to HQ (few locations) | One-to-One (Static IPSec) |
Hundreds of branches | One-to-Many (LSVPN) |
GRE over IPSec for encapsulation | One-to-One GRE |
Dynamic VPN for remote sites | One-to-Many with Dynamic Peers |