L.P.H. van Belle
2018-May-16 10:23 UTC
[Samba] Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
Hai Paul. Yep. time sync is a must in ADDC setups and for very server it a must imo. You might need to sync a hardware clock also, because if the hardware clock gets more then 5 min out of sync. You might end up en some strang problem. And do note, NTP Server is only needed on the DC,s members, just point them to the DC. Better imo, add CNAME ntp1 to dc1 and ntp2 to dc2 and use the ntp1/2 .domain.tld names in the configs. Now, if you want another ntp, just change the cname endpoint. sudo dpkg-reconfigure tzdata If you setup correct, the base install would have handled that and a dpkg-reconfigure should not be needed. being picky here, since you wanted to know .. My way to install. ;-) Greetz, Louis> -----Oorspronkelijk bericht----- > Van: samba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: woensdag 16 mei 2018 12:07 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] Samba4 on Ubuntu 18.04 Howto setup > ADDC with bind9_DLZ (extra part 4.8.1 samba) > > On Wed, 16 May 2018 09:38:55 +0000 > Paul Littlefield via samba <samba at lists.samba.org> wrote: > > > Hi List, > > > > My 2p worth... about Ubuntu 18.04 Server with Samba 4 AD DC. > > > > TIMEZONE = I set up my server for the actual timezone, rather than > > UTC... $ sudo dpkg-reconfigure tzdata > > > > NTP = I use the new systemd timesync daemon instead of good old > > ntpd... $ sudo timedatectl status > > $ sudo systemctl status systemd-timesyncd > > > > Does 'timesync' know about signed support ? > e.g. /var/lib/samba/ntp_signd > > You might want to reconsider using timesync. > > Rowland > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://lists.samba.org/mailman/options/samba > >
Paul Littlefield
2018-May-16 11:06 UTC
[Samba] Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
On 16/05/18 11:23, L.P.H. van Belle via samba wrote:> If you setup correct, the base install would have handled that and a dpkg-reconfigure should not be needed. > being picky here, since you wanted to know .. My way to install. ;-)Yeah, you'd think so wouldn't you... but the new -live version of Ubuntu Server doesn't. :-) Paul
Rowland Penny
2018-May-16 11:38 UTC
[Samba] Samba4 on Ubuntu 18.04 Howto setup ADDC with bind9_DLZ (extra part 4.8.1 samba)
On Wed, 16 May 2018 11:06:39 +0000 Paul Littlefield via samba <samba at lists.samba.org> wrote:> On 16/05/18 11:23, L.P.H. van Belle via samba wrote: > > If you setup correct, the base install would have handled that and > > a dpkg-reconfigure should not be needed. being picky here, since > > you wanted to know .. My way to install. ;-) > > Yeah, you'd think so wouldn't you... but the new -live version of > Ubuntu Server doesn't. >Nothing to do with Samba, but who thought a 'live' server iso was a good idea ???? Rowland