From owner-freebsd-net@FreeBSD.ORG Fri Feb 3 13:33:34 2006 Return-Path: X-Original-To: freebsd-net@FreeBSD.org Delivered-To: freebsd-net@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C4E8E16A420 for ; Fri, 3 Feb 2006 13:33:34 +0000 (GMT) (envelope-from donatas.gendvilas@telecom.lt) Received: from mailhub.takas.lt (mailhub.takas.lt [212.59.31.78]) by mx1.FreeBSD.org (Postfix) with ESMTP id 14ABB43D49 for ; Fri, 3 Feb 2006 13:33:33 +0000 (GMT) (envelope-from donatas.gendvilas@telecom.lt) Received: from localhost (localhost [127.0.0.1]) by mailhub.takas.lt (Postfix) with ESMTP id 3FD7B50CFC for ; Fri, 3 Feb 2006 15:33:03 +0200 (EET) Received: from mailhub.takas.lt ([127.0.0.1]) by localhost (ispmailfe206.internal.takas.lt [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02821-03-2 for ; Fri, 3 Feb 2006 15:32:59 +0200 (EET) Received: from dongnd5d1 (proxy.telecom.lt [212.59.0.201]) by mailhub.takas.lt (Postfix) with SMTP id 42CDC50CE3 for ; Fri, 3 Feb 2006 15:32:59 +0200 (EET) Message-ID: <069601c628c6$598ac4a0$4f6510ac@in.telecom.lt> From: "D" To: Date: Fri, 3 Feb 2006 15:32:59 +0200 MIME-Version: 1.0 X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Virus-Scanned: amavisd-new at takas.lt Content-Type: text/plain; charset="windows-1257" Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: alternative routing - deadlock? 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: Fri, 03 Feb 2006 13:33:35 -0000 on freebsd box such a simple situation(see below) seems to be pretty = complicated: ISP1[10.10.10.1][1Mbps]<-------------------->[ME-em0][10.10.10.10] ISP2[11.11.11.1][8Mbps]---------------------->[ME-em1][11.11.11.11] default route 10.10.10.1 any traffic "from ME to ISP2" will fail or will be redirected via ISP1. alternative routing function should allow us to add another static = route: default route 11.11.11.1 as far as i know, linux machines allready have this feature. so, is it possible to solve this problem with any means for today? ps: some rudiments can be seen in here: http://www.sctp.org/what_is_alt_route thanx you...