From 2984f2c8b9eee952a6624f852ae102ac6a18fd78 Mon Sep 17 00:00:00 2001 From: Roman Niederberger Date: Mon, 27 Feb 2023 22:29:21 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 507ad82..62b185b 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,12 @@ Please note that even when your devices have discovered one another, at least in E.G. To allow chromecast through the firewall on a vm(photon 4), do not forget to save iptables after everything is working: `sudo iptables -I INPUT -m pkttype --pkt-type multicast -j ACCEPT` + + +## Firewall Notes 2 +Please remember that the firewall need to be able to route traffic from one vlan into another. Have firewall rules in place if needed for: + ++ Outbound traffic from controllers to devices: TCP - ports 1400, 1443, and 4444 ++ Inbount traffic from devices back to the controller: TCP - ports 3400, 3401, and 3500 + +See blog post here for more information From a751d1c07399a1cd8c8c00809b5a31af5c89dd38 Mon Sep 17 00:00:00 2001 From: Roman Niederberger Date: Mon, 27 Feb 2023 22:31:44 +0100 Subject: [PATCH 2/2] Update docker-compose.yml --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index bd3357c..e7d4287 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,4 +5,5 @@ services: network_mode: host restart: always environment: - - INTERFACES=enX0 enX1 enX2 + - INTERFACES=eth0 eth1 eth2 + #- OPTS=--verbose