View Single Post
  #3 (permalink)  
Old 2007-08-08
pakito pakito is offline
Junior Member
 
Join Date: 2007-08-07
Posts: 3
Rep Power: 0
pakito has an average reputation (10+)
Default Re: Force 2 network segments to use different ISP

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
Reply With Quote