Re: "Loopback" route through two cards?
From: Ben Greear <hidden>
Date: 2002-09-13 04:59:10
kuznet@ms2.inr.ac.ru wrote:
Hello!quoted
I know this is an FAQ, but I never saw an answer I liked.And what kind of answers do you like? :-)quoted
still impossibleIt depends on sense which you put to "impossible". There are two problems with this: 1. You cannot send to local address via any device but loopback. The only way to override this is to use explicit SO_BINDTODEVICE on sending socket. Hence, it is "impossible" not changing application.
Ooooh, this looks like what I'm looking for...
2. You cannot receive packets with local address from any device but loopback. This is impossible, but wthis time without not editing kernel, removing the check for local addresses in fib_validate_source().
Any clues to which part of this method needs to be changed? I see nothing obviously about checking for local IPs, but I'm sure it's in there somewhere! Thanks, Ben
Alexey
-- Ben Greear [off-list ref] <Ben_Greear AT excite.com> President of Candela Technologies Inc http://www.candelatech.com ScryMUD: http://scry.wanfear.com http://scry.wanfear.com/~greear