What a site-to-site VPN does for business networks
A site-to-site VPN creates an encrypted communication path between two network locations (for example, two office sites, a branch and a head office, or a data center and a branch). Instead of exposing internal traffic in plain form on the underlying internet or another transit network, the VPN encapsulates and encrypts the data so that only the intended endpoints can interpret it.
In practice, this usually allows businesses to treat inter-site traffic more like internal traffic: systems at one site can securely reach systems at the other site over approved routes, while the encryption and authentication mechanisms help limit eavesdropping and tampering by intermediaries.
How it works (conceptually)
Most site-to-site VPN setups follow a consistent idea:
- Encryption of traffic: Data is wrapped in a secure tunnel format and encrypted during transit.
- Authentication of endpoints: The gateways at each site authenticate each other so the tunnel is established only between approved networks.
- Routing of “interesting” networks: Only specific internal subnets (or address ranges) are sent through the tunnel; other traffic uses separate paths.
- Key management: Cryptographic keys are negotiated and refreshed according to the VPN configuration.
Because a VPN is fundamentally a network-to-network connectivity method, the reliability and security depend on correct configuration at both gateways and on sensible network segmentation and firewall rules on each side.
Risks of not using a site-to-site VPN
Not using a site-to-site VPN can increase risk in multiple, sometimes overlapping ways.
1) Greater exposure of sensitive traffic Without an encrypted tunnel, inter-site communication may traverse untrusted networks without transport-level protection. Even if applications use their own encryption (for example, HTTPS), some traffic types, management interfaces, or legacy protocols may be exposed or inconsistently protected.
2) Harder control over what can connect A VPN design typically pairs with gateway policies and firewall rules that constrain which source networks can reach which destination networks. Without that structure, organizations often end up relying on broader network reachability, which can widen the attack surface for lateral movement or misuse.
3) More limited defense-in-depth Layering matters: VPN encryption is one layer, but it often works alongside endpoint hardening, monitoring, and access control. When VPN protection is missing, you may lose part of that defense-in-depth, making it more difficult to contain incidents.
4) Reduced visibility into “where” traffic should flow A properly designed site-to-site VPN creates a clear choke point (the gateways and tunnel policies). Without it, traffic paths can become more diverse and less predictable, complicating monitoring and incident response.
5) Operational complexity for secure alternatives Organizations sometimes replace a site-to-site VPN with ad hoc solutions (for example, opening ports broadly, using multiple direct tunnels, or relying on application-specific security). These approaches can work in limited cases, but gaps often appear as environments evolve—new services, new subnets, or new remote management needs.
Differences, limitations, and what can change the answer
A key limitation is that a site-to-site VPN does not “secure everything by default.” It only protects the traffic that is correctly routed through the tunnel and only when the endpoints are properly authenticated and configured.
Consider these boundary conditions:
- Scope depends on routing: If important subnets are not mapped to the tunnel, that traffic may bypass VPN protection.
- Trust and endpoint security still matter: If one gateway is misconfigured or compromised, encryption alone may not prevent misuse.
- Not a replacement for local controls: Firewalls, least-privilege access, and secure device configuration remain important—VPNs do not remove the need for them.
- Performance and reliability can affect availability: VPNs introduce additional processing and dependencies on gateway health; the impact varies by design and network conditions.
A final nuance: some organizations may already have strong application-layer protections for every relevant service. In those cases, the risk reduction from a VPN may be smaller for specific applications—but you still have to verify coverage across all traffic types, management channels, and supporting protocols. If verification is incomplete, the safer assumption is that unmanaged or legacy traffic may remain exposed.
Practical checks: verifying whether you’re actually protected
You can validate the protection level with concrete, non-technical-to-audit checks:
-
Confirm which networks traverse the tunnel Document the internal address ranges that should be reachable across sites and verify they are configured to use the VPN path.
-
Verify routing and firewall intent Check that inter-site reachability is constrained to the approved destinations and that inbound rules on each side align with the expected communication patterns.
-
Look for evidence of encryption on relevant flows For traffic that should be protected by the tunnel, confirm that observed sessions match the expected secure transport behavior (for example, that traffic is not visibly transiting outside the intended encrypted path).
-
Review monitoring and alerting coverage Ensure you have logs and alerts around tunnel status, gateway authentication events, policy changes, and unusual connection attempts between sites.
-
Test a controlled connectivity scenario Run a limited test from one site to a specific service at the other site and verify it uses the intended path and permissions. Repeat for at least one critical and one “least critical” service so you can detect configuration drift.
Related concepts to keep straight
Two concepts are often confused with site-to-site VPNs:
- Application-layer encryption: Solutions like HTTPS encrypt specific application traffic, but they don’t automatically cover all protocols, management interfaces, or backend communications.
- Remote-access VPNs: These typically focus on users connecting from anywhere to internal resources, while site-to-site VPNs focus on connecting entire networks between defined locations.
If your goal is protecting inter-office network connectivity, a site-to-site VPN is specifically designed for that “network-to-network” use case—provided the routing, authentication, and access policies are implemented carefully.
