Sorry but I don't even know where to start diagnosing the problem.
I'm trying to set it up so that clients routed through the WAN can forward ports.
I am using dnscrypt-proxy2, openvpn and pbr. I tried disabling openvpn and pbr, but miniupnpd still doesn't create any rules.
I've tried specifying the WAN interface and WAN ip in settings with no luck. Currently using the default config.
I'm using a custom x86 image.
Model Dell Inc. OptiPlex 7060
Architecture Intel(R) Core(TM) i5-8500 CPU @ 3.00GHz
Target Platform x86/64
Firmware Version OpenWrt 22.03-SNAPSHOT r20180-2034387af4 / LuCI openwrt-22.03 branch git-23.119.80898-65ef406
Kernel Version 5.10.184
When I start miniupnpd it spams the log:-
Tue Jul 18 22:52:18 2023 daemon.info miniupnpd[11265]: system uptime is 1108 seconds
Tue Jul 18 22:52:18 2023 daemon.info miniupnpd[11265]: mnl_socket bound, port_id=11265
Tue Jul 18 22:52:18 2023 daemon.info miniupnpd[11265]: Reloading rules from lease file
Tue Jul 18 22:52:18 2023 daemon.info miniupnpd[11265]: version 2.3.3 starting NAT-PMP/PCP UPnP-IGD ext if pppoe-wan BOOTID=1689717138
Tue Jul 18 22:52:18 2023 daemon.info miniupnpd[11265]: specific IPv6 ext if pppoe-wan
Tue Jul 18 22:52:18 2023 daemon.notice miniupnpd[11265]: HTTP listening on port 5000
Tue Jul 18 22:52:18 2023 daemon.warn miniupnpd[11265]: no HTTP IPv6 address, disabling IPv6
Tue Jul 18 22:52:18 2023 daemon.notice miniupnpd[11265]: Listening for NAT-PMP/PCP traffic on port 5351
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: level=0 type=8
Tue Jul 18 22:52:18 2023 daemon.debug miniupnpd[11265]: ifindex = 1 127.0.0.1
and just repeats those last two lines. I've tried googling them but cant find anyone with the same issue?
Any help would be appreciated.