I can successfully add IPv6 pinholes via something like upnpc -6 -A "" 0 IPV6_ADDRESS 30000 tcp 300
but how do I see those on router except for watching in firewall rules? I found https://github.com/miniupnp/miniupnp/issues/18 which says that dedicated file is made for that. I see nothing but /tmp/run/miniupnpd.leases
...
You need to do several changes to the init file and to the config. They are listed here:
1 Like
Great, it works!
cat /tmp/run/miniupnpd.leases6
TCP;SOME_IPV6_ADDRESS;30000;;0;1;1747055734;IGD2 pinhole
Do you know why this is not included by default?
No one has bothered to send a patch to here: https://github.com/openwrt/packages/
Someone can submit my patch if they wish.
Hey @jow ! Can you add three lines and edit one without PR? This adds leases file for IPv6 pinholes to miniupnpd package. It doesn't change anything from functional point of view, IPv6 pinholes are already there. It will ease tracking those via leases file and expose those for future luci-app-upnp integration (functionality which is long missing).
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.