Hi,
I have a MAAS setup that works perfectly fine as a VM on Vmware Workstation. When I do a nslookup on a node known by MAAS, the resolution is successfull (with maas node IP in resolv.conf, followed by "search maas").
But when I migrate this exact same Maas setup into Vmware ESXi, I have systematically a "NXDOMAIN" error. A nmap performed from another vm running on ESXi give me this :
Nmap scan report for maas.maas (192.168.2.2)
Host is up (0.000092s latency).
Not shown: 993 closed ports
PORT STATE SERVICE
22/tcp open ssh
53/tcp open domain
80/tcp open http
3128/tcp open squid-http
3260/tcp open iscsi
7911/tcp open unknown
8000/tcp open http-alt
Nmap done: 1 IP address (1 host up) scanned in 0.03 seconds
So, my dns service is running. I can't figure out what is going on !