From owner-freebsd-questions@FreeBSD.ORG Fri Oct 1 22:37:44 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 5FDC516A4CE for ; Fri, 1 Oct 2004 22:37:44 +0000 (GMT) Received: from richard.syix.com (richard.syix.com [205.171.72.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4273043D46 for ; Fri, 1 Oct 2004 22:37:44 +0000 (GMT) (envelope-from richard@syix.com) Received: from localhost (localhost.syix.com [127.0.0.1]) by richard.syix.com (Postfix) with ESMTP id 12F765C42; Fri, 1 Oct 2004 15:41:45 -0700 (PDT) Received: from leopard (leopard.syix.com [205.171.72.34]) by richard.syix.com (Postfix) with ESMTP id BBE055C40; Fri, 1 Oct 2004 15:41:42 -0700 (PDT) From: "Richard Marriner" To: "'Kris Kennaway'" Date: Fri, 1 Oct 2004 15:36:52 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Thread-Index: AcSoB1IqEswI4OODTtm9wVUYI0WZGAAAIPmw In-Reply-To: <20041001223420.GA90660@xor.obsecurity.org> Message-Id: <20041001224142.BBE055C40@richard.syix.com> X-Virus-Scanned: by amavisd-new at richard.syix.com cc: freebsd-questions@freebsd.org Subject: RE: Quickie... Hopefully! 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: Fri, 01 Oct 2004 22:37:44 -0000 Yes, I have tried that, but it doesn't send the reply out the route that it received it on. Richard > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of > Kris Kennaway > Sent: Friday, October 01, 2004 3:34 PM > To: Richard Marriner > Cc: freebsd-questions@freebsd.org > Subject: Re: Quickie... Hopefully! > > > On Fri, Oct 01, 2004 at 03:25:07PM -0700, Richard Marriner wrote: > > Dear list, > > > > Just wondering if there is anyway (preferably simple.) > to have two ip > > addresses on the same NIC that are different networks. > > > > A little background. We are in the process of changing > ISPs, we now have > > two circuits going to two differnet ISPs. Because of this > change we have to > > renumber our entire network. Being an ISP ourselves we > have a handful of > > servers that run FreeBSD. While trying to get one of our > test servers to > > talk to both networks from the internet we fail, I think > because even though > > your request is on the new numbers FreeBSD still trys > routing the response > > back through our old gateway. Another question, I know in > Windows XP you > > can set two gateways, two ips, etc. Can you do this in > FBSD? Our windows > > boxes are talking fine on both networks. > > Yes, there's nothing to it..use the 'ifconfig alias' command. > > Kris >