From owner-freebsd-questions@FreeBSD.ORG Wed Oct 27 05:54:42 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 55C3316A4CE for ; Wed, 27 Oct 2004 05:54:42 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1C79543D66 for ; Wed, 27 Oct 2004 05:54:42 +0000 (GMT) (envelope-from me@hexren.net) Received: from pd95526ee.dip.t-dialin.net ([217.85.38.238] helo=hexren) by helium.webpack.hosteurope.de with asmtp (Exim 4.34) id 1CMgld-0007TA-0M for freebsd-questions@freebsd.org; Wed, 27 Oct 2004 07:54:41 +0200 Date: Wed, 27 Oct 2004 07:54:40 +0200 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <432307798.20041027075440@hexren.net> To: freebsd-questions@freebsd.org In-Reply-To: <200410262030.49276.josh@tcbug.org> References: <20041026162657.B873943D5D@mx1.FreeBSD.org> <1098825225.4101.17.camel@aaron.proficuous.com> <11516587842.20041026232016@hexren.net> <200410262030.49276.josh@tcbug.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-HE-MXrcvd: no Subject: Re[2]: 2 Network Cards & 2 IP's? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Hexren List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Oct 2004 05:54:42 -0000 JP> On Tuesday 26 October 2004 21:20, Hexren wrote: >> >> For example: >> >> >> >> 192.168.1.100 on NIC 1 >> >> >> >> 192.168.1.101 on NIC 2 >> >> >> >> Gateway 192.168.1.1 >> >> ---------------------------------- >> >> Am I seeing the wrong problem when I say that: >> >> #ifconfig NIC1 192.168.1.100 >> #ifconfig NIC1 192.168.1.101 >> #route add default 192.168.1.1 >> >> should do what you want ? >> >> Hexren JP> You can't put two NICs w/ the same subnet into a FBSD machine --------------------------------------------- I can't challenge that I never tried but it should surprise me if that was true. What error message does the system give if you try to do that ?