Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S267578AbUIFHup (ORCPT ); Mon, 6 Sep 2004 03:50:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S267582AbUIFHup (ORCPT ); Mon, 6 Sep 2004 03:50:45 -0400 Received: from mtagate4.de.ibm.com ([195.212.29.153]:63621 "EHLO mtagate4.de.ibm.com") by vger.kernel.org with ESMTP id S267578AbUIFHui (ORCPT ); Mon, 6 Sep 2004 03:50:38 -0400 Message-ID: <413C16CE.30607@de.ibm.com> Date: Mon, 06 Sep 2004 09:50:38 +0200 From: Einar Lueck Reply-To: lkml@einar-lueck.de Organization: IBM Deutschland Entwicklung GmbH User-Agent: Mozilla Thunderbird 0.5 (X11/20040306) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Paul Jakma CC: linux-kernel@vger.kernel.org Subject: Re: [PATCH] net/ipv4 for Source VIPA support, kernel BK Head References: <200409011441.10154.elueck@de.ibm.com> <200409021858.38338.elueck@de.ibm.com> <200409031007.29467.elueck@de.ibm.com> In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 838 Lines: 24 Paul Jakma wrote: > You could try: > > ip route change default via src > > Presuming the NFS clients are behind a gateway. If also onlink, you > need to modify the connected routes and change the src there too. > We have tried it this way, of course, and it works. But the corresponding routes are static. In our context, all routes have to be dynamic (for fault tolerance and due to configuration overhead). Zebra and OSPFD do not support this type of route. As a consequence, this approach does not work for us. Anyway, iptables is the way to do it. Regards, Einar. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/