From owner-freebsd-questions@FreeBSD.ORG Fri Jun 24 02:53:25 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 00AA016A41C for ; Fri, 24 Jun 2005 02:53:25 +0000 (GMT) (envelope-from daniel@stiw.org) Received: from tibor.swiftdsl.com.au (tibor.swiftdsl.com.au [202.154.92.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DDF943D48 for ; Fri, 24 Jun 2005 02:53:23 +0000 (GMT) (envelope-from daniel@stiw.org) Received: (qmail 13377 invoked from network); 24 Jun 2005 02:53:41 -0000 Received: from unknown (HELO dmarsh.djcarmichael.com.au) ([202.154.87.60]) (envelope-sender ) by tibor.swiftdsl.com.au (qmail-ldap-1.03) with SMTP for ; 24 Jun 2005 02:53:41 -0000 To: "Martin McCormick" , freebsd-questions@freebsd.org References: <200506240251.j5O2pGT3047748@dc.cis.okstate.edu> Message-ID: Date: Fri, 24 Jun 2005 10:51:48 +0800 From: "Daniel Marsh" Organization: STIW Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-15 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit In-Reply-To: <200506240251.j5O2pGT3047748@dc.cis.okstate.edu> User-Agent: Opera M2/8.01 (Win32, build 7642) Cc: Subject: Re: Virtual Interfaces and Subnet Masks X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 02:53:25 -0000 Why don't you just setup an IP alias for the fxp0 interface? ie: ifconfig_fxp0_alias0="inet 192.168.1.7" On Fri, 24 Jun 2005 10:51:16 +0800, Martin McCormick wrote: > We needed to bring up a second interface on a FreeBSD system > in order to cause it to substitute for another FreeBSD box that > bravely stayed up for 471 days and then appears to have had a > hardware failure of some kind. > > The substitute system already had fxp0 on the network in > question and when I brought up fxp1 on that same network, the > nightmare started. You can't seem to have two interfaces with the > same subnet mask on the same VLAN. After much frustration, I simply > changed the primary interface to be that of the dead host and we are > doing without the original address for now. > > The network mask is 255.255.252.0. Is there any way to have > more than one interface on the same subnet with that same subnet mask? > > Thank you. > > Martin McCormick WB5AGZ Stillwater, OK > OSU Information Technology Division Network Operations Group > _______________________________________________ > 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"