Site-to-Site (EN)

Concept

VPN configuration for connecting networks

Site-to-Site VPN

Site-to-Site is a type of VPN configuration that connects two or more separate networks. In this setup, all devices in the connected networks can reach each other as if they were in a single local network. Site-to-Site VPNs are typically used to connect corporate locations, branch offices, or data centers. The configuration is usually performed on the network gateways or firewalls of the participating locations.

Architecture

flowchart LR   A[Location A] --> B[VPN Gateway]   B --> C[VPN Tunnel]   C --> D[VPN Gateway]   D --> E[Location B]   F[Location C] --> G[VPN Gateway]   G --> C 

In Context

  • Typically used together with IPsec, MPLS or SSL VPNs
  • Related to: Remote Access VPN, Hybrid Cloud, SD-WAN
  • Example use: Connection between headquarters and branch offices
Quelle: AI Generated