I have a rule on my Fortigate (FortiGate 1000D) to block some countries (geoip blocking) But rule seems not working.
Can someone help me to find out why?
FortiFw (25) # show
config firewall policy
edit 25
set name "GeoIP Block"
set uuid d40a24de-1cad-51e9-5df4-b01121de63c3
set srcintf "port9"
set dstintf "port10"
set srcaddr "Blocked Countries"
set dstaddr "all"
set schedule "always"
set service "ALL"
set logtraffic all
set fsso disable
next
end
FortiFw (25) #
Solved! Go to Solution.
Nominating a forum post submits a request to create a new Knowledge Article based on the forum post topic. Please ensure your nomination includes a solution within the reply.
Try to set match-vip enable on this rule.
config firewall policy
edit "25"
set match-vip enable
end
Best, Markus
________________________________________________________
--- NSE 4 ---
________________________________________________________
Try to set match-vip enable on this rule.
config firewall policy
edit "25"
set match-vip enable
end
Best, Markus
________________________________________________________
--- NSE 4 ---
________________________________________________________
What are you trying to block, which kind of traffic?
There are 2 main categories:
- traffic through the FGT
- traffic to the FGT
The first one is controlled by regular policies, and only applies if you use VIPs (destination NAT). Unless you use public IP addresses on your LAN.
The second one is controlled by local-in policies. These are configured in the CLI (config firewall local-in).
They do not only control management traffic (like brute-force SSH attacks on the wan port) but IPsec access also.
ede_pfau wrote:What are you trying to block, which kind of traffic?
- traffic to the FGT . All traffic from above mentioned countries
ede_pfau wrote:
The second one is controlled by local-in policies. These are configured in the CLI (config firewall local-in).
where I can read about this?
mgrosni wrote:Try to set match-vip enable on this rule.
config firewall policy
edit "25"
set match-vip enable
end
Best, Markus
That did the job! Thanks
Select Forum Responses to become Knowledge Articles!
Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.
User | Count |
---|---|
1721 | |
1098 | |
752 | |
447 | |
234 |
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.