Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 31 Jul 2020 09:40:57 +1000
From:      Dewayne Geraghty <dewayne@heuristicsystems.com.au>
To:        freebsd-questions@freebsd.org
Subject:   Re: Q. ntp pseudo service in a jail
Message-ID:  <cd09a903-b493-f834-b82d-31fd9437e0d5@heuristicsystems.com.au>
In-Reply-To: <62693624b2f310cc9683ed6b05d246b6.squirrel@webmail.harte-lyne.ca>
References:  <62693624b2f310cc9683ed6b05d246b6.squirrel@webmail.harte-lyne.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
On 31/07/2020 6:03 am, James B. Byrne via freebsd-questions wrote:
> I need a jail to provide responses to ntp queries.  I do not need (or want) the
> jail to adjust the system time.  I just need it to provide whatever time the
> host OS has whenever it is queried.  Can this requirement be met?
> 
> 
> 

I use /etc/ntp.conf extract:
server 127.127.1.1
fudge  127.127.1.1 stratum 14
as the failover when I've lost internet time sync. It retains service
synchronisation for those internal services that rely upon time (bind
with gssapi), as well as serve the client (PC) devices.







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cd09a903-b493-f834-b82d-31fd9437e0d5>