Created on 09-20-2019 05:05 AM Edited on 10-04-2024 07:49 AM By Jean-Philippe_P
Description
This article explains how to allow a port on a FortiGate.
By default, the FortiGate firewall denies all traffic passing through it on all ports due to a pre-configured 'implicit deny policy'.
Scope
FortiGate.
Solution
To allow any traffic through FortiGate on any port, configure the IPv4 policy with the 'action' set to 'Accept/Permit'.
Below is an example of how to allow the RDP port 3389 traffic through FortiGate:
Step 1:
Create the 'Service' Object for port which needs to be allowed under Policy and Object -> Services.
If it is the standard port, there are predefined service objects under the' service list'.
If not, configure the 'Service' Object under Policy and Object -> Services -> Create New -> Service.
config firewall service custom
edit "RDP_Port"
set category "Remote Access"
set tcp-portrange 3389 3389
next
end
Notes:
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.