uPnP & NAT-PMP errors in Routing Log
-
Hello everyone,
since I had to replace my old x550-T2 with an x710-T4L due a defect on the X550 Card the "routing" log in pfSense runnig full with the following:
Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=404, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=476, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=412, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=472, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=412, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=452, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=412, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=466, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=484, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=468, dest=239.255.255.250:1900): sendto: Capabilities insufficient Nov 14 09:13:32 miniupnpd 36793 try_sendto(sock=9, len=468, dest=239.255.255.250:1900): sendto: Capabilities insufficient
Restarting the Service or reconfiguring it doesnt change this error at all.
How can I troubleshoot this error?Kind regards,
-
The only time I've seen that is when the interface isn't properly configured.
You swapped an ix for an ixl NIC. I guess it's something still referencing the old interface though I would expected resaving the upnp config to correct that.
Check:/var/etc/miniupnpd.conf
-
@stephenw10 Hi Stephen, thanks for you answer but the /var/etc/miniuonod.conf ile looks good. As you know I replaced the x710 once again with a different x550 (working) one due the vlan problematik on the x710. But still the same issue accurs. Here my file:
cat /var/etc/miniupnpd.conf ext_ifname=pppoe0 port=2189 listening_ip=ix0 listening_ip=ix1 listening_ip=ix3 listening_ip=ix1.100 listening_ip=ix1.30 listening_ip=tun_wg0 packet_log=yes system_uptime=yes secure_mode=yes presentation_url=https://192.168.178.1/ uuid=d41d8cd9-f00b-204e-9800-998ecf8427e serial=D41D8CD9 model_number=23.09-RELEASE allow 1024-65535 192.168.0.0/16 1024-65535 allow 1024-65535 172.16.0.0/16 1024-65535 queue=qOthersLow enable_upnp=yes enable_natpmp=yes
-
@stephenw10 okay I just deselect all interfaces and disabled the service once and then reconfigure it. Now it seems to work, I will keep in eye on it today and will report later.
-
Hmm, that's weird. Does the conf file still look the same?
-
@stephenw10 so I was able to fix it with editing the file via the cli. Now its working like it should.
-
Hmm, what did you actually change? I'd expect to see that repopulated correctly after saving the config in the gui.