Drag steps to the numbered slots on the right, or tap a step then tap a slot.
CEH Footprinting and Reconnaissance Practice Question
Drag and drop the steps to set up a VPN using IPsec in tunnel mode into the correct order.
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
Phase 1, then Phase 2, then traffic selectors, then apply policies, then test.
The correct sequence for setting up a VPN using IPsec in tunnel mode is: Phase 1 (IKE) to establish a secure channel, Phase 2 (IPsec) to negotiate security associations, then define traffic selectors (interesting traffic), apply the policies, and finally test the connection. This order ensures that the underlying secure infrastructure is built before defining and enforcing traffic rules, and that testing validates the entire setup.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Phase 1, then Phase 2, then traffic selectors, then apply policies, then test.
Why this is correct
This is the correct order because IPsec tunnel mode setup begins with IKE Phase 1 to establish a secure channel, followed by Phase 2 to negotiate IPsec SAs, then traffic selectors define interesting traffic, policies are applied, and finally testing verifies connectivity.
- ✗
Phase 2, then Phase 1, then traffic selectors, then apply policies, then test.
Why it's wrong here
IPsec tunnel setup strictly requires IKE Phase 1 to complete before Phase 2 can commence. Phase 1 establishes a secure, authenticated channel (the IKE Security Association or IKE SA) for key exchange and protects subsequent negotiations. Without a secure IKE SA from Phase 1, Phase 2 cannot safely negotiate the IPsec Security Associations (IPsec SAs) that define the actual data encryption and authentication parameters for user traffic. Therefore, reversing this order makes the entire IPsec setup impossible.
- ✗
Phase 1, then traffic selectors, then Phase 2, then apply policies, then test.
Why it's wrong here
While traffic selectors define which network traffic should be protected by the IPsec tunnel, their negotiation and application are intrinsically linked to IKE Phase 2. Phase 2 is where the specific IPsec Security Associations (SAs) are established, and these SAs are directly tied to the agreed-upon traffic selectors between the peers. Attempting to define traffic selectors before Phase 2 negotiation means they lack the context of the negotiated IPsec SAs, potentially leading to misconfigurations or a failure to establish the tunnel correctly.
- ✗
Phase 1, then Phase 2, then apply policies, then traffic selectors, then test.
Why it's wrong here
The logical flow of IPsec configuration dictates that traffic selectors must be defined before security policies can be effectively applied. Traffic selectors specify the "interesting" traffic that the IPsec tunnel should protect, acting as criteria for policy enforcement. Security policies then dictate how that identified traffic should be handled (e.g., permit, deny, or protect with a specific IPsec SA). Applying policies before defining the traffic selectors they are meant to govern would result in policies having no specific traffic to act upon, rendering the configuration ineffective or incorrect.
Quick reference
VPN Protocol Comparison
| Protocol | Port | Encryption | Authentication | Use Case |
|---|---|---|---|---|
| IKEv2 / IPsec | UDP 500 / 4500 | AES-256 | Certificates / PSK | Site-to-site & remote access |
| SSL / TLS VPN | TCP 443 | TLS 1.3 | Certificates / MFA | Clientless remote access |
| L2TP / IPsec | UDP 1701 | AES (IPsec) | PSK / Certificates | Legacy remote access |
| WireGuard | UDP 51820 | ChaCha20 | Public keys | Modern high-performance VPN |
| PPTP | TCP 1723 | MPPE (weak) | MS-CHAPv2 | Legacy — avoid in production |
PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.
Go deeper
Related to this question
About these practice questions
This CEH question is part of Courseiva's 870-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CEH practice question is part of Courseiva's free EC-Council certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CEH exam.