I have been running HA in a Python vEnv using multiple network adapters. One interface exposes only 8123 to my home network, a second adapter hosts MQTT and other services in a more isolated IoT network.
With recent easy multiple network adapter configuration available in Hassio GUI I want to try to make the switch to the appliance.
My issue is that MQTT and other add-ons seem to become available on both network interfaces. I would like MQTT to be bound to just one network adapter.
Is it possible to block MQTT (1883) from being started/presented on a specific adapter?