Hi community, looking good the new UI.
First to clear the field, a quick and dirty network diagram:
Internet ---- < FortiGate F50 WAN interface >
| |
< FortiGate F50 LAN interface > ---- < L2 switch > ---- < R80.20 open server external interface >
\---- < other routers and devices >
The F50 is in transparent mode, is only logging traffic flows and it has only two rules accepting all kinds of traffic:
- src: any, dst: any, service: any incoming from the LAN to the WAN
- src: any, dst: any, service: any incoming from the WAN to the LAN
On the DMZ zone of my R80.20 I have a webserver with a static NAT configured. The issue, in this scenario, I don't have access to this webserver from outside. I see logs of the incoming traffic on the R80.20, but no traffic is seen on the webserver (I checked out with a tcpdump). If I remove the FortiGate, the problem is gone and everything works fine.
Other services connected to the L2 switch works just fine, including a S2S IPSec VPN using a Cisco ASA. The only issue is with the R80.20 when I put the F50 in the middle of it.
Maybe an ARP issue? I don't know where to start to look.
Thanks all