From: Pablo Neira Ayuso <pablo@netfilter.org>
To: Norbert van Bolhuis <nvbolhuis@aimvalley.nl>
Cc: netfilter@vger.kernel.org
Subject: Re: cannot create a nat type base (pre/post routing) chain
Date: Wed, 29 Apr 2020 11:44:33 +0200 [thread overview]
Message-ID: <20200429094433.GA1539@salvia> (raw)
In-Reply-To: <daa384d8-51eb-adfa-4872-fcc188c2b931@aimvalley.nl>
On Wed, Apr 29, 2020 at 11:36:13AM +0200, Norbert van Bolhuis wrote:
[...]
> I guess it's some kind of openwrt nf_tables (module) build/incompatibility problem!?
Your lsmod listing does not show nft_chain_nat, this module should
autoload when you invoke:
add chain nat prerouting { type nat hook prerouting priority 0 ; }
Did you try modinfo / modprobe nft_chain_nat manually to check if you
can reach this module?
next prev parent reply other threads:[~2020-04-29 9:44 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-28 13:38 cannot create a nat type base (pre/post routing) chain Norbert van Bolhuis
2020-04-29 9:36 ` Norbert van Bolhuis
2020-04-29 9:44 ` Pablo Neira Ayuso [this message]
2020-04-29 9:56 ` Norbert van Bolhuis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200429094433.GA1539@salvia \
--to=pablo@netfilter.org \
--cc=netfilter@vger.kernel.org \
--cc=nvbolhuis@aimvalley.nl \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.