Displaying 4 results from an estimated 4 matches for "sambadc02".
Did you mean:
sambadc03
2020 May 12
2
DNS sometimes give error/timeout or works fine
...13.250.112
Address: 10.13.250.112#53
Name: mydomain.com
Address: 10.13.250.112
Name: mydomain.com
Address: 10.13.250.111
Name: mydomain.com
Address: 10.13.250.128
Name: mydomain.com
Address: 10.13.250.110
[............]
If i check inside DC i've similar behavior
Fail
[............]
[root at sambadc02 ~]# dig @10.13.250.112 mydomain.com ns
;; connection timed out; no servers could be reached
[............]
Works fine
[............]
[root at sambadc02 ~]# dig @10.13.250.112 mydomain.com ns +short
sambadc01.mydomain.com.
sambadc02.mydomain.com.
sambadc03.mydomain.com.
[............]
Inside the...
2024 Feb 29
0
Join Samba to Windows with error DsReplicaSync
...C to Samba DC but not in the other direction.
DC1: windows server 2022 , schema version 69
DC2: Samba version 4.19.1, schema version 69
Domain and forest functional level in 2008_R2 (two environments)
When i check the replication status from Samba the error is:
[.................]
[root at sambadc02 ~]# samba-tool drs showrepl
ERROR(runtime): DsReplicaGetInfo of type 0 failed - (3221356597, 'The
operation cannot be performed.')
[root at sambadc02 ~]#
[.................]
And the status command:
[.................]
Feb 29 17:36:12 sambadc02.domain.com samba[1065489]: [2024/02/29...
2020 May 15
2
Samba and DNS backend question
I had configured Samba AD's with Bind9_DLZ in all 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 b...
2020 May 15
3
Samba and DNS backend question
...El vie., 15 may. 2020 a las 8:43, Rowland penny via samba (<
samba at lists.samba.org>) escribi?:
> On 15/05/2020 13:37, Miguel Angel Coa M. via samba wrote:
> > I had configured Samba AD's with Bind9_DLZ in all 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
> > s...