Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Apr 2024 11:08:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 278576] net/miniupnpd returning error code 714 NoSuchEntryInArray
Message-ID:  <bug-278576-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D278576

            Bug ID: 278576
           Summary: net/miniupnpd returning error code 714
                    NoSuchEntryInArray
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: freebsd@accounts.adavis.net
                CC: squat@squat.no
             Flags: maintainer-feedback?(squat@squat.no)
                CC: squat@squat.no

Hi,=20

I'm experiencing an issue where miniupnpd is reporting back to the client t=
hat
it failed to open the port, specifically:

```
[05:29] andrew@neon ~> upnpc -e "upnpc test" -a 10.0.0.10 5001 5001 TCP
upnpc: miniupnpc library test client, version 2.2.7.
 (c) 2005-2024 Thomas Bernard.
More information at https://miniupnp.tuxfamily.org/ or http://miniupnp.free=
.fr/

List of UPNP devices found on the network :
 desc: http://10.0.0.1:5000/rootDesc.xml
 st: urn:schemas-upnp-org:device:InternetGatewayDevice:1

Found valid IGD : http://10.0.0.1:5000/ctl/IPConn
Local LAN ip address : 10.0.0.10
ExternalIPAddress =3D 116.255.34.255
GetSpecificPortMappingEntry() failed with code 714 (NoSuchEntryInArray)
```
```

But if i check the pf anchor it did indeed create it:

```
[05:32] andrew@apu ~> sudo pfctl -a miniupnpd -s nat
rdr pass quick on igb0 inet proto tcp from any to any port =3D 5001 keep st=
ate
label "upnpc test" rtable 0 -> 10.0.0.10 port 5001
```

This is creating an issue where some appliance devices (eg my xbox one)
believes it can't open ports.  I reported this upstream
https://github.com/miniupnp/miniupnp/issues/729

I was advised to test again with 2.3.6, which i built from the upstream tar=
ball
and `./configure --ipv6 --firewall=3Dpf` and it appears to have resolved the
issue.  It would be great if this port could by bumped to 3.3.6.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-278576-7788>