Hi there,
I successfully managed to install and run dns/unbound in a jail following this tutorial: HowTo: Jailed unbound > dnscrypt-proxy with DNSSEC
It is all up and running, but here is the thing: ntpd(8) is trying to update system time during boot and it runs before a jail has started. Hence no time update.
The possible solutions come into mind is to delay ntpd(8) in the rc script but I just wonder if there is another "best practice" solution for such conundrum. If this is only option could you please advise what exactly to add to the REQUIRE: line in the rc script to tell ntpd(8) to start when a jail is running only? Or to run system resolver in a jail is an idea not worth to pursuit?
I successfully managed to install and run dns/unbound in a jail following this tutorial: HowTo: Jailed unbound > dnscrypt-proxy with DNSSEC
It is all up and running, but here is the thing: ntpd(8) is trying to update system time during boot and it runs before a jail has started. Hence no time update.
The possible solutions come into mind is to delay ntpd(8) in the rc script but I just wonder if there is another "best practice" solution for such conundrum. If this is only option could you please advise what exactly to add to the REQUIRE: line in the rc script to tell ntpd(8) to start when a jail is running only? Or to run system resolver in a jail is an idea not worth to pursuit?