[Bug 278576] net/miniupnpd returning error code 714 NoSuchEntryInArray
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 25 Apr 2024 11:08:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278576 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, I'm experiencing an issue where miniupnpd is reporting back to the client that 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 = 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 = 5001 keep state 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 tarball and `./configure --ipv6 --firewall=pf` and it appears to have resolved the issue. It would be great if this port could by bumped to 3.3.6. -- You are receiving this mail because: You are the assignee for the bug.