Yes they are all public static IP addresses between the tunnels.Is the address assigned by the ISP to the PPPoE interface the same before and after the PPPoE outage or it changes?
Yes they do, but I need TWO rules, one for each direction in FORWARD chain?Yes, if you have two VLANs as interfaces, accept rules in forward chain is the way to let them talk to each other (if they have this router as gateway).
Done.. nothing logsHmmm... we see the packet in prerouting, but it doesn't get to input. Where else it can go? Put this at the top:Code: Select all/ip firewall filter add action=log chain=forward protocol=icmp
I tried that first.. same as before - only the lowest distance interface responds.Try a different test, ping both public addresses from outside. Because when you initiate connection from router to internet, it won't get marked, because first packet coming back won't match connection-state=new.
/ip route nexthop
0 address=62.3.80.17 gw-state=reachable forwarding-nexthop="" interface="" scope=10 check-gateway=none
1 address=192.168.70.10 gw-state=reachable forwarding-nexthop="" interface="" scope=10 check-gateway=none