From owner-freebsd-stable@FreeBSD.ORG Sat Jul 29 17:42:43 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A06F516A4E0 for ; Sat, 29 Jul 2006 17:42:43 +0000 (UTC) (envelope-from fydernix@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.171]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E12043D4C for ; Sat, 29 Jul 2006 17:42:42 +0000 (GMT) (envelope-from fydernix@gmail.com) Received: by ug-out-1314.google.com with SMTP id m2so188367uge for ; Sat, 29 Jul 2006 10:42:41 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=hYlJPa0e15n7UG9vYBcGnXeuPNZSJ7FtDhR44wGaFW7wlnIPbpzE2d5qqRc4p38KEHpvU/6pGdjt/WLP4oWf41piYCuK9ToYEcJP+58PI2tkmiAZTMiRVp5oAh1m/bo93LllRYk6nRbt1FmGe8PAiUDtX5w6uRgAcwfgSx6mk4E= Received: by 10.78.200.3 with SMTP id x3mr141475huf; Sat, 29 Jul 2006 10:42:41 -0700 (PDT) Received: by 10.78.117.1 with HTTP; Sat, 29 Jul 2006 10:42:41 -0700 (PDT) Message-ID: Date: Sat, 29 Jul 2006 13:42:41 -0400 From: "SigmaX asdf" To: freebsd-stable@freebsd.org In-Reply-To: <20060729070410.GD8063@sysadm.stc> MIME-Version: 1.0 References: <20060729070410.GD8063@sysadm.stc> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Gateway X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 17:42:43 -0000 On 7/29/06, Igor Robul wrote: > > On Fri, Jul 28, 2006 at 07:00:18PM -0400, SigmaX asdf wrote: > > gateway_enable="YES" > > firewall_enable="YES" > > firewall_type="OPEN" > > natd_enabl="YES" > ^^^^^^^^^^^^^^^^^^^ > Should be natd_enable="YES" Heh; yeah, typo in my post. The file has it ok. Is there something I have to do to specify the interfaces which have nat enabled? Does natd_enable automatically forward any/every packet to any/every interface? SigmaX