- limiting access to the firewall's Admin interface using "Trusted Hosts" in the Admin profiles
- configuring an interface policy as per below
config firewall interface-policy
    edit 1
        set interface "wan1"
        set srcaddr "all"
        set dstaddr "all"
        set service "HTTPS"
        set ips-sensor-status enable
        set ips-sensor "opensslheartbeat"
    next
end
 
 
No comments:
Post a Comment