Courseiva
Authentication and VPNmediumMultiple ChoiceObjective-mapped

Dial-up IPsec VPN Authentication: Best Method for User Identity

A FortiGate administrator is setting up a dial-up IPsec VPN for remote employees. Each employee uses a FortiClient. Which authentication method should be used to allow individual user identities?

Quick Answer

The answer is certificate-based authentication using local or CA-issued certificates. This method is the best choice for a dial-up IPsec VPN authentication method for individual user identity because it binds a unique digital certificate to each remote employee, allowing the FortiGate to verify both the device and the user independently. On the Fortinet NSE 4 Network Security Professional NSE4 exam, this question tests your understanding that while pre-shared keys can authenticate a device, they cannot scale to identify individual users without massive administrative overhead, and user-based methods like LDAP or RADIUS authenticate the person but not the device. The common trap is assuming a simple username and password is sufficient for dial-up IPsec, but the exam emphasizes that certificates provide the strongest, most scalable identity for remote FortiClient users. Memory tip: think “Cert for ID” – certificates give each user a unique, unforgeable identity, unlike a shared key that treats everyone the same.

⚠ Common exam trap

Test-takers frequently confuse 'IKEv2 with EAP' (a transport for authentication) with a specific authentication method, but EAP itself is not a single method; the question asks for the method that provides individual identities, which is certificate-based authentication, not the protocol that carries it.

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

Certificate-based authentication using local or CA-issued certificates

For dial-up IPsec VPNs where each remote user must be uniquely identified, certificate-based authentication (option B) is the correct method. Certificates bind a user's identity to a cryptographic key pair, allowing the FortiGate to authenticate each individual user independently, unlike a shared PSK which cannot distinguish between users.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Pre-shared key (PSK) for each user

    Why it's wrong here

    Managing individual PSKs is difficult; certificates are better.

  • Certificate-based authentication using local or CA-issued certificates

    Why this is correct

    Certificates provide unique identity per user and are scalable.

  • IKEv2 with EAP

    Why it's wrong here

    While IKEv2 with EAP is a robust authentication method for VPNs, it's not the ideal choice here because it typically relies on an external RADIUS server for user authentication, which isn't specified as part of this FortiGate dial-up VPN setup for individual user identities. It's tempting because EAP provides a framework for various authentication protocols, making it suitable for scenarios where integration with enterprise identity providers like Microsoft Entra ID or RADIUS is required to authenticate users dynamically.

  • Aggressive mode with PSK

    Why it's wrong here

    Aggressive mode with PSK is less secure and does not provide individual identity.

Quick reference

VPN Protocol Comparison

ProtocolPortEncryptionAuthenticationUse Case
IKEv2 / IPsecUDP 500 / 4500AES-256Certificates / PSKSite-to-site & remote access
SSL / TLS VPNTCP 443TLS 1.3Certificates / MFAClientless remote access
L2TP / IPsecUDP 1701AES (IPsec)PSK / CertificatesLegacy remote access
WireGuardUDP 51820ChaCha20Public keysModern high-performance VPN
PPTPTCP 1723MPPE (weak)MS-CHAPv2Legacy — avoid in production

PPTP is considered insecure. IKEv2/IPsec and SSL VPN are the current recommended options.

About these practice questions

One of 282 original NSE4 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

Same concept, more angles

1 more way this is tested on NSE4

These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.

Variation 1. A FortiGate administrator is troubleshooting a dial-up IPsec VPN where remote users can connect but traffic does not pass. The Phase 1 and Phase 2 status show 'up'. The administrator runs 'diagnose vpn tunnel list' and sees the tunnel is up. However, 'diagnose sys session list' shows no sessions for the remote user's IP. What is the MOST likely cause?

hard
  • A.The Phase 2 proposal uses AES256 but the remote client only supports AES128
  • B.The FortiGate's routing table does not have a route to the remote user's subnet
  • C.There is no firewall policy permitting traffic from the dial-up interface to the destination network
  • D.The remote user's FortiClient is blocking split tunneling

Why C: Even when Phase 1 and Phase 2 are up and the tunnel is established, traffic will not pass through a dial-up IPsec VPN unless a firewall policy explicitly permits traffic from the dial-up interface (often the virtual IPsec interface) to the destination network. The 'diagnose sys session list' showing no sessions for the remote user's IP confirms that the FortiGate is not processing any traffic for that user, which points to a missing or misconfigured firewall policy rather than an encryption or routing issue.

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This NSE4 practice question is part of Courseiva's free Fortinet 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 NSE4 exam.