SSL VPN routing back Fortigate to fortigate (site to site )
Greetings!
kindly as Example in the link bolw i try to connect Fortigate to fortigate (site to site ) via ssl-vpn
(isp is blocking the ipsec)
the issue is i can't reach the forti ssl vpn client subnet as picture below
https://docs.fortinet.com/document/fortigate/7.0.0/new-features/508779/fortigate-as-ssl-vpn-client

this is debug with nat
___________________________________
id=65308 trace_id=501 func=print_pkt_detail line=5895 msg="vd-root:0 received a packet(proto=1, 41.XX.XXX.XXX:60419->22.0.0.2:2048) tun_id=0.0.0.0 from vpn2. type=8, code=0, id=60419, seq=5983."
id=65308 trace_id=501 func=init_ip_session_common line=6076 msg="allocate a new session-001225cf, tun_id=0.0.0.0"
id=65308 trace_id=501 func=vf_ip_route_input_common line=2605 msg="find a route: flag=80000000 gw-22.0.0.2 via root"
id=65308 trace_id=501 func=fw_local_in_handler line=522 msg="iprope_in_check() check failed on policy 0, drop"
______________________________________
this is debug without nat
id=65308 trace_id=505 func=print_pkt_detail line=5895 msg="vd-root:0 received a packet(proto=1, 192.168.75.113:3->22.0.0.2:2048) tun_id=0.0.0.0 from vpn2. type=8, code=0, id=3, seq=5994."
id=65308 trace_id=505 func=init_ip_session_common line=6076 msg="allocate a new session-00122799, tun_id=0.0.0.0"
id=65308 trace_id=505 func=vf_ip_route_input_common line=2605 msg="find a route: flag=84000000 gw-22.0.0.2 via root"
id=65308 trace_id=505 func=fw_local_in_handler line=522 msg="iprope_in_check() check failed on policy 0, drop"
thank you