How do I dev/null this?

Server Version#: 4.49.2
Player Version#: chrome

wps is not on the network and gdm is off. So not sure why plex is trying hit my gateway for devices. On another thread noted to run plex as “noninteractive”, modifying the systemctl did not seem to yeild results.

PMS test to check, if there’s any tv tuner/ uPnP device etc. active there.

Sadly nothing you can do about that

right, that was the theme of the other threads on this topic. I just want to dev/null it and/or stop seeing them. How do we go about that?

You can’t

alrighty then, where do I push feedback then to a “feature request”

LOL, and here:

But when said, you’re the first with a req. like that, AFAIK, so do expect it’ll not get much voting

Ref: first post in the thread

If you really hate these messages showing up in your logs, you can configure a firewall rule to block the SSDP packets which cause them. Something like the following should work on most distributions:
sudo iptables -I INPUT 1 -p udp --sport 1900 -s 192.168.1.1 -j DROP

This should cause packets from 192.168.1.1:1900 UDP to be dropped before reaching Plex Media Server. The rules you add are not persistent by default on most (all?) distributions, but there are ways to make them so.

Alternatively, you could check your router to see if UPnP is enabled. If it is, and you’re not using it, disable it. This should prevent it from responding to PMS’ queries.

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.