Fortigate cannot ping outside
Hi Please see the below diagram. Fortigate-port3, PC-eth0 and router-Gi0/0 (default gateway 192.168.1.1 for fortigate1 and PC to access internet) are in the same vlan. 8.8.8.8 is located at Cloud Net. Now both Fortigate1 and PC can ping gateway 192.168.1.1. but Fortigate1 cannot ping 8.8.8.8 while PC can ping 8.8.8.8. Fortigate config also is listed as below. Did I miss some step? Thanks

FortiGate-VM64-KVM # show system interface
edit "port3"
set vdom "root"
set ip 192.168.1.221 255.255.255.0
set allowaccess ping https ssh http
set type physical
set snmp-index 3
next
FortiGate-VM64-KVM # sh router policy
config router policy
edit 1
set input-device "port1"
set dst "0.0.0.0/0.0.0.0"
set gateway 192.168.1.1
set output-device "port3"
next
end
