From owner-freebsd-questions@FreeBSD.ORG Wed Oct 27 01:31:35 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 E3D8E16A4CE for ; Wed, 27 Oct 2004 01:31:35 +0000 (GMT) Received: from sccmmhc92.asp.att.net (sccmmhc92.asp.att.net [204.127.203.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D06A43D2D for ; Wed, 27 Oct 2004 01:31:35 +0000 (GMT) (envelope-from josh@tcbug.org) Received: from [10.0.0.10] (12-218-40-24.client.mchsi.com[12.218.40.24]) by sccmmhc92.asp.att.net (sccmmhc92) with ESMTP id <20041027013134m9200k1olse>; Wed, 27 Oct 2004 01:31:34 +0000 From: Josh Paetzel To: freebsd-questions@freebsd.org, Hexren Date: Tue, 26 Oct 2004 20:30:49 +0000 User-Agent: KMail/1.7 References: <20041026162657.B873943D5D@mx1.FreeBSD.org> <1098825225.4101.17.camel@aaron.proficuous.com> <11516587842.20041026232016@hexren.net> In-Reply-To: <11516587842.20041026232016@hexren.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200410262030.49276.josh@tcbug.org> cc: "Aaron P. Martinez" Subject: Re: 2 Network Cards & 2 IP's? 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: Wed, 27 Oct 2004 01:31:36 -0000 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 You can't put two NICs w/ the same subnet into a FBSD machine -- Thanks, Josh Paetzel