Replies: 5 comments 10 replies
-
Thanks for the post. I would suggest that you test the domain name using the DNS Client tool on the admin panel to confirm if the domain name resolves. If its resolving there, test the resolution using nslookup command from one of the client instead of using ping command.Share the output from DNS Client and nslookup here.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
Thanks for the details. From the DNS Client output it looks like the domain is resolving well. It seems that the issue is due to win11 client configured with different dns server causing it to fail to resolve the domain.You can test with "nslookup blah.mydomain.com <dns-server-ip>" command from win11 client to test if the DNS server can be reached.
|
Beta Was this translation helpful? Give feedback.
4 replies
-
Thanks for the details. Since the subdomain names are resolving with DNS Client, the zone setup is correct.When you try with nslookup, you are seeing timeout issues which indicates that either the DNS request is not reaching the DNS server or that the response from the DNS server is getting routed to a different network than expected. This nslookup test does not depend on any DHCP config or DNS cache on the client.Do you have multiple network interfaces on the container? If yes then that might be the reason since responses get router out of the interface which has a default route. In such case, you need to configure the interface IP as the DNS Server Local End Point in Settings.
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanks for the details. Since you have only one network interface on the container and that the DNS Client tool is able to resolve the domain name. It looks like some network issue probably firewall causing timeout when you use nslookup to directly query the DNS server. The other config related to DHCP does not matter for nslookup test since nslookup directly queries to the DNS server IP address. Still, since you wish to use local domain names, its required that you configure only one DNS server IP address for all local clients via DHCP. Having a secondary DNS server IP address will cause issues resolving your local domain names.
|
Beta Was this translation helpful? Give feedback.
1 reply
-
There are too many parameters here in your config so its difficult to find out the issue. You will need to debug this step by step to find a solution.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Technitium DNS Server Version 13.6 is ignoring custom domain A NAMES pointing to like:
blah.mydomain.com
I have a zone of mydomain.com configured and then have added about a dozen subdomain A names pointing to specific local custom IP addresses but the client cannot resolve any of these subdomains (ping).
Is there a security setting like using a DNS-over-HTTPS forwarder that could interfere OR perhaps a PTR created reverse record setting I didn't include that is required?
I have Technitium configured as the only DNS server for a win11 client for my tests here. Technitium is not the DHCP server. Technitium is setup as a Proxmox LXC.
Beta Was this translation helpful? Give feedback.
All reactions