Submitted by pban02 on Wed, 10/10/2012 - 16:38 Pro Licensee
In Cloudmin a DNS entry (x.cloudmin.example.com) is made for created instances to a subdomain called cloudmin.example.com.
However these are not getting picked up by the DNS system. How does one get the primary DNS system (in our case EuroDNS) to delegate the authority for the subzone *.cloudmin.example.com to the DNS server running on the Cloudmin master (cloudmin.example.com or other like q.example.com?
Status:
Closed (fixed)
Comments
Submitted by JamieCameron on Wed, 10/10/2012 - 17:32 Comment #1
You need to add a NS (Nameserver) record in example.com for cloudmin.example.com , pointing to your Cloudmin master system.
Submitted by pban02 on Thu, 10/11/2012 - 07:24 Pro Licensee Comment #2
I already have an NS entry for cloudmin.anolim.net - here is the output from dig. Any idea what's not OK?
$ dig cloudmin.anolim.net ns
; <<>> DiG 9.8.3-P1 <<>> cloudmin.anolim.net ns
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12663
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;cloudmin.anolim.net. IN NS
;; ANSWER SECTION:
cloudmin.anolim.net. 38400 IN NS alm9.anolim.net.
;; Query time: 34 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Oct 11 14:10:47 2012
;; MSG SIZEĀ rcvd: 56
The following doesn't look right to me, but I can't figure out where it's coming from. Any ideas?
$ dig cloudmin.anolim.net
; <<>> DiG 9.8.3-P1 <<>> cloudmin.anolim.net
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55815
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;cloudmin.anolim.net. IN A
;; AUTHORITY SECTION:
cloudmin.anolim.net. 1800 IN SOA alm9.anolim.net. root\@alm9.anolim.net.cloudmin.anolim.net. 1349028934 10800 3600 604800 38400
;; Query time: 111 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Thu Oct 11 14:09:39 2012
;; MSG SIZEĀ rcvd: 99
Submitted by JamieCameron on Thu, 10/11/2012 - 11:17 Comment #3
That looks OK. What is the name of one of your VMs , so I can try a test DNS lookup?
Submitted by pban02 on Sun, 10/14/2012 - 13:05 Pro Licensee Comment #4
Update: actually I can ping the virtual servers on example.cloudmin.anolim.net. I wasn't able to ping cloudmin.anolim.net and assumed that therefore the DNS couldn't work.
Submitted by pban02 on Sun, 10/14/2012 - 13:05 Pro Licensee Comment #5
Submitted by JamieCameron on Sun, 10/14/2012 - 17:21 Comment #6
Yes, that's expected - if there is no address record for cloudmin.anolim.net, you won't be able to ping it.