From owner-freebsd-questions@FreeBSD.ORG Tue Oct 26 21:20:26 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 9C83816A4D9 for ; Tue, 26 Oct 2004 21:20:26 +0000 (GMT) Received: from helium.webpack.hosteurope.de (helium.webpack.hosteurope.de [217.115.142.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id B198043D6B for ; Tue, 26 Oct 2004 21:20:18 +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 1CMYjp-0006pj-FW; Tue, 26 Oct 2004 23:20:17 +0200 Date: Tue, 26 Oct 2004 23:20:16 +0200 From: Hexren X-Mailer: The Bat! (v1.62i) Business X-Priority: 3 (Normal) Message-ID: <11516587842.20041026232016@hexren.net> To: "Aaron P. Martinez" In-Reply-To: <1098825225.4101.17.camel@aaron.proficuous.com> References: <20041026162657.B873943D5D@mx1.FreeBSD.org> <1098825225.4101.17.camel@aaron.proficuous.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-HE-MXrcvd: no cc: freebsd-questions@freebsd.org 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: Tue, 26 Oct 2004 21:20:26 -0000 >> >> 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