So i have 3(A, B, C) sites, ipsec tunnels between sites.
On site C i have this rule enabled add action=drop chain=forward comment=\ “defconf: drop all from WAN not DSTNATed” connection-nat-state=!dstnat connection-state=new in-interface=pppoe
On site A i have PRTG monitoring. So PRTG icmp sensonrs are nor able to communicate to devices on local network in C site.
As well as im not able to ping local devices on site C via vpn from site B.
ICMP is enabled on firewall on site C, so im able to ping router gateway on site C from site A and B , but cant ping anything else on local lan.
If i desable rule
add action=drop chain=forward comment=\ “defconf: drop all from WAN not DSTNATed” connection-nat-state=!dstnat \ connection-state=new in-interface=pppoe
all comes back as normal and ICMP works with no problems, I may ping all from sites A and B.
Could someone explain WHY? and how to resolve this.