From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zealot Date: Wed, 27 Sep 2006 20:52:47 +0000 Subject: [LARTC] How to use different path for INCOME and OUTGOING package ? Message-Id: <451AE49F.4090602@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org 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