From 530cab685bf37060cc8cae97709e4e984cf05831 Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 17 Jan 2026 19:54:26 +1100 Subject: [PATCH] added mqtt with tls to f/w so IoT devices can talk to mara --- mara-ubuntu-upgrade-script | 1 + 1 file changed, 1 insertion(+) diff --git a/mara-ubuntu-upgrade-script b/mara-ubuntu-upgrade-script index 7b351ff..431b435 100644 --- a/mara-ubuntu-upgrade-script +++ b/mara-ubuntu-upgrade-script @@ -133,6 +133,7 @@ sudo ufw allow from 192.168.4.6 to any proto udp port 1024:65535 comment "TCP AL sudo ufw allow from 192.168.4.7 to any proto tcp port 1024:65535 comment "UDP ALL for Sonos Roam" sudo ufw allow from 192.168.4.7 to any proto udp port 1024:65535 comment "TCP ALL for Sonos Roam" sudo ufw allow from ${NW} to any port 1883 comment "mqtt/mosquitto broker" +sudo ufw allow from ${NW} to any port 8883 comment "mqtt/mosquitto broker (tls)" sudo ufw allow proto udp from ${NW} to any port 1900 comment "upnp/emby" sudo ufw allow proto udp from ${NW} to any port 1901 comment "upnp/sonos" sudo ufw allow proto udp from ${NW} port 1900 comment "upnp/response"