On Fri, 21 Apr 2006 12:07:05 +0200
"Brunello Ivan" <[EMAIL PROTECTED]> wrote:

> Are they "really" needed, and are they currently active on current TSL
> 2.2 kernel?
iirc they are not needed for "normal" source-based routing.

The only problems that I can remember are local-generated-traffic related.
(route different local source-ports over different interfaces)
Never had problems with forwarded traffic.

eg. something like this (via brain dump):
ip rule add prio 10000 from 10.10.250.0/24 dev eth0 table 200
ip rule add prio 10010 from 10.10.0.0/16 dev eth0 table 201
ip route add table 200 default via 192.168.0.1 dev eth1
ip route add table 201 default via 192.168.0.2 dev eth2

plain routing/no nat, eth0 is "internal", eth1+2 are "upstream"

cheers
Olaf
_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to