Athena NGFW (Next-Generation Firewall)

Athena NGFW (previously known as Network Secure) provides comprehensive protection for every network perimeter, ensuring the safety of your valuable assets, data, and users from emerging threats.
{{ $t('productDocDetail.guideClickSwitch') }}
{{ $t('productDocDetail.know') }}
{{ $t('productDocDetail.dontRemind') }}
8.0.95
{{sendMatomoQuery("Athena NGFW (Next-Generation Firewall)","Fortigate Configuration Example")}}

Fortigate Configuration Example

{{ $t('productDocDetail.updateTime') }}: 2026-01-04

config firewall policy

    edit <policy-id>                     # Policy entry ID

        set name "<Policy Name>"         # Policy name for identification

        set srcintf "<Ingress Interface>"# Incoming interface

        set dstintf "<Egress Interface>" # Outgoing interface

        set srcaddr "<Source Address>"   # Source address object

        set dstaddr "<Destination Address>" # Destination address object

        set service "<Service Object>"   # Service (port/protocol) object

        set action {accept|deny|ipsec}   # Policy action: allow, deny, or VPN

        set schedule "<Schedule>"        # Time schedule for the rule

        set logtraffic {all|utm|disable} # Logging options

        set ips-sensor "<IPS Profile>"   # IPS policy applied

        set application-list "<App Profile>" # Application control policy

        set ssl-ssh-profile "<SSL Profile>"  # SSL/SSH inspection policy

    next

end