Skip to content
New issue

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

Add note for firewall when no ssdp/udp pakets are received #31

Open
2 tasks done
mStirner opened this issue Jan 21, 2023 · 1 comment
Open
2 tasks done

Add note for firewall when no ssdp/udp pakets are received #31

mStirner opened this issue Jan 21, 2023 · 1 comment

Comments

@mStirner
Copy link
Member

mStirner commented Jan 21, 2023

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:

  • Test on local prod system (Rocky Linux 9.1, firewall disabled)
    Same shit, as on test
  • Document firewall rule to fix this
    firewall-cmd --zone=public --add-port=1900/udp
@mStirner
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant