windows:vpn_clients:fortigate

no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


windows:vpn_clients:fortigate [2019/10/31 09:06] (current) – created - external edit 127.0.0.1
Line 1: Line 1:
 +====== Troubleshooting Fortigate clientless VPN ====== 
 +When KB2585542 is present and you cannot open fortigate web interface, add a registry key 
 +<code> 
 +HKLM\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL 
 +DWORDx32 SendExtraRecord 
 +Value: 2 
 +</code> 
 +If you can't establish a VPN connection after loging in, turn off your firewall. Open CMD.EXE in elevated mode and type: 
 +<code> 
 +Netsh advfirewall set allprofiles state off 
 +</code> 
 +to turn the firewall off and 
 +<code> 
 +Netsh advfirewall set allprofiles state on 
 +</code> 
 +to turn the firewall on.