Displaying 6 results from an estimated 6 matches for "dc34".
Did you mean:
dc3
2023 May 20
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
...39;domain' line.
>
> As for the nameservers, I would switch them around on each DC, so that
> the DC used itself for the nameserver.
>
> This means:
>
> On DC33
>
> search ttwo.ad.example.org
> nameserver 10.150.10.33
> nameserver 10.150.10.34
>
> ON DC34
>
> search ttwo.ad.examole.org
> nameserver 10.150.10.34
> nameserver 10.150.10.33
Thanks. With this new info, I re-ran my test setup from the beginning:
destroyed and reprovisioned the VMs dc33 and dc34 running Debian 12;
provisioned a new AD domain on dc33 with 'samba-tool dom...
2023 May 19
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
..., Steven Monai via samba wrote:
> Thanks for your reply.
>
> On 2023-05-18 12:29 a.m., Rowland Penny via samba wrote:
>
>> On 18/05/2023 04:31, Steven Monai via samba wrote:
>
>>> Successfully obtained Kerberos ticket to DNS/dc33.ttwo.ad.example.org
>>> as DC34$
>>
>> That's one misconfiguration you probably have there, it looks like
>> your second DC isn't using itself as its nameserver, it appears to be
>> still using the first DC.
>
> To be concrete: What do you recommend should be the contents of the
> resp...
2023 May 20
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
On 20/05/2023 04:44, Steven Monai via samba wrote:
> Thanks. With this new info,
It isn't new, it is in the wiki.
> I re-ran my test setup from the beginning:
> destroyed and reprovisioned the VMs dc33 and dc34 running Debian 12;
> provisioned a new AD domain on dc33 with 'samba-tool domain provision
> DC'; and then joined dc34 as a DC with 'samba-tool domain join DC'.
>
> Once again, the new domain on dc33 seems to be correct and functional.
> However, once again, the n...
2023 May 18
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
...o,
I am testing Samba (v.4.17.8) in Debian 12 ("Bookworm") for use on two
DCs (as separate VMs) in a new AD domain.
"dc33" (IP: 10.150.10.33) is the first DC in the new domain
("ttwo.ad.example.org"), provisioned via 'samba-tool domain provision DC'.
"dc34" (IP: 10.150.10.34) is the second DC, joined to the domain via
'samba-tool domain join DC'.
The first oddity I encounter is I find that I have to manually run
'samba_dnsupdate' to create the new DC's NS and SRV records in the DNS.
This seems new, as the DNS records were...
2023 May 19
1
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
Thanks for your reply.
On 2023-05-18 12:29 a.m., Rowland Penny via samba wrote:
> On 18/05/2023 04:31, Steven Monai via samba wrote:
>> Successfully obtained Kerberos ticket to DNS/dc33.ttwo.ad.example.org
>> as DC34$
>
> That's one misconfiguration you probably have there, it looks like your
> second DC isn't using itself as its nameserver, it appears to be still
> using the first DC.
To be concrete: What do you recommend should be the contents of the
respective /etc/resolv.conf files...
2023 May 20
2
On Debian 12: nsupdate (as called from samba_dnsupdate) crashes named/bind9_dlz
...tc/samba/smb.conf
------------------------------------------------------------------------
# Global parameters
[global]
bind interfaces only = Yes
disable netbios = Yes
dns zone transfer clients allow = 127.0.0.0/8 ::1/128
interfaces = lo enp1s0
log level = 1 auth_json_audit:5
netbios name = DC34
ntlm auth = mschapv2-and-ntlmv2-only
realm = TTWO.AD.EXAMPLE.ORG
server role = active directory domain controller
server services = s3fs, rpc, nbt, wrepl, ldap, cldap, kdc, drepl,
winbindd, ntp_signd, kcc, dnsupdate
winbind separator = /
workgroup = TTWO
idmap_ldb:use rfc2307 = yes
[sysvo...