Closed fanmaomao closed 6 months ago
Hello @fanmaomao the issue happens because openWRT requires a nameserver configuration that resolves all domains (default resolver). See the log line below:
2024-05-23T15:59:54Z ERRO client/internal/dns/server.go:269: unable to configure DNS for this peer using file manager without a nameserver group with all domains configured
You can configure such nameserver in the DNS > Nameservers tab. Then, while adding the resolver, you should not add a match domain, making the configuration a default resolver.
The end result should look similar to this:
@mlsmaycon Cool ! it's working ! Thanks !
Describe the problem I'm encountering an issue with DNS resolution between my MacBook and OpenWrt router using netbird. Both devices have successfully registered to netbird. However, while pinging from my MacBook to OpenWrt's FQDN (openwrt.netbird.cloud) works fine, attempting the reverse from OpenWrt to my MacBook's FQDN (macbook.netbird.cloud) fails with a "bad address" error. Directly using IP addresses for communication works without any issue.
MacBook(192.168.168.183) info:
OpenWrt(WAN: 192.168.168.113 LAN:192.168.100.0/24 ) info:
Do test on MacBook:
Do test on OpenWrt:
Then, I tried using
netbird up --setup-key SETUP-KEY -F -l debug
to extract the logs:Next:
Could someone please provide guidance on how to resolve this issue? Thank you!