FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
afornaris
Staff
Staff
Article Id 194592

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.