I've just started virtualising some Linux servers, and want them to have DNS names like this:
name.vm.company.internal
Our DNS is hosted on Windows 2003 Active Directory, so most machines are currently named:
name.company.internal
These boxes are joined to the company.internal AD domain using Samba 3, but they don't make dynamic DNS updates - I'd like them to so that I don't have to manage their main DNS separately.
To achieve this, will I need to create a separate AD subdomain of vm.company.internal
or can I get them to update their DNS correctly while remaining manageable through the company.internal
domain?