NTP on Oracle Linux 8
Introduction
NTP or Network Time Protocol is an old and vastly used protocol which is used to synchronize time on computers over the network. This protocol is stable and actively supported. But RHEL Linux 8(on which Oracle Linux 8 is based), NTP is no longer supported and is being replaced a new service called Chrony. The new service has no issues, but the purpose of this article is to describe how we can still use NTP on Oracle Linux 8. There can be many reasons for that such as:
- Old Software and build dependencies
- More support for NTP as this has been ported to many more Operating Systems
- Support for Multicast, Broadcast and Manycast of time which are not supported by Chrony but are supported by NTP.
- Etc
Assumptions
The following are the assumptions for this article:
- You have installed 64 bit Oracle Linux 8 and have got root access
- You have basic knowledge of Linux System Administration
- You are familiar with Systemd Services.