Hi,
Describe the problem
I have a home-lab with many server connected with Tailscale/Headscale today. I managed my own DNSmasq config. I want to be able to resolve “serverA.xxx.xxx” to get the private IP of a node. I can do that with Tailscale with MagicDNS
I installed Netbird on my home-lab, composed of many servers
I used the --disable-dns to connect my nodes but it seems that I’m not able to resolve my server name (server1.dns.xxxx.xxxx for example). I think I’m probably doing something wrong so I wanted to ask at the community for help if this is possible.
I did the local config of dnsmasq this way :
server=/dns.xxx.xxx/<Private_IP>:53 # Port used by netbird
I confirm the good port with a netstat -latupon | grep 53, it could be 5053 If i remember well.
When I try to resolve, I got a timeout.
To Reproduce
Steps to reproduce the behavior:
- Install Netbird with
--disable-dns - configure your local resolver to handle the domain “dns.xxx.xxx” and redirect to the local netbird service which is listening in port 53 or 5053
- Try to resolve any node dns with the domain configured on netbird (serverA.dns.xxx.xxx)
Expected behavior
I want to be able to resolve localy all the node dns name configured in netbird to avoid using private IP on my services configurations.
Are you using NetBird Cloud?
No, self-hosted.
NetBird version
Last one (0.66.0)
Is any other VPN software installed?
Yes, Tailscale/Headscale.
I think I’m not understanding something in the documentation which seems to be well done, sorry if my problem is trivial
Thanks for help
