Skip to content

zeronsd does not listen on port 53 on MacOS #199

@peterhoneder

Description

@peterhoneder

Hi!

I can see typical startup output:

/usr/local/bin/zeronsd start -t /private/var/lib/zerotier-one/token -d zerotier <network-id>
Oct 18 09:23:48.614  INFO zeronsd::init: Welcome to ZeroNS!
Oct 18 09:23:49.583  INFO zeronsd::init: Your IP for this network: 172.25.221.93
Oct 18 09:23:49.961  INFO zeronsd::authority: Adding new record <blanked>
Oct 18 09:23:49.961  INFO zeronsd::authority: Adding new record <blanked>
Oct 18 09:23:49.961  INFO zeronsd::authority: Adding/Replacing record <blanked>
...

The records that are added looked correct to me.

But then I tried to resolve using the IP (172.25.221.93) and nothing happened. Looking at the list of open ports (sudo lsof -i -P -n | grep LISTEN|grep 53) shows nothing listening on port 53.

I then tried to launch with debug and trace log levels, but did not see any other information that would point me to the issue. Do you have any other ideas on how to debug this?

OS: MacOS 12.4
installed: via brew (github repo instructions)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions