Question
routing between two different subnet on two different port
Hi,
like you can see from image attached i've two different servers connected to my fortigate 100D on two different internal port. So i've 192.168.3.0/24 on port 3 and on port 4 i've defined many VLAN and there is a VLAN called VLAN 70 that has 172.16.70.0/24 subnet. Now i've to communicate using their private ip, it's possible? i've try to add a policy like that :
config firewall policyBut that policy isn't matched. I've try also to debug connection but i've no trace. It's possible to do that? Thanks
edit 114
set name "lan port3 to VLAN 70"
set uuid 6a55395a-b017-51e8-f2b8-e066fb5ec046
set srcintf "port3"
set dstintf "VLAN70"
set srcaddr "192.168.3.190/32"
set dstaddr "172.16.70.100/32"
set action accept
set schedule "always"
set service "ALL_ICMP"
next
end

