TTechclick ⚡ XP 0% All lessons
Sophos · Next-Gen Firewall · VPNInteractive · L1 / L2 / L3

Sophos Firewall VPNs — Site-to-Site, Remote Access & SD-RED

One Sophos Firewall can join your offices, bring remote staff inside, and light up a tiny branch with zero configuration. This lesson maps every VPN style — site-to-site IPsec (policy- vs route-based), SSL VPN, Sophos Connect, clientless access and SD-RED — shows how IPsec phase 1 and phase 2 negotiate, and fixes the single most common tunnel failure.

📅 2026-06-19 · ⏱ 16 min · 5 infographics · live tunnel demo · 🏷 10-Q assessment + AI Tutor inline

⚡ Quick Answer

A clear, interactive guide to Sophos Firewall VPNs (2026): site-to-site IPsec (IKEv2, policy-based vs route-based with a tunnel interface), IPsec profiles and the classic phase-1/phase-2 mismatch, remote access with Sophos Connect, SSL VPN, IPsec RA and clientless portal access, plus zero-touch SD-RED branches and MFA — all in one VPN zone.

🎯 By the end you will be able to

Read as:

Pick where you want to start

1

Site-to-site IPsec

Policy- vs route-based, IKEv2, initiate vs respond.

2

IPsec profiles

Phase 1 & phase 2 crypto, and the classic mismatch.

3

Remote access

Sophos Connect, SSL VPN, clientless, MFA.

4

SD-RED & design

Zero-touch branches and the pitfalls to dodge.

🧠 Warm-up — 3 questions, no score

Just notice which ones make you pause. We answer all three inside the lesson.

1. Which site-to-site design lets you run dynamic routing over the tunnel?

Answered in Site-to-site IPsec.

2. A tunnel shows phase 1 up but phase 2 down. Most likely cause?

Answered in IPsec profiles.

3. What is the recommended remote-access VPN client for users?

Answered in Remote access.

Most engineers think…

Most people think 'VPN on a firewall' means one thing — a site-to-site IPsec tunnel between two offices. That single mental model leaves you stuck the moment someone asks about a travelling laptop or a one-person retail kiosk.

A Sophos Firewall is really a VPN concentrator for several styles at once: site-to-site IPsec (policy-based or route-based) and SSL to join networks, remote access via Sophos Connect, SSL VPN, IPsec RA and clientless HTML5 bookmarks to bring users in, and SD-RED for a zero-touch branch. They all land in the same VPN zone, obey the same firewall rules, and sit behind the same MFA. Knowing which style fits which problem — and how phase 1 and phase 2 negotiate underneath — is what makes you useful in design reviews and in interviews.

① Site-to-site IPsec — policy-based vs route-based

A site-to-site VPN joins two networks with a permanent encrypted tunnel, so a host in one office reaches a host in the other as if they were on the same LAN. On Sophos Firewall the workhorse is IPsec, negotiated with IKEv2 (legacy IKEv1 is still supported). Each end is set to initiate (actively brings the tunnel up) or respond-only (waits for the peer) — a branch on a dynamic public IP normally initiates to a static-IP head office that responds.

Two designs, one choice

In a policy-based tunnel the firewall encrypts traffic that matches configured local and remote subnets — simple, but every new subnet means editing the list. In a route-based tunnel the connection becomes a virtual tunnel interface (xfrm) that you simply route traffic into. Route-based is preferred for scale and SD-WAN because you can run dynamic routing (OSPF/BGP/static) over the tunnel instead of maintaining subnet lists by hand.

Figure 1 — How a site-to-site IPsec tunnel comes up
Every site-to-site IPsec tunnel runs the same negotiation before traffic can flow.How a site-to-site IPsec tunnel comes upInitiatepeer starts IKEPhase 1auth + IKE SAPhase 2IPsec SA / keysTunnel upinterface readyTrafficfirewall rule allows
Every site-to-site IPsec tunnel runs the same negotiation before traffic can flow.
Figure 2 — Policy-based vs route-based IPsec
Both encrypt office-to-office traffic; route-based scales and supports dynamic routing.Policy-based vs route-based IPsecPolicy-basedEncrypt by matched subnetsEdit subnet list per changeSimple, fixed linksNo tunnel interfaceRoute-basedVirtual tunnel interface (xfrm)Route traffic into itDynamic routing & SD-WANScales without subnet lists
Both encrypt office-to-office traffic; route-based scales and supports dynamic routing.
Reach for route-based when you'll grow

If you expect more subnets, multiple sites, or any dynamic routing / SD-WAN, start with a route-based tunnel and its tunnel interface. You route traffic into the interface once instead of editing local/remote subnet lists every time the network changes.

Quick check · Q1 of 10 · Understand

Which site-to-site design exposes a tunnel interface and lets you run dynamic routing?

Correct: b. Route-based IPsec turns the connection into a virtual tunnel interface (xfrm) you route traffic into, so you can run OSPF/BGP/static routing over it — preferred for SD-WAN and scale. Policy-based encrypts by matched subnet lists.
👉 So far: Site-to-site IPsec on Sophos uses IKEv2; choose policy-based for simple fixed links, route-based (tunnel interface) when you want dynamic routing or SD-WAN. One end initiates, the other responds.

② IPsec profiles — phase 1, phase 2 and the classic mismatch

The thing that actually decides whether a tunnel comes up is the IPsec profile — the rulebook both ends must agree on. It is split into two phases. Phase 1 (IKE) authenticates the peers and builds a secure channel: it negotiates encryption, hashing, the Diffie-Hellman (DH) group and a key lifetime. Phase 2 (the IPsec SA) then negotiates the keys that actually encrypt your data, including encryption, an optional PFS DH group and its own lifetime.

The failure everyone hits

If phase 1 succeeds but phase 2 never establishes, the two ends almost always disagree on phase 2 crypto — a different encryption algorithm, DH group or PFS setting. The IPsec log shows 'no proposal chosen'. The fix is not to restart the box: open the IPsec profile on both firewalls and make encryption, DH group, PFS and key life identical, then re-initiate.

Figure 3 — The IPsec profile — two phases
Phase 1 builds the IKE channel; phase 2 builds the keys that encrypt data. Both must match end to end.The IPsec profile — two phasesPhase 1 (IKE)Auth, encryption, DH group, lifetimePhase 2 (IPsec SA)Data encryption, PFS, key lifetimeBoth ends agreeMismatch = no proposal chosen
Phase 1 builds the IKE channel; phase 2 builds the keys that encrypt data. Both must match end to end.
🛣️
Route-based IPsec
tap to flip

The tunnel becomes a virtual interface (xfrm) you route into — so you can run dynamic routing and scale for SD-WAN without editing subnet lists.

📜
IPsec profile
tap to flip

The phase 1 / phase 2 rulebook: encryption, DH group, PFS and lifetimes. Both ends must match exactly or the tunnel never establishes.

💻
Sophos Connect
tap to flip

The recommended remote-access client for IPsec and SSL VPN — provisioned by .scx/.pro file or Sophos Central, with OTP and auto-connect.

📦
SD-RED
tap to flip

A zero-touch Remote Ethernet Device (SD-RED 20/60) that auto-builds an encrypted tunnel back to the firewall, managed centrally with no local config.

Priya Nair at Kanira Retail in Kochi faces this

A new site-to-site IPsec tunnel between the Kochi head office (static IP) and the Coimbatore warehouse (dynamic IP) shows phase 1 up, but phase 2 never establishes — so no traffic flows between the sites.

Likely cause

The two ends use different phase 2 settings: the warehouse profile has PFS and a stronger DH group with AES-256, while the head-office profile has PFS off and AES-128. The phase 2 (IPsec SA) proposal is rejected.

Diagnosis

In VPN ▸ IPsec connections the tunnel is green on phase 1 but has no child SA; the IPsec log viewer shows 'no proposal chosen' on phase 2.

Sophos Firewall ▸ VPN ▸ IPsec connections + Logs ▸ VPN (IPsec)
Fix

Edit the IPsec profile so encryption, DH group, PFS and key life are identical on both firewalls, and confirm a firewall rule permits the VPN-zone subnets both ways.

Verify

Re-initiate the tunnel; phase 2 comes up, the IPsec log shows a child SA established, and a host in Kochi can reach a host in Coimbatore.

Quick check · Q2 of 10 · Analyze

A tunnel shows phase 1 established but phase 2 never comes up. The single most likely cause is…

Correct: c. Phase 1 building the IKE channel but phase 2 failing means the IPsec SA proposals disagree — usually a different encryption algorithm, DH group or PFS setting. The log shows 'no proposal chosen'. Match the IPsec profile on both ends.
👉 So far: The IPsec profile is the rulebook: phase 1 builds the IKE channel, phase 2 builds the data keys. 'Phase 1 up, phase 2 down' means mismatched phase 2 crypto — match encryption, DH group, PFS and lifetime on both ends.

③ Remote access — Sophos Connect, SSL VPN, clientless and MFA

Bringing a single user's device inside the network uses a different toolkit. The recommended client is Sophos Connect: it supports both IPsec and SSL remote access, is provisioned by importing a .scx/.pro connection file or pushed via Sophos Central, and supports OTP/two-factor and auto-connect. There is also classic SSL VPN remote access (OpenVPN-based, with a downloadable client config), plain IPsec remote access, and — for the lightest touch — clientless access through the user portal.

Whichever style you pick, remote users land in the VPN zone, are authenticated against AD/LDAP/RADIUS, and should always sit behind MFA/OTP (Sophos Authenticator or a third-party app). The interview line: a stolen password alone must never be enough to walk into the network — MFA is the difference.

Figure 4 — One VPN zone, every access style
All VPN styles land in the same VPN zone, obey the same firewall rules and sit behind MFA.One VPN zone, every access styleVPN zone+ MFA / OTPSite-to-site IPsecSSL site-to-siteSophos ConnectSSL VPN remoteClientless portalSD-RED branch
All VPN styles land in the same VPN zone, obey the same firewall rules and sit behind MFA.
Remote access without MFA

Standing up Sophos Connect or SSL VPN and skipping OTP/MFA is the classic security miss. A single phished or reused password then equals full network access. Bind remote access to AD/LDAP/RADIUS and require a second factor (Sophos Authenticator or third-party) before anyone lands in the VPN zone.

▶ Watch a remote worker connect with Sophos Connect

How a laptop gets inside end-to-end. Press Play for the healthy path, then Break it to see the classic failure.

① ConnectAnjali in Mumbai opens Sophos Connect and starts the IKEv2 tunnel to the firewall.
② Phase 1 + OTPPhase 1 authenticates her against AD and prompts for the one-time passcode (MFA).
③ Phase 2 SA upPhase 2 negotiates matching crypto, the IPsec SA comes up and the tunnel interface is ready.
④ Reach the appShe lands in the VPN zone; a firewall rule permits it and she reaches the internal app.
Press Play to step through the healthy connect path. Then press Break it.
Quick check · Q3 of 10 · Remember

Which is Sophos's recommended remote-access VPN client for users?

Correct: a. Sophos Connect is the recommended remote-access client; it supports both IPsec and SSL VPN, is provisioned by a .scx/.pro file or via Sophos Central, and supports OTP and auto-connect.
👉 So far: Remote access = Sophos Connect (IPsec/SSL), SSL VPN, IPsec RA, or clientless HTML5 bookmarks. All land in the VPN zone behind AD/LDAP/RADIUS and must sit behind MFA/OTP.

④ SD-RED zero-touch branches — and the pitfalls

For a tiny site with no on-site IT — a retail counter, a kiosk, a two-person office — a full site-to-site tunnel is overkill. The SD-RED (Remote Ethernet Device), in the SD-RED 20 and SD-RED 60 models, is a small zero-touch appliance: you plug it in, it phones home and builds an automatic encrypted tunnel back to the head-office firewall, and it is managed centrally with no local configuration. The branch effectively becomes another port on your firewall.

The pitfalls to dodge

Four traps catch people. A phase-1/phase-2 mismatch stops IPsec tunnels dead. A missing firewall rule for the VPN zone lets the tunnel come up but passes no traffic — green tunnel, no connectivity. Overlapping subnets on two joined sites need NAT-over-VPN to translate the clash. And leaving MFA off on remote access turns one phished password into full network access.

Figure 5 — SD-RED zero-touch onboarding
Plug in the SD-RED and it auto-builds an encrypted tunnel home — no local config.SD-RED zero-touch onboardingPlug inship to branchPhone homeregisters to firewallAuto-tunnelencrypted to HQCentral mgmtno local configOnlinebranch = a port
Plug in the SD-RED and it auto-builds an encrypted tunnel home — no local config.
Green tunnel is not green traffic

Don't close a VPN ticket because the tunnel shows up. Confirm a firewall rule actually permits the VPN-zone subnets in both directions, then test a real host-to-host reach. A tunnel can be perfectly established and still pass nothing if the rule is missing.

Quick check · Q4 of 10 · Apply

A two-person retail counter with no on-site IT needs to reach head office. Best fit?

Correct: d. SD-RED is the zero-touch answer for tiny branches: plug it in and it auto-builds an encrypted tunnel home, managed centrally with no local config. A hand-built tunnel needs on-site skill the branch doesn't have.
👉 So far: SD-RED is the zero-touch branch: plug in, auto-tunnel home, managed centrally. Watch the four pitfalls — phase-1/2 mismatch, missing VPN-zone rule, overlapping subnets (NAT-over-VPN) and MFA off.

🤖 Ask the AI Tutor

Tap any question — instant, scoped to this lesson. No login, no waiting.

Pre-curated from vendor docs + community Q&A, scoped to this lesson. For a live prod issue, paste your export into chat.techclick.in.

📝 Wrap-up assessment — six more

You've answered 4 inline. Six left. 70% (7 of 10) marks the lesson complete on your profile. Tap Submit all answers at the end.

Q5 · Remember

Which IKE version does Sophos recommend for new site-to-site tunnels?

Correct: b. IKEv2 is the modern, more robust key-exchange protocol and the recommended choice; IKEv1 is still supported for legacy peers.
Q6 · Understand

What does phase 2 of an IPsec negotiation build?

Correct: c. Phase 1 builds the IKE channel (auth + key exchange); phase 2 builds the IPsec SA, the security association whose keys encrypt your data, including the optional PFS group and lifetime.
Q7 · Apply

Two offices you want to join both use 192.168.1.0/24 internally. What do you need?

Correct: a. Identical subnets on both sides collide over the tunnel. NAT-over-VPN translates one side to a non-overlapping range so hosts can reach each other.
Q8 · Analyze

A site-to-site tunnel is fully established (green) but no traffic passes between the LANs. Most likely cause?

Correct: d. A green tunnel only means the SA is up. Without a firewall rule allowing the VPN-zone subnets in both directions, the tunnel carries nothing. Green tunnel is not green traffic.
Q9 · Evaluate

You need office-to-office connectivity that will later add more subnets and run dynamic routing. Best design?

Correct: b. Route-based IPsec exposes a tunnel interface you route into, so you can run OSPF/BGP and add subnets without rebuilding policies — the scalable, SD-WAN-friendly choice.
Q10 · Evaluate

What is the strongest reason to enable MFA/OTP on remote-access VPN?

Correct: c. Remote access exposes a login to the internet; MFA/OTP (Sophos Authenticator or third-party) ensures a leaked password alone can't grant access — the second factor is the real barrier.
Lesson complete — saved to your profile.
Almost! You need 70% (7 of 10) — re-read the path that tripped you up and tap "Try again".

🧠 In your own words

Type one line: why is a Sophos Firewall called a VPN concentrator for several styles, not just a site-to-site box? Then compare with the expert version.

Expert version: Because one Sophos Firewall terminates every VPN style against the same VPN zone, firewall rules and MFA. It runs site-to-site IPsec (policy-based or route-based with a tunnel interface) and SSL to join networks; it brings users in via Sophos Connect, SSL VPN, IPsec RA and clientless HTML5 bookmarks; and it lights up a tiny branch with a zero-touch SD-RED. Underneath, IPsec tunnels rise and fall on a shared IPsec profile — phase 1 builds the IKE channel and phase 2 the data keys — which is why the classic failure is a phase-2 crypto mismatch, not a hardware fault. You pick the style by the problem: join offices, bring in a user, or drop a self-configuring branch.

🗣 Teach a friend

Best way to lock it in — explain it in one line to a teammate. Tap to generate a paste-ready summary.

📖 Glossary

Site-to-site VPN
A permanent encrypted tunnel joining two networks, so hosts on each side reach the other as if on one LAN.
Route-based IPsec
A site-to-site tunnel exposed as a virtual tunnel interface (xfrm) you route traffic into, enabling dynamic routing and SD-WAN scale.
Policy-based IPsec
A site-to-site tunnel that encrypts traffic matching configured local/remote subnets — simple but needs subnet-list edits per change.
IPsec profile
The phase 1 / phase 2 rulebook — encryption, DH group, PFS and lifetimes — that must match on both ends or the tunnel fails.
Phase 1 / Phase 2
Phase 1 builds the IKE SA (auth + key exchange); phase 2 builds the IPsec SA whose keys encrypt the data.
PFS (Perfect Forward Secrecy)
A fresh Diffie-Hellman key per session so a compromised key cannot decrypt previously captured traffic.
Sophos Connect
The recommended remote-access client for IPsec and SSL VPN, provisioned by .scx/.pro file or Sophos Central, with OTP support.
Clientless access
HTML5 bookmarks in the user portal that reach internal RDP/SSH/HTTPS/VNC hosts from a browser with no VPN client installed.
SD-RED
Remote Ethernet Device (SD-RED 20/60) — a zero-touch branch appliance that auto-tunnels back to the firewall, managed centrally.
VPN zone & MFA
The zone all VPN traffic lands in, governed by firewall rules and protected by a second factor (OTP/MFA).

📚 Sources

  1. Sophos Firewall — Site-to-site IPsec VPN: policy-based and route-based (tunnel interface). docs.sophos.com
  2. Sophos Firewall — IPsec profiles and IKE phase 1 / phase 2 settings (encryption, DH, PFS, lifetimes). docs.sophos.com
  3. Sophos — Sophos Connect client: remote access setup and provisioning (.scx/.pro, Sophos Central). docs.sophos.com
  4. Sophos Firewall — SSL VPN remote access and clientless (HTML5) user-portal access. docs.sophos.com
  5. Sophos — SD-RED (Remote Ethernet Device) deployment guide — SD-RED 20 / 60. docs.sophos.com
  6. Sophos Firewall — VPN multi-factor authentication (OTP) and authentication servers. docs.sophos.com

What's next?

Got VPNs mapped? Next, go up a level to Sophos Central — cloud management of all your firewalls, ZTNA as the modern replacement for remote-access VPN, and cloud reporting across the estate.