Hi Robby!
Thanks for your quick answer :) I checked the posts already and implemented source routing at the OS level using this thread (
Force one ISP with ISP REDUNDANCY)
My rule was :
echo 200 ISP_B >> /etc/iproute2/rt_tables
ip rule add from xlat_ISP_B table ISP_B
ip route add default via rtr_ISP_B dev eth4 table ISP_B
ip route flush cache
But I didn't see any change after that.
I'm sure there is a way to statically define the cache_misp for source routing, as it is already possible for specific services. Does anybody know ?
Thank you!
Pakito