Hello guys!
Override FortiGate block-intra vlan traffic.
Is it possible to override block-intra vlan I have two client on the same subnet need to talk with each other. But in the same time I will like to block anything else to reach each other is it possible to do so.
Thank you
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.
I would try what the NOTE in the admin guide says:
https://community.fortinet.com/t5/Support-Forum/Override-FortiGate-block-intra-vlan-traffic/m-p/3601...
Toshi
Hello @Toshi_Esumi Thank you for your reply.
What do you mean by try the note in the admin guide?
Sorry. I pasted a wrong link.
https://docs.fortinet.com/document/fortiswitch/7.4.5/fortilink-guide/801169/blocking-intra-vlan-traf...
The NOTE is below but basically the same with what @AEK said.
When intra-VLAN traffic blocking is enabled, to allow traffic between hosts, you need to configure the proxy ARP with the config system proxy-arp CLI command and configure a firewall policy. For example:
config system proxy-arp
edit 1
set interface "V100"
set ip 1.1.1.1
set end-ip 1.1.1.200
next
end
config firewall policy
edit 4
set name "Allow intra-VLAN traffic"
set srcintf "V100"
set dstintf "V100"
set srcaddr "all"
set dstaddr "all"
set action accept
set schedule "always"
set service "ALL"
next
end
Hi
Did you try to enable block-intra-VLAN traffic, then create a firewall policy to allow only the required traffic, like this:
Hope it helps.
Hi @AEK Thank you for your reply
I have already tried that doesn't work):
Is this what you're looking for?
https://docs.fortinet.com/document/fortiswitch/6.4.3/devices-managed-by-fortios/801169/blocking-intr...
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 |
---|---|
1720 | |
1095 | |
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.