Can we set multiple FQDN to a single vm

Hrishikesh Tak 26 Reputation points
2020-12-21T14:23:46.673+00:00

Like we can have multiple IP addresses for a single interface (IP Aliasing), the same way, can we set multiple FQDN for a single VM?
So that in the DHCP lease we can get multiple FQDN for those IP addresses.

I tried setting CNAME in DNS, but it could not help me to get DHCP lease with the new FQDN.

Any assistance you can provide would be greatly appreciated.

Regards,
Hrishikesh Tak

Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Client for IT Pros | Networking | Network connectivity and file sharing
0 comments No comments
{count} votes

Accepted answer
  1. Gloria Gu 3,941 Reputation points
    2020-12-22T05:50:15.297+00:00

    @Hrishikesh Tak Hi,

    Thank you for posting in Q&A!

    Based on my experience and discussion with my colleagues, following are my reply:

    >>have multiple IP addresses for a single interface

    Yes, this can be achieved by manually adding a CNAME DNS record for the host. In my environment, I add a CNAME record"test.lab.com" point to the host"nps.lab.com".
    When I "nslookup test.lab.com", I get the result of "nps.lab.com"and the host IP address.

    50290-14.png
    50304-13.png

    >>get multiple FQDN for those IP addresses

    Unfortunately, this seems cannot be achieved. The DHCP lease of one IP address cannot be sent to multiple FQDN. The DHCP server will only give one single DHCP lease to one client at a time. If there exists multiple DHCP lease(the same IP) with different FQDM, it's impossible.

    Merry Christmas, Hope you have a nice day : )
    Gloria

    ============================================

    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.
    https://learn.microsoft.com/en-us/answers/articles/67444/email-notifications.html

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Thameur-BOURBITA 36,261 Reputation points Moderator
    2020-12-21T15:26:30.247+00:00

    Hi,

    Like we can have multiple IP addresses for a single interface (IP Aliasing), the same way, can we set multiple FQDN for a single VM?

    For a single interface, you can register only one DNS suffix.
    If you want create many FQDN for this machine , you have to create all DNS record manually .

    please don't forget to mark this reply as answer if it help you to fix your issue

    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.