[CentOS] Multiple Internet facing Nics - Gateway issue

Thu Jul 2 00:00:42 UTC 2009
Christopher Chan <christopher.chan at bradbury.edu.hk>

>
> ip rule add from xx.yy.51.46 table Cable
> ip rule add from aa.bb.166.2 table T1
>
>
> Other people seem to be using this configuration successfully but I 
> seem to be missing something important.
>  
Change the above rules to:

ip rule add from xx.yy.51.46 to default lookup Cable

ip rule add from aa.bb.166.2 to default lookup T1