Allow Inbound access to device on 2nd WAN
We have a host in a VLAN that needs to be openly accessed by an outside provider through a 2nd WAN port. We've followed Fortinet documentation on port forwarding and 1:1 NAT but we aren't able to ping the host. The configuration is as follows:
We have a default route to our primary WAN on port 1 with a static public IP x.x.x.200. We have a 2nd WAN connection on port 18 with a static public IP of x.x.x.199. We have an internal VLAN (DMZ) with a gateway of 10.200.80.1 and a host at 10.200.80.2. We need any traffic hitting our 2nd WAN (x.x.x.199) to be forwarded to the 10.200.80.2 host.
We have a a virtual IP configured to map the 2nd WAN to 10.200.80.2 (x.x.x.199 -> 10.200.80.2). We also have firewall policy stating [ SRC INT: WAN2 - DST INT: DMZ SRC: Any - DST: VIP (x.x.x.199 -> 10.200.80.2) SERVICE: ALL NAT: Dynamic IP Pool (One-One, x.x.x.199) Preserve Source Port ]
We aren't able to ping the host or pass any traffic to 10.200.80.2 when we hit x.x.x.199.
