From owner-freebsd-questions@FreeBSD.ORG Tue Nov 1 17:53:38 2005 Return-Path: X-Original-To: questions@freebsd.org 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 C90D016A41F for ; Tue, 1 Nov 2005 17:53:38 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: from pearl.ibctech.ca (pearl.ibctech.ca [209.167.58.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id A201C43D5E for ; Tue, 1 Nov 2005 17:53:37 +0000 (GMT) (envelope-from iaccounts@ibctech.ca) Received: (qmail 960 invoked by uid 1002); 1 Nov 2005 17:53:36 -0000 Received: from iaccounts@ibctech.ca by pearl.ibctech.ca by uid 89 with qmail-scanner-1.22 (spamassassin: 2.64. Clear:RC:1(209.167.16.15):. Processed in 2.946404 secs); 01 Nov 2005 17:53:36 -0000 Received: from unknown (HELO fuze) (209.167.16.15) by pearl.ibctech.ca with SMTP; 1 Nov 2005 17:53:33 -0000 From: "Steve Bertrand" To: "'Jason Morgan'" Date: Tue, 1 Nov 2005 12:53:33 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20051101174900.GB91422@sentinelchicken.net> Thread-Index: AcXfDJ00vsouYYgdSeWQTPQvMz5t6gAAF2zg X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441 X-Qmail-Scanner-Message-ID: <1130867613675954@pearl.ibctech.ca> Message-Id: <20051101175337.A201C43D5E@mx1.FreeBSD.org> Cc: 'FreeBSD Questions' Subject: RE: Quick Routing Question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 17:53:38 -0000 > I never explicity set the FreeBSD machine to enable NAT > between these subnets. Should I do so? Do I just add another > natd_interface to rc.conf? You do not want to do this. The below config in rc.conf is correct. It states that nat will only be enabled for the external interface, for both subnets. There is no need to nat between your two internal subnets. Steve > > Right now, the NAT related entries in rc.conf on the gateway look like > this: > > natd_enable="YES" > natd_interface="xl0" #public interface > natd_flags="-dynamic -m" > > Thanks again, > Jason > > > > > Fabian > > -- > > http://www.fabiankeil.de/ > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >