Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mDNS publisher inside balenaOS container not working - failing port mapping #45

Open
fisehara opened this issue Dec 13, 2021 · 0 comments

Comments

@fisehara
Copy link

The current solution does not support resolving the .local domain name resolution that is generally supported by balenaOS devices.
The issue here is, that for this feature the avahi/mdns publisher running inside the balenaOS is used. This service is listening on a fixed / reserved IP (224.0. 0.251 ) and needs to bind / listen on port 5353. This port is already in use on macOS for bonjour service (macOS mDNS publisher service).
Hence, mapping the container to 5353 on the host doesn't work.

I've no idea on how to solve this, maybe in the future the .local resolution needs to be address in some central / cloud managed service.

@fisehara fisehara changed the title mDNS support / avahi inside balenaOS container mDNS publisher inside balenaOS container not working - failing port mapping Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant