From owner-freebsd-net@FreeBSD.ORG Tue Aug 24 20:36:38 2010 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D1A8F1065696 for ; Tue, 24 Aug 2010 20:36:38 +0000 (UTC) (envelope-from if@xip.at) Received: from chile.gbit.at (ns1.xip.at [193.239.188.99]) by mx1.freebsd.org (Postfix) with ESMTP id 1D7C38FC18 for ; Tue, 24 Aug 2010 20:36:37 +0000 (UTC) Received: (qmail 30608 invoked from network); 24 Aug 2010 22:36:35 +0200 Received: from unknown (HELO filebunker.xip.at) (86.59.10.180) by chile.gbit.at with (DHE-RSA-AES256-SHA encrypted) SMTP; 24 Aug 2010 22:36:35 +0200 Date: Tue, 24 Aug 2010 22:36:34 +0200 (CEST) From: Ingo Flaschberger To: "Li, Qing" In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LFD 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: net@freebsd.org Subject: RE: funny ECMP X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Aug 2010 20:36:38 -0000 Dear Li, > Sure, but such a configuration did not make much sense. Why not? Use CARP and OSPF and you have such a configuration. > I read your other email explaining why your system is configured > this way but I am still unclear from you text. Router 1 and Router 2 share 1 Ipadress via VRRP / CARP at interface LAN Router 1 and Router 2 speak OSPF (routing protocoll) at interface WAN Router 1 tells those routes to Router 2 and back. With CARP when the interface LAN at Router 1 ist in state MASTER, there is the LAN-IP online and also the LAN-Net. At this moment also Router 2 holds a route to LAN-net via Router 1 WAN interface. Now Router 1 interface LAN goes down. Router 2 CARP recognize this, and want to install LAN-IP and LAN-net. -> can not install route as there is still a route from Router 1. I hoped, that now, as freebsd has multi-route support (as other unix really have for a long long time) everything would be easier. But multipath support of freebsd is in my opinion, in a "experimental" state. Kind regards, Ingo Flaschberger