KVM Guest NTP

Install NTP

Get the NTP service and tools.

apt-get install ntpdate ntp

Set the time

service ntp stop
ntpdate pool.ntp.org
service ntp start
hwclock --systohc

None: KVM Guest NTP (last edited 2017-11-11 23:50:29 by shran)