I'm an old school linux guy, and I will say i'mI'm not a fan of systemd, but I'm trying to evolve because it's here to stay. Network management is killing me.
My goal is simple. I don't need a caching resolver on this server. I simplesimply need resolve.conf it to point to the local ipIP which is running bind9.
How can I make my resolv.conf look like:
search ecaiken.com
nameserver 172.16.10.189
nameserver 172.16.10.12
search ecaiken.com nameserver 172.16.10.189 nameserver 172.16.10.12
Survive and survive reboots, and systemssystem updates. and? I'd like to disable the caching resolver to never start again. I've read everyone's post on how to disable systemd-resolved, which isn't the right path. I've tried creating stub files with DNSStubListener=no. I can't seem to get systemd to stop trying to help me.
Since I'm running bind9 on this server the local caching resolver is causing problems for the local machine.
Thanks in advance, your old initd linux guru.