Sure, here you go! The files though have been the same throughout.
We use internal DNS.
*dc2*
root at dc2:~# cat /etc/samba/smb.conf
# Global parameters
[global]
dns forwarder = 8.8.8.8
netbios name = DC2
realm = MODOM.MARIGOLDSANDONIONS.COM
server role = active directory domain controller
workgroup = MODOM
idmap_ldb:use rfc2307 = yes
[netlogon]
path = /var/lib/samba/sysvol/modom.marigoldsandonions.com/scripts
read only = No
[sysvol]
path = /var/lib/samba/sysvol
read only = No
root at dc2:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
127.0.1.1 dc2
172.24.99.202 dc2.modom.marigoldsandonions.com dc2
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
root at dc2:~# cat /etc/resolv.conf
search modom.marigoldsandonions.com
nameserver 172.24.99.202
*dc3*
root at dc3:~# cat /etc/samba/smb.conf
# Global parameters
[global]
dns forwarder = 8.8.8.8
netbios name = DC3
realm = MODOM.MARIGOLDSANDONIONS.COM
server role = active directory domain controller
workgroup = MODOM
idmap_ldb:use rfc2307 = yes
[sysvol]
path = /var/lib/samba/sysvol
read only = No
[netlogon]
path = /var/lib/samba/sysvol/modom.marigoldsandonions.com/scripts
read only = No
root at dc3:~# cat /etc/hosts
127.0.0.1 localhost
127.0.1.1 dc3
172.24.99.211 dc3.modom.marigoldsandonions.com dc3
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
root at dc3:~# cat /etc/resolv.conf
search modom.marigoldsandonions.com
nameserver 172.24.99.211
On Sun, Jan 1, 2023 at 9:02 PM Rowland Penny via samba <
samba at lists.samba.org> wrote:
>
>
> On 01/01/2023 19:53, Max Serafini via samba wrote:
> > Thanks. Yeah, I had even put auth_audit and auth logs to 5. Nothing
> stood
> > out to me, it all looked successful from the time the pw was entered.
> Then
> > while hanging, there were no logs at all.
> > However if you look at the new post, all is good with 4.16.
>
> The problem is that there doesn't seem to be any changes in 4.17.x that
> should be causing this.
>
> Perhaps there is something in your network/dns or your smb.conf that is
> causing this. Can you post your smb.conf , /etc/hosts , etc/resolv.conf
> and your bind9 files (if using bind9).
>
> Rowland
>
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>