I have a virtual machine running on a physical machine, both using RHEL 7/CentOS 7. I need to configure the virtual machine to serve as an NTP Server and have this NTP server point to the physical machine.
Both the machines have chronyd installed by default and both are enabled. Do I append the IP address of the physical machine to the /etc/chrony.conf file on the virtual machine in the pool section? Or vice versa?
I had tried removing the default pool servers from the virtual machine and added in only the IP address of the physical machine. I then ran a chronyc soures -v but shows the IP address of the physical machine to be unreachable.