Article 58941 BIND Slaves with forward only

BIND Slaves with forward only

by
CyberIT
from LinuxQuestions.org on (#58941)
Hello
Im having some weird activity happening on my BIND slaves running BIND 9.11.4.

I have the servers configured to be slaves for all my zones on domain.com.
I also have a few zones setup to be a forwarder for another domain and when a lookup is done it takes at least 1hr for it to resolve proper.

Code:zone "example.com" {
type forward;
forward only;
forwarders { 172.16.16.15; 172.17.16.15; };
};If a DNS entry is updated or removed from the example.com zone and a lookup is done from a server on domain.com it shows the entry either still with the old IP or still in DNS when it is supposed to be either updated or removed.

It looks like it is either being cached somewhere but all our linux servers dont have cache enabled. Im not sure why it takes a long time to update DNS when trying to do a lookup from domain.com to example.com.

Any help would be greatly appreciated.

Thank you!latest?d=yIl2AUoC8zA latest?i=14zA5EqBdt0:yAa3IpkbWTY:F7zBnMy latest?i=14zA5EqBdt0:yAa3IpkbWTY:V_sGLiP latest?d=qj6IDK7rITs latest?i=14zA5EqBdt0:yAa3IpkbWTY:gIN9vFw14zA5EqBdt0
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments