I'm trying to setup simple static routing on lan. 
My lannet is 10.0.2.0/24 and GW is 10.0.2.1
I have another device connected on lannet with local ip of 10.0.2.6 and i want to route traffic with ip's 192.168.207.154 to 10.0.2.6.
I've setup a static route and when using router icmp tool I get all success response. When i look at the logs I see:
Date   Severity   Category/ID   Rule   Proto   Src/DstIf   Src/DstIP   Src/DstPort   Event/Action
2016-02-08 14:46:09   Warning   RULE 6000051   Default_Rule   ICMP   lan   10.0.2.37 192.168.207.154      ruleset_drop_packet drop 
ipdatalen=40 icmptype=ECHO_REQUEST echoid=1 echoseq=120
Where is the option that is blocking the icmp ? 
Also, I've setup a rule that would allow the connection on all ports for that network, but when I send request over port 8080 this is what I get in the logs:
Date   Severity   Category/ID   Rule   Proto   Src/DstIf   Src/DstIP   Src/DstPort   Event/Action
2016-02-08 14:47:52   Debug   CONN 600001   ping_fw_custom   TCP   lan lan   10.0.2.37 192.168.207.154   53800 8080   conn_open
however I don't get anything back. Its like the traffic is going only one way...? 
Anyone has any ideas? 
Thanks.