Hello. In Windows DNS server is normal to create “star” host record for zone, and then it resolves normally names like: a.zone.com., b.zone.com. c.zone.com etc to same (‘star’) ip address.
For some reason it doesn’t work in UCS:
** server can’t find myhostname.zonewithstar.dom.com: NXDOMAIN
As I remember, UCS DNS is Bind based and Bind supports “star” records.
And I see in /var/log/syslog:
named[5798]: zone zonewithstar.dom.com/IN: refresh: unexpected rcode (SERVFAIL) from master 127.0.0.1#7777 (source 0.0.0.0#0)
Also I used your check-dns-zone-syntax.py script, and it says this particular zone is invalid, but I don’t understand, why it is invalid ?
You probably forgot to append the trailing dot for the name server in the SOA entry of your zone: If a label does not end with a dot, BIND appends the zone name again. As your DNS server lives in a different domain make sure the trailing dot is there!