T Techclick ← All lessons
Check Point · Quantum R81.20 / R82 · Lesson 14 of 17

VPN Community: when encrypt fails

Star community HQ_to_Branch. Access rule says Encrypt. Phase-1 might be up. Phase-2 never builds because the encryption domain does not contain 10.20.30.0/24 — or the peer proposes different proposals. vpn tu tlist is the proof, not a new Any-Any rule.

Updated 2026-08-18·20 min read·L2 primary·Quiz at end

After this page you can

The ticket

Branch PC cannot reach HR. Rule 25: Branch_net → host_hr_app → Encrypt. Log: “Key exchange failed” or never encrypts. Peer is 198.51.100.10. Domains are wrong.

Quick interview answer

A VPN Community (Star or Meshed) defines which gateways encrypt to which, and which networks sit behind them (encryption domains). Phase-1 is IKE SA. Phase-2 is IPsec SA for those domains. vpn tu tlist shows tunnels. Encrypt fail is usually domain, proposal, or peer IP — not “add Accept.”

Lab data · dummy only

SMS sms-lab 10.10.10.5 · cluster VIP 10.10.10.1 (cp-gw-01 10.10.10.2 / cp-gw-02 10.10.10.3) · external 203.0.113.25 · internal LAN 10.20.30.0/24 · HR PC 10.20.30.80 TECHCLICK\priya.hr · HR app 10.20.30.41 hr.techclick-lab.in. Not a live customer.

Community + domains

Site-to-Site VPN Admin Guide: put gateways in a community, set encryption domains (often the topology behind each GW). Traffic between those domains with Action Encrypt (or community implicit) should IKE.

If HQ domain is only 10.10.10.0/24 and HR is 10.20.30.41, Phase-2 has nothing to propose for that pair.

Domains must contain the hosts
HQ domain 10.20.30.0/24 Community encrypt Branch domain 198.51.100.0/24 LAN

Missing subnet in either oval = Phase-2 never builds for that pair.

Domain design

StyleUseRisk
Topology / “internal networks”Simple starForgot a VLAN
Manual group of networksOverlapping / preciseStale group
0.0.0.0/0 domainRareEncrypts everything, breaks internet
smartconsole://sms-lab/vpn/HQ_to_Branch
Training mock · not live
Gateways & ServersSecurity PoliciesLogs & MonitorManage & Settings
Security Policies → Access Tools → VPN Communities

Star community HQ_to_Branch

cp-cluster 203.0.113.25
branch-gw 198.51.100.10
net_lan 10.20.30.0/24
AES-GCM / SHA256 / DH14 (match peer)
Site to Site VPN Administration Guide — communities, domains. Training mock.

How you bring it up

  1. Side A — peer

    Confirm peer public IP, PSK/cert, proposals. Same on both vendors if it is not Check Point–Check Point.

  2. Side B — community + rule

    Domains include both LANs. Rule Encrypt (or community). Install policy on HQ (and peer).

  3. Side C — tunnels

    vpn tu tlist (or current vpn tu menu). Initiate interesting traffic. Phase-2 must list 10.20.30.0/24 ↔ branch LAN.

dummy
vpn tu tlist
# Look for peer 198.51.100.10
# IKE SA: established
# IPsec SA: 10.20.30.0/24 <-> 10.40.0.0/24   ← must exist

# If IKE up and IPsec missing: domains / interesting traffic / PFS mismatch.

Four VPN failures

1 · Domain miss

Host not in domain. No Phase-2. Add the network object, install.

2 · Proposal mismatch

Phase-1 never establishes. Align encryption/hash/DH/lifetime with the peer vendor.

3 · Encrypt vs Accept

You Accept in clear. Traffic leaves unencrypted and dies on the peer or the internet.

4 · NAT-T / hidden peer

Peer behind Hide NAT. Enable NAT traversal; use the correct peer ID.

How to prove it

Close the ticket only when

1) vpn tu shows IPsec for those two subnets. 2) Branch host reaches 10.20.30.41. 3) Log Action Encrypt (not Accept clear). 4) A packet to a non-domain IP does not create a surprise tunnel.

Traps

SymptomVPN storyWrong fix
P1 up, P2 downDomains / PFSAny-Any Accept
No IKEPSK / IP / UDP 500/4500Reset SIC
One host failsNot in domainNew community

Knowledge check

Judgment items. One best answer. Reasons send you back to the matching section.

Q1

Encryption domain must contain…

Correct: a. Concept.
Q2

vpn tu tlist is for…

Correct: a. Runbook.
Q3

Phase-1 up, Phase-2 missing. First suspect?

Correct: a. Failure 1/2.
Q4

Action Accept instead of Encrypt means…

Correct: a. Failure 3.
Q5

Star community center in this lab?

Correct: a. Lab.
Q6

0.0.0.0/0 as HQ domain is risky because…

Correct: a. Choose table.

Check Point class series: Architecture · Gaia first day · SIC reset · Objects + first match · Policy layers · Hide vs Static NAT · Identity Awareness · HTTPS Inspection · Threat Prevention · Find the drop · fw monitor · SecureXL · ClusterXL · VPN Community · Policy install lock · vs PA vs Forti · CCSA / CCSE interview

Sources

Related: Check Point evidence desk · session factory · next lesson in the series above.