Hi,
Having some issues getting my GCP DNS server vm up and running (debian).
Local queries work but it uses the loopback address of 127.0.0.53 so when I query it from another vm in same subnet I get a "communications error to 10.128.0.2#53: connection refused" error message.
I found that in the /etc/resolv.conf file it only has this loopback address and not its internal which is 10.128.0.2 and have tried adding it there but linux erases it after a restart.
How do I get my vm to resolve on its primary internal address?
Thanks,
AA