Hey guys,
I’ve just finished changing my network setup and now my Sonos device isn’t able to connect to TuneIn (Spotify works somehow). Another problem is that it can’t install updates (Error-Code 1101).
So I’ve looked up the error and found the following post: https://de.community.sonos.com/installation-und-nutzung-223378/update-nicht-moeglich-fehler-1101-6741014 . It says that I need to forward ports 80, 3128, 8000, 8001 and 8080.
What I did is I had a look at https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/NAT and found the following command:
/ip firewall nat add chain=dstnat dst-address=10.5.8.200 dst-port=21 protocol=tcp action=dst-nat to-addresses=192.168.0.109
I used that command the following way on my MikroTik hAP lite:
/ip firewall nat add chain=dstnat dst-address={public-ip} dst-port=80,3128,8000,8080 protocol=tcp action=dst-nat to-addresses=192.168.0.102
And afterwards I also did
/ip firewall filter add chain=forward connection-state=established,related action=accept
The problem is: It still doesn’t work. I am using Pi-Hole as my DHCP- and DNS-server (if that has any relevance for my problem)
If you need any further information, I’ll provide them to you.
Thanks in advance