Hi Anav:
https://1drv.ms/i/s!AiKNjZkPqVGVyfUrl7M ... g?e=MZBc2v
CHR
/interface wireguard peers
add allowed-address=10.254.101.26/32,10.26.0.0/16 client-address=10.254.101.26/32 comment="XXXXX_ Main" \
interface="Wireguard Tracks" preshared-key=\
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" public-key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
add allowed-address=10.254.101.126/32,10.26.0.0/16 client-address=10.254.101.126/32 comment="XXXXX_Backup" interface=\
"Wireguard Tracks" preshared-key=\
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX" public-key="XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
/ip route
add check-gateway=ping disabled=no distance=1 dst-address=10.26.0.0/16 gateway=\
10.254.101.26 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
add check-gateway=ping disabled=no distance=2 dst-address=10.26.0.0/16 gateway=\
10.254.101.126 pref-src="" routing-table=main scope=30 suppress-hw-offload=no target-scope=10
FYI with L2TP+IPSEc instead Wireguard, it works.
The strange think is with the allowed-address it each site i put the other site ips lik another peers running in same router. The difference here is i have 2 peers with the same IP range in allowed ips. When i removed the allowed IPS in the Backup Peer it works aswell. As if when I put the allowed ips on the peer it affects the route...
Ty