-
-
Save volschin/fd7c7cc2ada0de6102b66c30a89bbafc to your computer and use it in GitHub Desktop.
Firewalld rule for Roon server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <service> | |
| <short>Roon Server</short> | |
| <description>Roon Server from Roon Labs plays music according to instructions from Roon Controllers</description> | |
| <!-- per https://community.roonlabs.com/t/connection-failed-and-chromecast-issues-roon-using-new-additional-network-ports-since-880/181528/18 --> | |
| <!-- unclear if necessary: port protocol="tcp" port="8008-8009"/ --> | |
| <port protocol="udp" port="9003"/> | |
| <port protocol="tcp" port="9330-9339"/> | |
| <port protocol="tcp" port="30000-30010"/> | |
| <!-- unclear if necessary: port protocol="udp" port="32768-65535"/ --> | |
| <!-- igmp enables multicast. Unclear if broadcast and SSDP are needed too, see https://community.roonlabs.com/t/android-roon-remote-looses-connection-to-core-daily/61650/45 says is also required? --> | |
| <protocol value="igmp"/> | |
| </service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment