Created on
06-13-2016
02:08 AM
Edited on
08-29-2024
01:47 AM
By
Jean-Philippe_P
Description
Solution
For user authentication, the Extensible Authentication Protocol also known as 'EAP' is used. Two methods are supported:
This guide explains the 'username and password' option.
When using EAP with Windows Phone the certificate authentication during IKEv2 exchange must be used.
In this case, the Certificate Authority root certificate used to sign the FortiGate certificate for VPN must be imported to Windows Phone. It may not be needed if well know public Certificate Authority is used.
Network diagram.
Prerequisites.
FortiGate configuration.
edit LAN
set associated-interface "port2"
set subnet 10.10.0.0 255.255.252.0
next
edit LAN-IPsec-Clients
set associated-interface "ipsec-clients"
set subnet 172.16.10.0 255.255.255.0
next
end
Configure firewall policy for internal access from the IPSec VPN interface to the LAN interface.
config firewall policy
edit 0
set srcintf "ipsec-clients"
set dstintf "port2"
set srcaddr "LAN-IPsec-Clients"
set dstaddr "LAN"
set action accept
set schedule "always"
set service "ALL"
next
end
As for Internet connection, change the destination interface from LAN interface to WAN with NAT enabled.
For more information about Windows Phone VPN configuration refer to the document 'Try it out: Windows Phone 8.1 VPN' on the Microsoft site.
Notes:
Refer also to the document 'FortiOS Certificate Management' which is available in the Fortinet Document Library.
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2025 Fortinet, Inc. All Rights Reserved.