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.
caunon
Staff
Staff
Article Id 197519

Description

For the FortiGate 40C hardware model, running the FortiOS firmware version 5.0, the feature "UTM Proxy Options" (or Protocol Options) may not be present in the web admin GUI.
 
The feature may be not present in the GUI, both in the Policy Tab and the in the Firewall Policy itself.


Scope

FortiGate 40C hardware model, running the FortiOS firmware version 5.0


Solution

This can not be set via the Policy Tab GUI:
  
FD33921_img001.jpg  
  
 
Can not set UTM Proxy Options (or Protocol Options) via the GUI of the firewall policy:
  
FD33921_img002.jpg  
 
 
However, this can still be configured via the CLI command as following:
 
1. Create the UTM Proxy Options (or Protocol Options):
 
FGT40C# config firewall profile-protocol-options
FGT40C(profile-protocol-options)# edit test5
FGT40C(test5)#          --> set the protocol options as needed, or leave it as the default
FGT40C(test5)# end
 
  
2. Put the UTM Proxy Options (or Protocol Options) that were created above to the firewall policy:
  
FGT40C# config firewall policy
FGT40C(policy)# edit 5                         -----> Create firewall policy or choose the old one
FGT40C(5)# set utm-status enable
FGT40C(5)# set profile-protocol-options test5  -----> put test5 in the firewall policy.
FGT40C(5)# set webfilter-profile default       -----> user webfilter "default" with test5
FGT40C(5)# end