From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Tue, 27 Jul 2021 17:20:05 +0000 (+0100) Subject: Merge branch 'development' of github.com:mikebrady/shairport-sync into development X-Git-Tag: 4.1-dev~4^2~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2681cb01ab5a9a2cceb28e122bbf35ee09fe133;p=thirdparty%2Fshairport-sync.git Merge branch 'development' of github.com:mikebrady/shairport-sync into development Online updates. --- b2681cb01ab5a9a2cceb28e122bbf35ee09fe133 diff --cc TROUBLESHOOTING.md index 66665c25,1cdac7b8..23d1ebea --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@@ -91,19 -87,18 +91,18 @@@ You have installed Shairport Sync succe **Solution** -You have to allow connections to your Pi from remote devices. To do so, after re-enabling UFW (see last step of the previous section), enter the following commands in shell: +You have to allow connections to your Shairport Sync device from remote devices. To do so, after re-enabling UFW (see last step of the previous section), enter the following commands in shell: ``` - sudo ufw allow from 192.168.1.1/16 to any port 3689 proto tcp - sudo ufw allow from 192.168.1.1/16 to any port 5353 - sudo ufw allow from 192.168.1.1/16 to any port 5000:5005 proto tcp - sudo ufw allow from 192.168.1.1/16 to any port 6000:6005 proto udp - sudo ufw allow from 192.168.1.1/16 to any port 35000:65535 proto udp + sudo ufw allow 3689/tcp + sudo ufw allow 5353 + sudo ufw allow 5000/tcp + sudo ufw allow 7000/tcp + sudo ufw allow 6000:6009/udp + sudo ufw allow 35000:65535/udp ``` - You may have to change the IP addresses range depending on your own local network settings. - - You can check UFW config by typing `sudo ufw status` in shell. Please make sure that UFW is active, especially if you have deactivated it previously for testing purpose. + You can check UFW config by typing `sudo ufw status` in shell. Please make sure that UFW is active, especially if you have deactivated it previously for testing purposes. Check out the [ufw man pages](http://manpages.ubuntu.com/manpages/man8/ufw.8.html) for more. Run your song from your remote device. Enjoy !