From mboxrd@z Thu Jan 1 00:00:00 1970 From: Florian Westphal Subject: Re: [nft 0.9.3 | kernel 5.4.48] cannot get NAT to work Date: Wed, 24 Jun 2020 10:53:15 +0200 Message-ID: <20200624085315.GW26990@breakpoint.cc> References: <87b5491f-dbd3-1f09-a9cb-303596da4e10@gmx.net> <20200623212323.GS26990@breakpoint.cc> <20200623215239.GT26990@breakpoint.cc> <6e919ed9-50d9-7a23-a581-2c6110af5108@gmx.net> <20200623224854.GU26990@breakpoint.cc> <20200624081443.GV26990@breakpoint.cc> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="utf-8" To: =?utf-8?B?0b3SieG2rOG4s+KEoA==?= Cc: "netfilter@vger.kernel.org" , Florian Westphal ѽ҉ᶬḳ℠ wrote: > Getting somewhere now, unless there are different kconf flags in 5.6 for > building that module, least on this node with 5.4: > > modinfo: ERROR: Module alias nft_chain_nat not found. > > Which kconf flag is supposed to generate that particular module? Looked into > https://github.com/torvalds/linux/blob/v5.4/net/netfilter/Kconfig but could > not find something specific that builds that module. https://github.com/torvalds/linux/blob/v5.4/net/netfilter/Makefile -> CONFIG_NFT_NAT ... which you seem to have enabled already. So I would guess that the build system used doesn't pick the module up for some reason.