Share via

How to configuration dns server on windows forward queries to powerDNS

Dungg 1 Reputation point
Feb 21, 2022, 7:06 AM

I would like to config local powerDNS (ubuntu) as DNS forwarder in DNS Server. I created two servers and tried configuring each other but it doesn't work. When I added the IPaddress of PowerDNS server, I recorded the packets by network monitor tools. The result was displayed in network monitor tools as: 176247-packets.png

PowerDNS: 192.168.159.132

DNS Server: 192.168.159.130

The erros result was displayed DNS Forwarder as (An unknown error occurred while validating the server): 176285-dns-forwader.png

If you need me to show any information please comments. Please help me and give me advice.

Thanks

Windows DHCP
Windows DHCP
Windows: A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.DHCP: Dynamic Host Configuration Protocol (DHCP). A communications protocol that lets network administrators manage centrally and automate the assignment of Internet Protocol (IP) addresses in an organization's network.
1,048 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Gary Reynolds 9,601 Reputation points
    Feb 22, 2022, 6:45 PM

    Hi @Dungg

    The issue looks like a configuration issue on the powerdns server.

    Have a look at this post https://serverfault.com/questions/697170/trying-to-send-a-query-to-powerdns-and-expected-result-not-being-returned

    Gary.

    0 comments No comments

  2. Limitless Technology 39,846 Reputation points
    Feb 28, 2022, 4:55 AM

    Hi @Dungg

    This issue could be caused by the incorrect DNS cache. I suggest you run the command and see if that helps you resolve this issue.

    Net stop netlogon  
    net start netlogon  
    ipconfig /flushdns  
    ipconfig /registerdns  
    

    Hope this resolves your Query!!

    ------------

    --If the reply is helpful, please Upvote and Accept it as an answer–

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.