Support Forum
The Forums are a place to find answers on a range of Fortinet products from peers and product experts.
majed
New Contributor

basic transparent mode config

Fortigate is running in transparent mode I have 2 groups of addresses lab1 and lab2  in the same range 192.168.0.0 physically every group is connected to a switch and each switch is connected to a port on the Fortigate.

can we prevent group1 from accessing group 2.

MajedDHoteit
MajedDHoteit
1 REPLY 1
aagrafi
Contributor II

You can do that with forwarding domains. The CLI is

config system interface

edit <interface_name>

set forward-domain <domain_ID>

next

#Repeat these commands to the appropriate interfaces. You segregate the different groups by placing the corresponding interfaces into different domain_IDs.

 

You can do this another way: with VDOMs. Create two VDOMs in transparent mode and place the chosen interfaces in the corresponding VDOMs. The inter-VDOM communication is blocked by default.

 

Personally, I prefer the second option.

 

Regards

Announcements

Select Forum Responses to become Knowledge Articles!

Select the “Nominate to Knowledge Base” button to recommend a forum post to become a knowledge article.

Labels
Top Kudoed Authors