Description | This article describes the common cause of SSL VPN not working while using iPhone Hotspot. |
Scope | FortiOS. |
Solution |
By default, wireless network adapters are set to an MTU value of 1500 bytes for Windows OS. Step 1: Check the current set value for the Wi-Fi adapter from the Windows command terminal running the below command:
netsh interface ipv4 show subinterface
The first column has the MTU value. The wifi adapter will have Wi-Fi in the Interface column.
Step 2: Test the following from commands with different values of MTU (e.g.,1200, 1300, 1350, 1400, and so on) until ping failure is observed with the highest value while connected to the mobile Hotspot.
ping 8.8.8.8 1300 <- Start with 1300 and keep increasing the MTU value in increments of 50.
Step 3: Once the ping is successful with the max MTU value, set that value to the physical wireless network card in the Windows machine from the command terminal. It is required to run the command prompt as an Admin user.
netsh interface ipv4 set interface "Wi-Fi" mtu=1400 <-- This will set the MTU size to 1400.
Step 4: Try to connect to SSL VPN using FortiClient to see whether everything is working as expected. |
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 2024 Fortinet, Inc. All Rights Reserved.