Hi,
I have tried to ping from source which is my untrust interface going to external network (192.2.3.1) but still cannot go through. Below are the configurations that I made. Seems all are fine. I dont know what else need to check.
set interface "ethernet0/0" zone "Untrust"
set interface "ethernet0/1" zone "Trust"
set interface ethernet0/0 ip 10.151.1.252/24
set interface ethernet0/0 route
unset interface vlan1 ip
set interface ethernet0/2 ip 100.100.2.1/24
set interface ethernet0/2 route
set policy id 1 from "Trust" to "Untrust" "Any" "Any" "ANY" permit log
set policy id 1
exit
set policy id 2 from "Untrust" to "Trust" "Any" "Any" "ANY" permit log
set policy id 2
exit
set route 0.0.0.0/0 gateway 10.151.1.251