From owner-freebsd-net@FreeBSD.ORG Fri Apr 1 17:38:18 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6CDA1106566C for ; Fri, 1 Apr 2011 17:38:18 +0000 (UTC) (envelope-from kickbsd@yandex.ru) Received: from forward10.mail.yandex.net (forward10.mail.yandex.net [77.88.61.49]) by mx1.freebsd.org (Postfix) with ESMTP id 8B7A48FC14 for ; Fri, 1 Apr 2011 17:38:17 +0000 (UTC) Received: from web100.yandex.ru (web100.yandex.ru [77.88.61.1]) by forward10.mail.yandex.net (Yandex) with ESMTP id B96A51021529 for ; Fri, 1 Apr 2011 21:27:11 +0400 (MSD) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1301678831; bh=VQgOG8ul4UzH0RW43nVzMJ2PVwaFU5pCb69C2t9sZq8=; h=From:To:Subject:MIME-Version:Message-Id:Date: Content-Transfer-Encoding:Content-Type; b=o61gJGlwaFyal+tW/eQwJCkZeJCKAZvEuTsKglnEecm9hJBaCWK6B6EL4n9fm85xe ZKyrwhHlkU2TYo19jCP+Y92+ADA/q+AfDWYTFTJaRF1VGAINLPv2nS0Jf8JaeGrjC7 jZ+r9aV/k3e8GH2mvt6s8tlxHoyM3Z3B1GFSfDts= Received: from localhost (localhost.localdomain [127.0.0.1]) by web100.yandex.ru (Yandex) with ESMTP id AE7A6FC8039 for ; Fri, 1 Apr 2011 21:27:11 +0400 (MSD) Received: from leo.de.teleglobe.net (leo.de.teleglobe.net [64.86.53.146]) by mail.yandex.ru with HTTP; Fri, 01 Apr 2011 21:27:10 +0400 From: Baginski Darren To: freebsd-net@freebsd.org MIME-Version: 1.0 Message-Id: <1128701301678831@web100.yandex.ru> Date: Fri, 01 Apr 2011 21:27:10 +0400 X-Mailer: Yamail [ http://yandex.ru ] 5.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain Subject: Multiple gateways support 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, 01 Apr 2011 17:38:18 -0000 Hi! Could please someone tell me about current state of multiple gw capabilities of FreeBSD? I have dual homed FreeBSD box, one interface ISP1 another ISP2 : 1) can I balance outgoing traffic across them ? 2) Is there support of any kind dead gateway detection? 3) Can I install multiple routes to the same network (with same and with different wight)? If yes how it behaves with one link failure, in particular if interface is down? Thank you!