1 / 3
Căn bản về LINUX
30 likes | 208 Views
Căn bản về LINUX. CẤU HÌNH NTP. C ẤU HÌNH NTP. NetWork Time protocol : Máy chủ thời gian chuẩn /etc/ntp/conf restrict 127.0.0.1 restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 10 driftfile /var/lib/ntp/drift
Download Presentation
Căn bản về LINUX
An Image/Link below is provided (as is) to download presentation
Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author.
Content is provided to you AS IS for your information and personal use only.
Download presentation by click this link.
While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server.
During download, if you can't get a presentation, the file might be deleted by the publisher.
E N D
Presentation Transcript
Căn bản về LINUX CẤU HÌNH NTP
CẤU HÌNH NTP • NetWork Time protocol : Máy chủ thời gian chuẩn • /etc/ntp/conf restrict 127.0.0.1 restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 10 driftfile /var/lib/ntp/drift broadcastdelay 0.008 authenticate yes keys /etc/ntp/keys
CẤU HÌNH NTP • Khởi động dịch vụ ntp #/etc/init.d/ntpd start • Ngừng dịch vụ ntp #/etc/init.d/ntpd stop
More Related