Displaying 2 results from an estimated 2 matches for "sambadnsdomain".
Did you mean:
samba_dnsdomain
2019 Aug 02
0
winbind seems to hang when the DC goes down instead of switching to the other available DC
...nsdomain.tld" {
type forward;
forwarders { IP_DC1; IP_DC2; };
};
And one has
zone "your.dnsdomain.tld" {
type forward;
forwarders { IP_DC1; IP_DC2; };
forward only;
};
And depending on the use, resolv.conf has.
My preffered search order
(NOTE that normaly the primary.sambadnsdomain.tld is always first for you program's)
(hostname -f or hostname -d will give 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 mailr...
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