I made a GNS3 lab with 1 Fortigate (as a gateway) and 2 PCs:Structure:1.
PC1 -> Fortigate (Port1).2. PC2 -> Fortigate
(Port2).Configurations:Fortigate:config system interfaceedit "port1"set
mode staticset ip 10.0.0.1 255.255.255.0set allowaccess ping...
Yes at the beging i configure my LANs as 10.0.0.0/24 and 11.0.0.0/24 but
because someone told me that maybe the fortigate acknowledged that the
11.0.0.0/24 is not a private but public and it block it. So i replace
10.0.0.0/24 with 192.168.0.0/24 and ...