Hello,
I have maas set to forward dns requests to 10.254.100.1 and 10.254.100.2 but it doesn’t seem to be forwarding.
From the maas server:
root@nm-203-31:/home# nslookup api.home.weka.io Server: 127.0.0.53 Address: 127.0.0.53#53 ** server can't find api.home.weka.io: SERVFAIL
When running the nslookup and tell it to use one of the forwarding dns server’s it works.
root@nm-203-31:/home# nslookup api.home.weka.io 10.254.100.1
Server: 10.254.100.1
Address: 10.254.100.1#53
Non-authoritative answer:
api.home.weka.io canonical name = api.home.prod.weka.io.
Name: api.home.prod.weka.io
Address: 54.77.97.234
Name: api.home.prod.weka.io
Address: 3.248.83.37
Name: api.home.prod.weka.io
Address: 52.49.69.116
DNS upstream is set as below:
nslookup does some to resolve other outbound sites like yahoo.com, google.com etc and I’ve also restarted bind9 without success. Setting 8.8.8.8 as upstream didn’t seem to help either.
This is on MAAS 2.8.2 and the issue just suddenly happened.