From owner-freebsd-questions@FreeBSD.ORG Wed Mar 26 17:35:47 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BDC3837B404 for ; Wed, 26 Mar 2003 17:35:47 -0800 (PST) Received: from nic.mx (mail.nic.mx [200.23.1.77]) by mx1.FreeBSD.org (Postfix) with ESMTP id E84F943F93 for ; Wed, 26 Mar 2003 17:35:46 -0800 (PST) (envelope-from glozano@nic.mx) Received: from GLOZANO.nic.mx ([200.33.1.82]) (authenticated (0 bits)) by nic.mx (8.11.6/8.11.6) with ESMTP id h2R1ZkA08230 (using TLSv1/SSLv3 with cipher DES-CBC3-SHA (168 bits) verified NO) for ; Wed, 26 Mar 2003 19:35:46 -0600 (CST) Message-Id: <5.1.1.6.0.20030326192936.01ae7c80@nic.mx> X-Sender: glozano@nic.mx X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Wed, 26 Mar 2003 19:35:46 -0600 To: freebsd-questions@freebsd.org From: Gustavo Lozano Ibarra Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Spam-Status: No, hits=0.0 required=5.0 tests=none version=2.50 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.50 (1.173-2003-02-20-exp) Subject: X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2003 01:35:48 -0000 I am looking for a tool that allows me to do ip address take over. Something like fake on linux or ip multipathing on solaris. I have two switches and this freebsd box has two interfaces. I want that the ip address change to the second nic if the first one fails (nic or switch) or viceversa. Is there any tool for FreeBSD? Thanks