Thread (6 messages) 6 messages, 5 authors, 2002-09-13

Re: "Loopback" route through two cards?

From: <hidden>
Date: 2002-09-03 12:54:44

Hello!
	I know this is an FAQ, but I never saw an answer I liked.
And what kind of answers do you like? :-)
still impossible
It 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. 

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().

Alexey
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help