Had an issue with Ring cameras and fasttrack casing connections to drop and not re-establish.
This was specifically when traffic was being forwarded using routing rules from one router to another via default route in second routing table which was in turn going out to the internet over 4G.
If fasttrack was enabled on both routers, we noticed over the course of a few days, the cameras would stop working in the app, but I could still see established connections on both routers.
As soon as fasttrack was disabled for these connections, the issue seems to have gone away for now.
If fasttrack was enabled, but they egressed via default route/WAN on router 1, no problem. Only when routed via R2.
Cameras connected to VLAN 30 on R1 - 192.168.30.0/24
R1 main routing table - default route from PPPoE client via ADSL
R1 4G routing table - default route via ether5/192.168.66.254 (R1: 192.168.66.250 R2: 192.168.66.254)
No NAT applied to connection via R1, default masquerade rule on R2 for traffic leaving via lte1 interface
Default route on R2 from lte1 interface
7.11.2…
I upgraded from 7.7 to 7.11.2 last weekend. Issues seem to be noticed following the reboot after that upgrade. But I can’t remember whether I also added the fasttrack rule at the same.time (may have been missing before).
I’m sure you know that fasttrack interferes with mangling, needed to set routing marks … so it is vital to exclude traffic, which needs to be mangled, from being fasttracked. As soon as connection is fasttracked, it’s subsequent packets don’t hit the mangle part of firewall any more.
There are a few ways of how to do that, which one is feasible (or the best) depends on the rest of setup (firewall filters and mangle rules).