Skip to main content
deleted 31 characters in body
Source Link
Jeff Schaller
  • 68.8k
  • 35
  • 122
  • 264

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.

I'm an old school linux guy, and I will say i'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 simple need resolve.conf it to point to the local ip 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

Survive reboots, and systems updates. and 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.

I'm an old school linux guy, and I will say I'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 simply need resolve.conf it to point to the local IP 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

... and survive reboots and system updates? 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.

Source Link

Fedora - systemd-resolved

I'm an old school linux guy, and I will say i'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 simple need resolve.conf it to point to the local ip 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

Survive reboots, and systems updates. and 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.