Allowing all subnets
I have a Fortigate 60E and I'm setting up most of this in the WebGUI. I'm trying to set up several subnets on one port and allow all of them to talk to each other.
I do have port 1 configured so
# sh sys int internal config system interface edit "internal" set vdom "root" set ip 10.10.0.3 255.255.255.0 set allowaccess ping https ssh snmp http fgfm capwap set type hard-switch set alias "nonpci1-switch" set device-identification enable set role lan set snmp-index 5 set secondary-IP enable config secondaryip edit 1 set ip 10.10.8.1 255.255.255.0 set allowaccess ping next edit 2 set ip 10.10.3.1 255.255.255.0 set allowaccess ping next edit 3 set ip 10.10.5.1 255.255.255.0 set allowaccess ping next edit 4 set ip 10.10.4.1 255.255.255.0 set allowaccess ping next edit 5 set ip 10.10.7.1 255.255.255.0 set allowaccess ping next end next end
---I did set up a IPv4 Policy
# show firewall policy config firewall policy edit 1 set name "CASHLAN" set srcintf "internal" set dstintf "internal" set srcaddr "all" set dstaddr "all" set action accept set status enable set schedule "always" set service "ALL" next end
What else do I need to do? I did see something about Policy Routes but that does not show up for me.
