From owner-freebsd-questions@FreeBSD.ORG Sat Nov 1 16:42:11 2003 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 77E6A16A4CE for ; Sat, 1 Nov 2003 16:42:11 -0800 (PST) Received: from galilee.polands.org (CPE-24-29-189-110.new.rr.com [24.29.189.110]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37E6D43FCB for ; Sat, 1 Nov 2003 16:42:10 -0800 (PST) (envelope-from djp@polands.org) Received: from sheba.polands.org (sheba.polands.org [172.16.1.33]) by galilee.polands.org (8.12.9/8.12.9) with ESMTP id hA20g8kj082773 for ; Sat, 1 Nov 2003 18:42:09 -0600 (CST) (envelope-from djp@polands.org) Received: from sheba.polands.org (localhost [127.0.0.1]) by sheba.polands.org (8.12.9/8.12.9) with ESMTP id hA20g8Ut044786 for ; Sat, 1 Nov 2003 18:42:08 -0600 (CST) (envelope-from djp@sheba.polands.org) Received: (from djp@localhost) by sheba.polands.org (8.12.9/8.12.9/Submit) id hA20g81q044785 for questions@freebsd.org; Sat, 1 Nov 2003 18:42:08 -0600 (CST) Date: Sat, 1 Nov 2003 18:42:08 -0600 From: Doug Poland To: questions@freebsd.org Message-ID: <20031102004208.GA44763@polands.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.4i Subject: NAT and gateway 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: Sun, 02 Nov 2003 00:42:11 -0000 Hello, I'm running 4.8-STABLE. I've got a question about NAT and gateway. Today, I'm running a typical NAT configuration like this... if0 = public_ip if1 = private_lan Everything is working fine, internal clients use if1 and their gateway and their addresses are translated and sent out on if0. My question is: can I alias if1 with a public IP and point other clients (also with public IP) if1 as their gateway? In this case, I would want if1 to route to if0 and have their public IPs remain intact. I'm asking this as a questions because I've just tried it and packets are not routing from if1 to if0. Many thanks for your help. -- Regards, Doug