* [LARTC] How to use different path for INCOME and OUTGOING package ?
@ 2006-09-27 20:52 Zealot
2006-09-27 21:14 ` [LARTC] How to use different path for INCOME and OUTGOING package Zealot
0 siblings, 1 reply; 2+ messages in thread
From: Zealot @ 2006-09-27 20:52 UTC (permalink / raw)
To: lartc
there are 3 computers.
A-------------B--------------C
I want the outgoing packages of B go to C.
And receive responding package from A.
As soon as insert the routing entry:
ip route add 10.0.0.0/8 via C src B dev BC
B seems stop receiving packages from A.
Use tcpdump on B, I can get the package.
But, it seems that kernel check the routing table, and found that the
source address of the package coming form A is not in routing table of B
to A, actually, it is in the table of B to C,
then the package is dropped.
How to configure the kernel not to drop the package ?
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-09-27 21:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-27 20:52 [LARTC] How to use different path for INCOME and OUTGOING package ? Zealot
2006-09-27 21:14 ` [LARTC] How to use different path for INCOME and OUTGOING package Zealot
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.