Help for 2 Wan Connections

Hello,

My router is CCR1036,.. My network currently connect DC with WAN1. if i can disable WAN1 Route Wan2 is work’s fine. İ want to some (Like 192.168.1.60) .client use connection WAN2 for DC connect. How can i configure this ?

Wan1 GW: 172.1.1.77 MPLS
Wan2 GW: 172.2.2.66 MPLS
Data Center: 10.10.10.0/24
My Local : 192.168.1.0/24

2 Wan’s connect Datacenter with MPLS

My route

add comment="WAN1" distance=1 dst-address=10.10.10.0/24 gateway=172.1.1.77
add comment="WAN2" distance=1 dst-address=10.10.10.0/24 gateway=172.2.2.66

Thanks My Best Regeards

anything help ?

Do you need redundancy or both working together? There’s many different ways including scripting fail over route using netwatch. Bonding. Policy routing?

i want tou use both of them. like 192.168.1.1-100 use GW 1 192.168.1.101-200 use GW2

i have to manage config mangle and mark rouintg. Now its working.

Thank for advice @estar