fortinetsolutions / Azure-Templates

Azure Templates for Fortinet Solutions
https://www.fortinet.com/azure
62 stars 63 forks source link

Inbound route #18

Open kevin-dfo opened 5 years ago

kevin-dfo commented 5 years ago

I think I'm running into an async routing with inbound connections.

I have a public ip with a front end ip config on the public load balancer. On the fortigates I have a virtual IP external IP is the pip, mapped IP is the ip of the vm. Port forward enabled 80:80 IPv4 Policy, From any To any, source all, destination virtual IP, action accept, NAT Disabled. I have a simple vm with nginx installed.

Route table 0.0.0.0/0 > internal load balancer.

Hit the public ip from a bunch a locations and some will succeed and some will timeout. Enable NAT on the policy solves the issue but then the nginx logs show the fortigate ip which is not ideal. Am I missing a setting?