Configure NTP
Configure NTP on Pritunl servers
Accurate time is needed for multi host configurations with Pritunl. The script below can be used to configure NTP on RHEL systems.
sudo yum -y install ntp
sudo systemctl start ntpd
sudo systemctl enable ntpd
sudo dnf -y install chrony
sudo systemctl start chronyd
sudo systemctl enable chronyd
Updated over 2 years ago