system firewall service
Use this command to configure the protocols and ports that FortiWeb's built-in stateful firewall uses. You use the service configuration in a firewall policy. For details, see system firewall firewall-policy.
Syntax
config system firewall service
edit "<firewall-service_name>"
set protocol {TCP | UDP | ICMP}
set source-port-min <source-port-min_int>
set source-port-max <source-port-max_int>
set destination-port-min <source-port-min_int>
set destination-port-max <source-port-max_int>
end
Variable | Description | Default |
Enter a name that identifies this firewall service configuration. | No default. | |
Select the protocol for this firewall service configuration. |
TCP
|
|
Enter the start port in the range of source ports for this firewall service. |
0
|
|
Enter the end port in the range of source ports for this firewall service |
65535
|
|
Enter the start port in the range of destination ports for this firewall service. |
0
|
|
Enter the end port in the range of destination ports for this firewall service |
65535
|
Related topics