在win7主機上為你的linux虛擬機器配置ntp服務

selectshen發表於2015-06-04
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具體情況)

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/28539951/viewspace-1685868/,如需轉載,請註明出處,否則將追究法律責任。

相關文章