Displaying 2 results from an estimated 2 matches for "internet_dns2".
Did you mean:
internet_dns1
2019 Aug 02
0
winbind seems to hang when the DC goes down instead of switching to the other available DC
...ve problems with samba. )
search internal.domain.tld domain.tld < used on my webserver
Or
search internal.domain.tld < used on my members servers
Or
search domain.tld internal.domain.tld < used on my mailrelay.
With
nameserver 127.0.0.1
And/or
nameserver internet_dns1
nameserver internet_dns2
And/or
nameserver 127.0.0.1
nameserver IP_DC1
nameserver IP_DC2;
All above make sure, at least, for me, that i need the resolving there, where is should go to.
Lan dns or internet DNS because of certificates or DNS CAA records SPF DMARC DKIM, things like that.
I dont have a "normal"...
2019 Aug 02
3
winbind seems to hang when the DC goes down instead of switching to the other available DC
Hai Marco,
Yes, best is to use the "localhost" dns setup as caching/forwarder only.
All you need is for the forwarding is :
zone "your.dnsdomain.tld" {
type forward;
forwarders { IP_DC1; IP_DC2; };
};
zone "168.192.in-addr.arpa" {
type forward;
forwarders { IP_DC1; IP_DC2; };
};
If you think its still to slow, remove
> options attempts:2