Fortigate on AWS - Site to Site VPN
Hi,
We have deployed a Fortigate NGFW instance on AWS, we need to achieve a Site to Site connection to a customers Fortigate 600c to access an database server.
We successfully created the Site to Site Tunnel, using their instructions, Phase 1 and Phase 2 are up, but we are not able to reach out the target machine on their network.
We created the following on our side:
1) Static route with target network where the machine is located, that must go through the VPN tunnel, with administrative distance of 2. The default route has an administrative distance of 10.
2) Firewall rules (cloned reverse) that allow traffic from our network (10.0.1.0/24) to their network.
3) Our AWS security group allows traffic for ESP (50), as well as UDP 500 and 4500, all outbound traffic is allowed.
What else can we be missing? We tried pinging from the Fortigate itself after the tunnel with exec ping-options source 10.0.1.41 and after that trying out to ping the destination with no results.
Edit note: corrected IP to 10.0.1.41