Displaying 3 results from an estimated 3 matches for "sambadc04".
Did you mean:
sambadc03
2020 Jun 03
1
NAS connection problem to Samba DC
Hi
Updated Samba to 4.11 and now i've problem with NAS server (connection
problem) . Searching information in the message i've the next message:
[.........................]
Jun 3 13:01:51 sambadc04 samba[10310]:
dcesrv_netr_creds_server_step_check: [NAS01] is not using schannel
Jun 3 13:02:36 sambadc04 samba[10310]: [2020/06/03 13:02:36.427527, 0]
../../source4/rpc_server/netlogon/dcerpc_netlogon.c:634(dcesrv_netr_creds_server_step_check)
Jun 3 13:02:36 sambadc04 samba[10310]:
dcesrv_ne...
2020 May 15
2
Samba and DNS backend question
...ll DC. But for some reason
(i couldn't determine) three (sambadc02,03,04) AD's responded very slowly
. So change to Samba_Internal backend into the servers with problem and
works fine.
sambadc01 -> with FSMO roles - Bind9_DLZ
sambadc02 -> Samba_Internal
sambadc03 -> Samba_Internal
sambadc04 -> Samba_Internal
My question is: ?The DNS backend can be different between Ad's? ?can affect
the performance?
Saludos.
---
Miguel Coa M.
2020 May 15
3
Samba and DNS backend question
Hi Rowland,
1. Thanks for you clarification ;)
2. About, my old DLZ configuration is:
Versions: bind-9.11 - S.O Centos 7.8
This was the sambadc04 with the old bind dlz backend .
[..........]
[root at sambadc04 ~]# cat /etc/sysconfig/named |grep -v '^#'
NAMED_RUN_CHROOTED="no"
OPTIONS="-4"
[..........]
The /etc/named.conf
[..........]
acl "trusted" {
192.168.0.0/16;
10.0.0.0/8;
localhost;
};...