Miniupnpd not reporting usage
-
using the latest snapshot
config looks like this
ext_ifname=fxp1
port=2189
listening_ip=10.0.0.1/20
packet_log=yes
presentation_url=http://10.0.0.1/
uuid=dc2bcb95-fcb0-4fff-101d-4fcd6dc4cfa
serial=DC2BCB95
model_number=2.1-DEVELOPMENTallow 1024-65535 10.0.1.200 1024-65535
allow 1024-65535 10.0.4.200 1024-65535
allow 1024-65535 10.0.4.210 1024-65535
allow 1024-65535 10.0.10.10 63434-63434
deny 0-65535 0.0.0.0/0 0-65535
enable_upnp=yes
enable_natpmp=yesthe startup logs are:
Apr 19 06:39:06 miniupnpd[49088]: Failed to remove NAT-PMP mapping eport 62311, protocol UDP
Apr 19 06:39:06 miniupnpd[49088]: Failed to remove NAT-PMP mapping eport 62311, protocol UDP
Apr 19 06:39:06 miniupnpd[49088]: Failed to remove NAT-PMP mapping eport 62311, protocol TCP
Apr 19 06:39:06 miniupnpd[49088]: Failed to remove NAT-PMP mapping eport 62311, protocol TCP
Apr 19 06:38:19 miniupnpd[49088]: Listening for NAT-PMP traffic on port 5351
Apr 19 06:38:19 miniupnpd[49088]: Listening for NAT-PMP traffic on port 5351the UPnP & NAT-PMP Session reports is EMPTY
there were 519 active states for this traffic
udp 112.161.206.199:13851 <- 10.0.10.10:62311 MULTIPLE:MULTIPLE
udp 10.0.10.10:62311 -> X.X.X.X:8490 -> 112.161.206.199:13851 MULTIPLE:MULTIPLE
udp 2.121.255.6:30580 <- 10.0.10.10:62311 MULTIPLE:MULTIPLE
udp 10.0.10.10:62311 -> X.X.X.X:40573 -> 2.121.255.6:30580 MULTIPLE:MULTIPLE
udp 206.188.74.160:43513 <- 10.0.10.10:62311 MULTIPLE:MULTIPLE
udp 10.0.10.10:62311 -> X.X.X.X:13498 -> 206.188.74.160:43513 MULTIPLE:MULTIPLE
udp 217.16.130.150:43698 <- 10.0.10.10:62311 MULTIPLE:MULTIPLE
udp 10.0.10.10:62311 -> X.X.X.X:55266 -> 217.16.130.150:43698 MULTIPLE:MULTIPLE -
My mappings show up under Status > UPnP/NAT-PMP
If I open up something UPnP-enabled like uTorrent, the mappings appear and my FreeBSD ISOs start flowing as expected.
And when I close uTorrent, the mappings disappear.