At Tue, 5 Jan 2010 09:07:03 +1000, Ashley Wright wrote: > > Hi, > > I am having an interesting problem with having cobbler manage DNS. I > have my dns zone set to 'leo' (this is for a private subnet), and a > hostname of 'leo-b' so the FQDN should be 'leo-b.leo', however when > cobbler generates the forward lookup files for named, it only puts the > hostname as '-b'. Also if I put the dnsname as 'myleo-b.leo' the > hostname becomes 'my-b' (ie it removes the leo part). > > Any ideas? > I have included some snippets below. > /etc/cobbler/settings (part): > manage_forward_zones: > - 'leo' > manage_reverse_zones: > - '192.168.0' > > /var/named/leo (tail): > c IN A 192.168.0.3 > d IN A 192.168.0.4 > e IN A 192.168.0.5 > my-b IN A 192.168.0.2 > > /var/named/192.168.0 (tail): > 2 IN PTR myleo-b.leo. > 3 IN PTR leoc.leo. > 4 IN PTR leod.leo. > 5 IN PTR leoe.leo. > > > Thanks, > Ashley > > -- > Ashley Wright > HPC and Research Support Group > Queensland University of Technology (QUT) > > > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler
This is definitely a bug. I will have a look at it, it should be a relatively easy fix. Thanks for bringing this to my attention! _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
