Skip to main content
caunon
Staff
Staff
December 10, 2012

Technical Tip: How to configure the UTM Proxy Options (or Protocol Options) on the FortiGate 40C and other SMB units

  • December 10, 2012
  • 0 replies
  • 11729 views

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