Is it just me or recent upgrades to luci-app-upnp (luci-app-upnp - 25.204.46460~a4556ee) broke UPnP status reporting?
Port forwarding in UI is empty:
While firewall (and application itself) report successful port forwarding:
Is it just me or recent upgrades to luci-app-upnp (luci-app-upnp - 25.204.46460~a4556ee) broke UPnP status reporting?
Port forwarding in UI is empty:
While firewall (and application itself) report successful port forwarding:
Please connect to your OpenWrt device using ssh and copy the output of the following commands and post it here using the "Preformatted text </> " button:
![]()
Remember to redact passwords, MAC addresses and any public IP addresses you may have:
ubus call system board
opkg list-installed | grep upnp
cat /etc/config/upnp
{
"kernel": "6.6.93",
"hostname": "router",
"system": "ARMv8 Processor rev 4",
"model": "Xiaomi Redmi Router AX6S",
"board_name": "xiaomi,redmi-router-ax6s",
"rootfs_type": "squashfs",
"release": {
"distribution": "OpenWrt",
"version": "24.10.2",
"revision": "r28739-d9340319c6",
"target": "mediatek/mt7622",
"description": "OpenWrt 24.10.2 r28739-d9340319c6",
"builddate": "1750711236"
}
}
opkg list-installed | grep upnp
luci-app-upnp - 25.204.46460~a4556ee
miniupnpd-nftables - 2.3.7-r1
cat /etc/config/upnpd
config upnpd 'config'
option enabled '1'
option internal_iface 'lan'
option port '5000'
option upnp_lease_file '/var/run/miniupnpd.leases'
option uuid '9c5eeb13-b4c3-4a77-bef7-c947f3ac84b6'
config perm_rule
option action 'allow'
option ext_ports '1024-65535'
option int_addr '0.0.0.0/0'
option int_ports '1024-65535'
option comment 'Allow high ports'
config perm_rule
option action 'deny'
option ext_ports '0-65535'
option int_addr '0.0.0.0/0'
option int_ports '0-65535'
option comment 'Default deny'
mine loses attachment to own rules if miniupnpd gets restarted.
Mine doesn't work properly from very booting.
It's been close to a year that anything has changed on the luci side for this app. Find the PR in the openwrt repo that seeks to update the miniupnpd daemon and add some fixes there. See whether anything it aims to fix resolves your symptoms. 2 4 9 8 8 I think.
It was recent ubus/ucode upgrades which broke luci-app-upnp. I have reset router and selectively upgraded those. I did not upgrade luci-* packages. I wonder if someone can test it is broken on 24.10.* snapshots too.
Certainly worked after https://github.com/openwrt/packages/issues/23948 (i tested version bump, fixing some tcp/udp confusion, but upstream had no https site with checksums then)
Ill check later today
It's not miniupnpd. From functional standpoint it works fine. Only Luci component doesn't show proper information about forwarded ports.
I understand, I just mention last point I used it and it worked perfectly well after patched. I will check on 2410-snapshot later.
Thank you in advance!
Open upnp redirects are not shown24.10-SNAPSHOT r28779-05a1a71530
All luci components version 25.206.68186~6da5e65
https://github.com/openwrt/openwrt/commit/37233122a79c511ff205fe94643b4425daea87fb - so probably problem is in there somewhere... or in following ucode update.
Do you think we should report it to github?
You can try.
Done.
I don't have this issue on mine, status is reporting just fine for me
I didn’t had this issue with my initial 24.10.2 build from weeks ago but I’ve created a new 24.10.2 image via Attended Sysupgrade 3 days ago (to upgrade to the latest packages) and now the issue does exist.
worth following gh issues to observe progress.
https://github.com/openwrt/luci/issues/7878#issuecomment-3173764346 - the issue has been closed (including patch to 24.10.x branch). Wait a bit until new packages are built.