Active Directory : Conditional redirectors

pierreraji-7183 21 Reputation points
2021-01-08T15:46:55.513+00:00

Hi

I have two domain in two forests with conditional redirectors.

However, it displays : Unable to Resolve. Is this normal?

54776-redirecteur-conditionnel.png

When i do Nslookup NameOfMyDC.com

Server: UnKnown
Address: :: 1

Non-authoritative response:
Name: NameOfMyDc.com
Address: 172.31.150.20

Why Server : Unknown ?
Thanks in advance for your help.

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
5,930 questions
0 comments No comments
{count} votes

Accepted answer
  1. Thameur-BOURBITA 32,586 Reputation points
    2021-01-12T00:13:26.99+00:00

    Hi,

    Yes It's a normal behavior because there is no PTR entry for 172.31.150.20 in order to translate the IP to hostname.

    When you type nslookup 172.31.150.20 there is no answer.

    If you want see the server Name you have to create a new PTR record in DNS server if you have alreday created the revers DNS zone for the subnet 172.31.150.x and you get the server name when you launch the following command:

    `nslookup 172.31.150.20`
    

    Please don't forget to mark this helpful reply as answer


3 additional answers

Sort by: Most helpful
  1. Fan Fan 15,301 Reputation points Microsoft Vendor
    2021-01-11T01:47:43.853+00:00

    Hi,

    Based on my understanding , you want to set up Conditional Forwarders between 2 forests for name resolution ,right?
    When you set up Conditional Forwarders :
    Type the IP address of the DNS server that will resolve queries from the domain you entered in the previous step and press ENTER.
    If the DNS server can be reached, after a few seconds the Server FQDN name field will display the name of the DNS server.
    And you can check if the DNS can be resolved as following :
    55116-10113.jpg

    If the Conditional Forwarders created successfully, then when you run nslookup, the dns name should be able to resolved :
    55028-10112.jpg

    Best Regards,

    0 comments No comments

  2. pierreraji-7183 21 Reputation points
    2021-01-11T15:02:19.59+00:00

    Hi, Thanks for your answer.

    I have build the two conditional redirector for the 2 forest.

    From computer on Domain A

    C:\Users\Test>nslookup Computer.domainB
    Serveur : DC.DomainA
    Address: 172.31.150.20

    Réponse ne faisant pas autorité :
    Nom : Computer.domainB
    Address: 172.31.160.92

    C:\Users\Test>nslookup DC.domainB
    Serveur : DC.DomainA
    Address: 172.31.150.20

    Réponse ne faisant pas autorité :
    Nom : DC.DomainB
    Address: 172.31.160.20

    From computer on Domain B

    C:\Users\test>nslookup computer.domainB
    Serveur : Unknown
    Address: 172.31.160.20

    Réponse ne faisant pas autorité :
    Nom : Computer.domainA
    Address: 172.30.10.100

    C:\Users\test>nslookup dc.domainA
    Serveur : Unknown
    Address: 172.31.160.20

    Réponse ne faisant pas autorité :
    Nom : DC.domainA
    Address: 172.31.150.20

    Why i got Server : Unknown ? is it's normal ?

    55455-redirecteur-conditionnel-error.png

    On control panel of redirector : Resolution Impossible

    Thanks in advance

    0 comments No comments

  3. pierreraji-7183 21 Reputation points
    2021-01-15T15:39:59.73+00:00

    Hello,

    Thanks a lot for your help. I could correct the problem and above all understand.

    THanks

    0 comments No comments