]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Merge branch 'development' of github.com:mikebrady/shairport-sync into development
authorMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 27 Jul 2021 17:20:05 +0000 (18:20 +0100)
committerMike Brady <4265913+mikebrady@users.noreply.github.com>
Tue, 27 Jul 2021 17:20:05 +0000 (18:20 +0100)
Online updates.

1  2 
TROUBLESHOOTING.md

index 66665c257d27b294786129b22541d88bc5b926e2,1cdac7b8d4ba586850b87cf93e83627e4f8ee0af..23d1ebea1b3401d9ab385a4b6ba38b8c792c8e5e
@@@ -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 !