You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make the EMQX addon to listen to both IPv4 and IPV6 on port 1883. The default settings listen to IPv4 0.0.0.0:1883. In the EMQX web UI in Cluster Settings -> Listeners, I tried to add a new listener for '[::]:1883', but get the error
Problem/Motivation
I'm trying to make the EMQX addon to listen to both IPv4 and IPV6 on port 1883. The default settings listen to IPv4 0.0.0.0:1883. In the EMQX web UI in Cluster Settings -> Listeners, I tried to add a new listener for '[::]:1883', but get the error
("IPv6" in the message above is the name of listener I created.)
I can replace '0.0.0.0:1883' with '[::]:1883' but then I don't have IPv4.
When configuring the EMQX config file directly, I believe you can set:
But AFAIK I cannot edit the config file directly in Home Assistant.
Expected behavior
I should be able to add an IPv6 listener on port 1883 along with the IPv4 listener on the same port.
Actual behavior
I get the error:
Steps to reproduce
Proposed changes
Probably an issue in the upstream web UI, and should be fixed there.
This add-on could provide direct access to the config file, or then the default config should listen to IPv6 as well.
The text was updated successfully, but these errors were encountered: