Posts Fortigate Deny Policy Not Working
Post
Cancel

Fortigate Deny Policy Not Working

So I came across when setting up a deny policy that it was not working.
After some troubleshooting I found out that because the rule was for an inbound NAT, you have to configure the match-vip option on the policy to enable.

1
2
3
4
config firewall policy 
edit "policy id"
set match-vip enable
end
This post is licensed under CC BY 4.0 by the author.