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

Subdomains are not reachable #21

Open
vbackeberg opened this issue Dec 12, 2024 · 2 comments
Open

Subdomains are not reachable #21

vbackeberg opened this issue Dec 12, 2024 · 2 comments

Comments

@vbackeberg
Copy link

First of all, thanks for your work. :)

I have tried running the program on arm64 and WSL (amd64) but had no success so far. Do you have any advice on how to get it working? I'd be happy to provide further logs if there are any.

I ran the following command:

go-avahi-cname cname g1

Terminal output:

2024/12/12 13:26:36 Creating publisher
2024/12/12 13:26:36 Getting FQDN from Avahi
2024/12/12 13:26:36 FQDN: myhost.local.
2024/12/12 13:26:36 Formatting CNAMEs:
2024/12/12 13:26:36   > 'g1.myhost.local.' (added FQDN)
2024/12/12 13:26:36 Publishing every 300s and CNAME TTL 600s

Result:

  • Ping to g1.myhost.local did not work.
  • tcpdump -i eth2 udp port 5353 did not show any advertisement of the g1.myhost.local domain.
  • avahi-daemon did not log any changes.

Tested on versions 2.0.6, 2.0.5.

System:
avahi-daemon 0.8
Linux: WSL x86_64 and aarch64

@grishy
Copy link
Owner

grishy commented Dec 12, 2024

Hi,
You can try to monitor with sudo busctl monitor org.freedesktop.Avahi on system. Have you always run inside WSL x86_64 and aarch64?

@grishy
Copy link
Owner

grishy commented Dec 12, 2024

Can you also run in subdomain mode?

./go-avahi-cname subdomain

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

2 participants