Displaying 1 result from an estimated 1 matches for "ip_dnscache_listens_on".
2014 Nov 14
0
SOLVED dnscache in front of samba4 internal dns (was: Re: Samba internal DNS + 2nd DNS)
...;
I just wanted to follow up on this. One of the developers in the SME
Project successfully was able to get a dnscache running in front of Samba4
internal DNS using the following:
iptables -t nat -I PREROUTING --in-interface eth0 -p tcp -d [localIP]
--destination-port 53 -j DNAT --to-destination
[ip_dnscache_listens_on]
More details in this bug report: http://bugs.contribs.org/show_bug.cgi?id=8638
This allows us to have an instance of dnscache running in front of
samba4 and deligating DNS. dnscache delegates DNS for the samba4
domain to the samba4 internal DNS. What this does for us is get
resolving dns in f...