Creating a policy route for SSL VPN
I have a fortigate vm in aws. I have setup a ssl vpn to a host on the local subnet of the inside interface and that works. Now I want to expand it to a host in a different VPC in AWS. For this it will need to route over a transit gateway to the other VPC. The transit gateway routing works and can be verified. I can ping and even telnet to port 22 from the fortigate to the endpoint in the other VPC.
I am using browser based ssl vpn for testing.
I tried to setup the following policy based routing:
Incoming interface = ssl.root
Outgoing interface = port2 (private lan)
Source = ALL and SSLVPN
Destination = 10.0.0.0/8 (this CIDR will be routed over the transit gateway because of the attached tgw route)
Schedule = always
Service = ALL
Action = Accept
However, when I test this policy has no hits. What am I doing wrong???
