From owner-freebsd-questions@FreeBSD.ORG Sat Nov 20 08:56:23 2004 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 448ED16A4CE for ; Sat, 20 Nov 2004 08:56:23 +0000 (GMT) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9A6843D5A for ; Sat, 20 Nov 2004 08:56:22 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) iAK8uKv92499; Sat, 20 Nov 2004 00:56:21 -0800 (PST) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Trevor B. Sullivan" , Date: Sat, 20 Nov 2004 00:56:20 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: <8568FFD8B2D518499160B43B382844C93BA8C3@bwmail.corp.baxwood.com> X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 Importance: Normal Subject: RE: Dual NICs in BSD 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: Sat, 20 Nov 2004 08:56:23 -0000 You can't. If the whole idea of this is failover in case a NIC fails, you setup a script that runs from cron and monitors the active NIC, if it goes down the script reassigns the IP to the other NIC. Ted > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Trevor B. > Sullivan > Sent: Friday, November 19, 2004 5:09 AM > To: freebsd-questions@freebsd.org > Subject: Dual NICs in BSD > > > Hi, I have a Compaq Proliant 3000 server with a fresh install of FreeBSD > 5.2.1 on it. It has an Intel Dual-port NIC (of which I'm using one > port), and a Netgear GA620 Gigabit fiber card. The copper port is > referred to as fxp0 and the fiber, ti0. I'm having a problem getting the > two network connections to work together with the same network address. > My private subnet is 10.100.100/24, though if I try to set two adapters > each with their own IP but on the same network, I get "File already > exists" or something to that effect. The default route to my m0n0wall > box is set through fxp0, and I can get ti0 to work if I set the network > addr to 255.255.255.255, but then if my copper interface goes down > (using "ifconfig fxp0 down" as test), the fiber interface will not then > connect. My basic question is...how do I get two independent cards to > have their own IP address on the same network address? Thanks in advance > for assistance. > > Trevor B. Sullivan > Information Technology > Baxter & Woodman, Inc. > Phone: (815) 459-1260 x1337 > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >