在win7主机上为你的linux虚拟机配置ntp服务
作者:互联网
1.运行regedit
把HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProviders\NtpServer中的Enabled值改为1
把HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Config中的AnnounceFlags修改为5
2.运行 services.msc
将Windows Time服务设置成自动(延迟启动)
3.启动Windows Time服务
4.在linux虚拟机中
用root用户登陆
crontab -e加入:
*/5 * * * * /usr/sbin/ntpdate 192.168.x.1 > /home/oracle/ntp.log 2>&1 ##
192.168.x.1(根据
win7在虚拟网络下的IP
具体情况)
标签:CurrentControlSet,W32Time,ntp,虚拟机,win7,linux,Services 来源: https://blog.51cto.com/lhrbest/2694613