Re: help with routing determined by source address

Linux Advanced Routing and Traffic Control

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Tue, 2002-11-19 at 14:42, Abraham van der Merwe wrote:
> > 
> > #For everything else, use a multipath route;
> > ip route add table $DEFAULT_TABLE nexthop via $ISPA_GW dev $ISPA_DEV
> > nexthop via $ISPB_GW dev $ISPB_DEV
> 
> Thanks, this makes sense. I just don't understand the multipath route? 
I assume you want to be able to use both link simultaneously for the
linux host itself (eg, for outgoing connections).
Setting a multipath route as shown below, will instruct the kernel to
use the multipath route for all packets which don't have a saddr set.
Eg, packets for which you don't care to use either ISP1 or ISP2.


> Also,
> I take it the _TABLE variables can be arbitrary [unique] ids right? 
Yes, any names you want, assuming they are present in
/etc/iproute2/rt_tables. Otherwise, you can use numbers.

> And if I
> want to have ISPB as the exception to the rule, I'll set ISPA's priority the
> highest?
> 
I'm not sure to understand what you mean.
Priorities means the order your routing tables will be looked at.
eg;
ip rule add prio 100 lookup test
ip rule add prio 101 lookup test1
ip rule add prio 200 lookup test2

means that table test will be looked first, then table test1, then table
test2.

> > > for example:
> > > 
> > >  ISP-A   ISP-B
> > >   |        |
> > > +---------------+
> > > | linux machine +
> > > +---------------+
> > > 
> > > default gw is ISP-A interface, but if packet comes via ISP-B, the ISP-B
> > > interface should be used instead of ISP-A interface
> > 
> > IPs used on the linux machines, are private or public IPs ?
> 
> public ips
Sounds like you want to setup link redundency for your linux machine.
This shouldn't be a problem for outgoing connections [except for FTP
:)], but you may face some unexpected issues with incoming connections,
for which the replies may not take the proper link; especially if the
applications don't set the sraddr in the packet, in which case the
multipath route will be used, which is bad.

Tell me how it goes, I'm working on a similar setup.

Cheers,
Vincent.

-- 
Vincent Jaussaud <tatooin@kelkoo.com>
Kelkoo.com

_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

[Index of Archives]     [LARTC Home Page]     [Netfilter]     [Netfilter Development]     [Network Development]     [Bugtraq]     [GCC Help]     [Yosemite News]     [Linux Kernel]     [Fedora Users]
  Powered by Linux