Issue with mutiple forwarded search domains #2703
cs96and
started this conversation in
Potential issues
Replies: 0 comments
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
I have DNS Crypt set up to use cloudflare by default, and my company's DNS server for connecting to their boxes over a VPN. There are two domains for my company,
mycompany.com
andmycompany.net
. I have forwarding rules set up as follows...My resolv.conf looks as follows...
Now, if I try to ping a company box without a domain (e.g.
ping myserver
), the .net ones work, but the .com ones don't. If I swap the order of search in resolv.conf, then the .com ones work but the .net ones don't.However, if I use the
nslookup
orhost
command, then both .net and .com lookups work fine. What is different about the wayping
looks up a hostname and the waynslookup
andhost
do it?If I change my resolv.conf to use my company's DNS server directly, then everything works fine, so it seems that DNS Crypt is not trying the second search domain for some reason.
DNS Crypt: 2.1.5
OS: Debian Linux 12 (Bookworm)
Beta Was this translation helpful? Give feedback.
All reactions