But then they have to be in a different domain? As I assume the DNS will not forward requests for the "DHCP" domain as he is authoritative. What we would like to have is something like
cloudStackInstanceName A 10.1.1.10 userEnteredInstanceName CNAME cloudInstanceName additionalServiceName CNAME userEnteredInstanceName 10.1.1.10 PTR cloudStackInstanceName All this in the same domain as example cloud.int -----Original Message----- From: Chiradeep Vittal [mailto:chiradeep.vit...@citrix.com] Sent: Montag, 29. Oktober 2012 19:18 To: CloudStack Users Subject: Re: Manual DNS entries The DNS resolver is dnsmasq and is configured as a forwarder, except for the DHCP-configured hosts. So I guess you could update your authoritative DNS server with the CNAME? On 10/29/12 3:20 AM, "Fuchs, Andreas (SwissTXT)" <andreas.fu...@swisstxt.ch> wrote: >Hi > >We are curently in a CloudStack POC and are facing some general questions. >One is, is it possible to add manual entries to the CS integrated DNS >in an advanced network config environment. > >What we see and understand so far is that: >- an A record is made for the user entered instance name >- an PTR is created for this name > >- those entries are not changed when the instance name is changed >- those entries are not removed when the instance is deleted (we hope >this get's fixed in a future release) > >The question now: is it possible to add manual CNAME entries to the DNS? >In the GUI? Via an API? > >If this is not possible, is there a way to bring this in as a feature >request somehow? > > >Regards >Andi