@Centarius
Check again Rule #6 here:
and point #21 here:
Re-check target-scope of routes, they still seem "off" to me:
| A | B | C | D | E | F | G | H |
|---|---|---|---|---|---|---|---|
| Filtered configuration single lines - Matchers in columns to the right -> | dst-address | gateway | routing-table | distance | scope | target-scope | Target-scope should be |
| add check-gateway=ping comment=ISP1 - Recursive Route I disabled=no distance=2 dst-address=0.0.0.0/0 gateway=1.1.1.1 routing-table=main scope=10 suppress-hw-offload=no target-scope=11 | 0.0.0.0/0 | 1.1.1.1 | main | 2 | 10 | 11 | 12 |
| add comment=ISP2 - Direct Route disabled=no distance=4 dst-address=0.0.0.0/0 gateway=XXXX routing-table=main scope=10 suppress-hw-offload=no target-scope=10 | 0.0.0.0/0 | XXXX | main | 4 | 10 | 10 | 12 |
| add comment=CLoudFlare Route disabled=no distance=1 dst-address=0.0.0.0/0 gateway=Cloudflare-WARP routing-table=To-Cloudflare scope=10 suppress-hw-offload=no target-scope=10 | 0.0.0.0/0 | Cloudflare-WARP | To-Cloudflare | 1 | 10 | 10 | 10 |
| add check-gateway=ping comment=ISP1 - Recursive Route II disabled=no distance=3 dst-address=0.0.0.0/0 gateway=8.8.8.8 routing-table=main scope=10 suppress-hw-offload=no target-scope=11 | 0.0.0.0/0 | 8.8.8.8 | main | 3 | 10 | 11 | 12 |
| add comment=ISP1 - Direct Route (WARP Disabled) disabled=no distance=6 dst-address=0.0.0.0/0 gateway=XXXX routing-table=To-Cloudflare scope=10 suppress-hw-offload=no target-scope=10 | 0.0.0.0/0 | XXXX | To-Cloudflare | 6 | 10 | 10 | 12 |
| add check-gateway=ping comment=ISP2 - Direct Route (WARP Disabled) disabled=no distance=7 dst-address=0.0.0.0/0 gateway=XXXX routing-table=To-Cloudflare scope=10 suppress-hw-offload=no target-scope=10 | 0.0.0.0/0 | XXXX | To-Cloudflare | 7 | 10 | 10 | 10 |
| add comment=ISP1 - Direct Route I disabled=no distance=2 dst-address=1.1.1.1/32 gateway=XXXX routing-table=main scope=10 suppress-hw-offload=no target-scope=10 | 1.1.1.1/32 | XXXX | main | 2 | 10 | 10 | 11 |
| add comment=ISP1 - Direct Route II disabled=no distance=3 dst-address=8.8.8.8/32 gateway=XXXX routing-table=main scope=10 suppress-hw-offload=no target-scope=10 | 8.8.8.8/32 | XXXX | main | 3 | 10 | 10 | 11 |
Recursive 10/11/12 mnemonic:
scope -> 10 for all
target-scope -> 11 for "narrow" routes
target-scope ->12 for "wide" routes