https://netmaker.org logo
Title
b

big-wolf-4507

09/09/2022, 5:51 PM
So, I've got a few nodes added to netmaker, but I'm not getting private dns. The coredns container is up and running but asking
resolvectl
on one of my nodes doesn't show that it's been added as a dns resolver.
b

bored-island-21407

09/09/2022, 5:57 PM
coredns is not actually used in current versions.... all dns is done by adding entries to /etc/hosts using hostctl. coredns is still there as it is a possible option for dns in future.
b

big-wolf-4507

09/09/2022, 5:59 PM
Ah, so I can't leverage it at all?
Eg I'd like to use it for external clients
j

jolly-london-20127

09/10/2022, 12:26 PM
you can use it if you'd like from ext clients; if you use the private address of the netmaker node and set it as "default ext client dns" in network settings, it will use it (but must generate new clients)
as long as PORT_FORWARD_SERVICES=dns is set in your docker-compose