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?