From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.webfaction.com (mail6.webfaction.com [74.55.86.74]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id ACDB1E00576 for ; Sun, 2 Feb 2014 08:38:36 -0800 (PST) Received: from [192.168.1.11] (c-68-38-40-177.hsd1.nj.comcast.net [68.38.40.177]) by smtp.webfaction.com (Postfix) with ESMTP id 304AB2078BF2; Sun, 2 Feb 2014 16:38:35 +0000 (UTC) Message-ID: <52EE7489.3010303@mindchasers.com> Date: Sun, 02 Feb 2014 11:38:33 -0500 From: Bob Cochran User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Niklas Molin References: <52ED2E77.1060707@mindchasers.com> In-Reply-To: Cc: meta-freescale@yoctoproject.org Subject: Re: iptables and NAT X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Feb 2014 16:38:38 -0000 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 02/01/2014 12:53 PM, Niklas Molin wrote: > Hi Bob. > > In my .config I don't have that option (any NF_NAT options). > I found EBT NAT (some new feature). > I'm compiling for an i.mx6, Distro POKY, version 1.5.1 (kernel 3.10.9) > > Thanks, > Niklas I suppose you're not enabling something in the menuconfig options that you need. But you see these options in your Kconfig files, right? Look through them to see what you need to enable. From your linux source: find . -name Kconfig | xargs grep NF_NAT > > > On Sat, Feb 1, 2014 at 9:27 AM, Bob Cochran > wrote: > > On 01/31/2014 07:23 PM, Niklas Molin wrote: > > Hi. > > I wonder if NAT is supported by iptables? > > I checked the .config to see if there was any flag to enable it, but > couldn't find anything. > > > I assume you have the following enabled in menuconfig: > > Networking Support->Networking Options->Network packet filtering > framework (Netfilter) > > Inside the .config file, you should be able to find the prefix > CONFIG_NF_NAT. > > In my .config, those options start ~30 lines under the string "Core > Netfilter Configuration" > > > > Thanks, > Niklas > > > _________________________________________________ > meta-freescale mailing list > meta-freescale@yoctoproject.__org > > https://lists.yoctoproject.__org/listinfo/meta-freescale > > > >