netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Pablo Neira Ayuso <pablo@netfilter.org>
To: pda Pfeil Daniel <pda@keba.com>
Cc: "netfilter-devel@vger.kernel.org" <netfilter-devel@vger.kernel.org>
Subject: Re: [PATCH] conntrackd: helpers/rpc: Don't add expectation table entry for portmap port
Date: Wed, 19 Jun 2024 13:08:06 +0200	[thread overview]
Message-ID: <ZnK8Fj52_8cIgKp9@calendula> (raw)
In-Reply-To: <ZnK6821kYBYzqRZZ@calendula>

On Wed, Jun 19, 2024 at 01:03:20PM +0200, Pablo Neira Ayuso wrote:
> On Thu, Apr 25, 2024 at 12:13:11PM +0000, pda Pfeil Daniel wrote:
> > After an RPC call to portmap using the portmap program number (100000),
> > subsequent RPC calls are not handled correctly by connection tracking.
> > This results in client connections to ports specified in RPC replies
> > failing to operate.
> 
> Applied, thanks

Wait, program 100000 usually runs on the portmapper port
(tcp,udp/111), which is the one where you install the helper to add
expectations:

   100000    2   tcp    111  portmapper
   100000    2   udp    111  portmapper

How is this working?

  reply	other threads:[~2024-06-19 11:08 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-25 12:13 [PATCH] conntrackd: helpers/rpc: Don't add expectation table entry for portmap port pda Pfeil Daniel
2024-06-19  7:48 ` AW: " pda Pfeil Daniel
2024-06-19 11:03 ` Pablo Neira Ayuso
2024-06-19 11:08   ` Pablo Neira Ayuso [this message]
2024-06-19 11:29     ` AW: " pda Pfeil Daniel
2024-06-19 13:08       ` Pablo Neira Ayuso

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=ZnK8Fj52_8cIgKp9@calendula \
    --to=pablo@netfilter.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pda@keba.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).