Skip to main content
afornaris
Staff
Staff
May 5, 2016

Technical Note: SSL VPN blocking users running specific OS versions

  • May 5, 2016
  • 0 replies
  • 3231 views

Description

 

This article explains how to deny SSL VPN access to users running certain legacy operating systems such as Windows 2000 or XP.    


Scope

 

FortiGate.


Solution

 

  1. From the GUI go to the VPN -> SSL-VPN Portal -> fullaccess, webaccess or tunnel access.
  2. An option called Restrict will be visible to Specific OS versions.
  3. Enable that and it will be possible to deny the connections from specific OS versions.

 

sssslll.PNG

 

From the CLI issue the following commands:
 
config vpn ssl web portal
     edit <portal-name>  
          set os-check enable  <-----  Enables os-check.
 
    config os-check-list windows-2000
      set action deny
    end

    set skip-check-for-unsupported-os disable  <-----  Change default value to disable.

The 'os-check-list' may contain multiple Windows versions.