BINDD cache and foward?

Issues related to configuring your network
Post Reply
osarus
Posts: 2
Joined: 2017/04/11 12:29:32

BINDD cache and foward?

Post by osarus » 2017/04/15 04:34:27

Can I setup a name server to cache of forward?

Something like this is caching but seems to resolve itself instead of forwarding the request and caching that.

recursion yes;
allow-query { whitehats; };
forwarders {
192.231.203.132;
192.231.203.3;
};

aks
Posts: 3073
Joined: 2014/09/20 11:22:14

Re: BINDD cache and foward?

Post by aks » 2017/04/18 17:37:49

Yes you can setup a caching server (for DNS requests). Judging by your post, you seem to think that something is caching old/stale information. In that case, have a look at (client side) nscd (aka name services caching daemon).

Post Reply