External dns txt records are not processed

Sugati Pallam 1 Reputation point
2021-02-19T16:02:52.05+00:00

I am using windows server 2008 r2 Hello, ran into the problem that the command “nslookup –type = txt” does not return the answer for some domains where this record actually exists. I have an nslookup running if I search for mx-record, a-record, etc., but txt-record doesn't work. Tell me what could be the problem? Below I attach an example of the executed commands: Windows PowerShell Copyright (C) 2016 Microsoft Corporation. All rights reserved. PS C: \ Users \ Administrator> nslookup -type = mx yandex.ru Server: dns.google Address: 8.8.8.8 Non-authoritative answer: yandex.ru MX preference = 10, mail exchanger = mx.yandex.ru PS C: \ Users \ Administrator> nslookup -type = a yandex.ru Server: dns.google Address: 8.8.8.8 DNS request timed out. timeout was 2 seconds. Non-authoritative answer: Name: yandex.ru Addresses: 5.255.255.55 77.88.55.60 77.88.55.55 5.255.255.60 PS C: \ Users \ Administrator> nslookup -type = txt yandex.ru Server: dns.google Address: 8.8.8.8 *** dns.google can't find yandex.ru: Unspecified error PS C: \ Users \ Administrator>

Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2021-02-22T03:17:14.55+00:00

    Hi,

    Thanks for posting in Q&A platform.

    Please try first start nslookup without parameters, then type set type=txt, then type the domain name.

    nslookup <enter>  
    set type=txt <enter>  
    yandex.ru  
    

    70423-image-1.jpg

    Best Regards,
    Sunny

    ----------

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    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.