By default, Network Time Protocol (NTP) is disabled for the Network Proxy Appliance. To enable NTP:
-
Log in as root user to the Network Proxy Appliance.
-
Enter the following command with appropriate values for area and location:
systemctl enable chronyd ; systemctl start chronyd ; ln -sf /usr/share/zoneinfo/area/location /etc/localtime
For example:
systemctl enable chronyd ; systemctl start chronyd ; ln -sf /usr/share/zoneinfo/America/New_York /etc/localtime