We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Perhaps Firewall related issue, like on my test system. No ssdp message is received when firewall is enabled.
Even with socat:
socat UDP4-RECVFROM:1900,ip-add-membership=239.255.255.250:0.0.0.0,fork,reuseaddr -
After disabling the firewall, it works. OS: CentOS 8 Stream
Something to read: https://unix.stackexchange.com/questions/19060/fedora-firewall-with-upnp https://unix.stackexchange.com/questions/625969/upnp-with-firewalld
TODO:
firewall-cmd --zone=public --add-port=1900/udp
The text was updated successfully, but these errors were encountered:
https://unix.stackexchange.com/questions/732565/ssdp-udp-multicast-on-fresh-installation-not-working
Sorry, something went wrong.
No branches or pull requests
Perhaps Firewall related issue, like on my test system.
No ssdp message is received when firewall is enabled.
Even with socat:
After disabling the firewall, it works.
OS: CentOS 8 Stream
Something to read:
https://unix.stackexchange.com/questions/19060/fedora-firewall-with-upnp
https://unix.stackexchange.com/questions/625969/upnp-with-firewalld
TODO:
Same shit, as on test
firewall-cmd --zone=public --add-port=1900/udp
The text was updated successfully, but these errors were encountered: