1.rpm -ivh libedit-2.11-4.20080712cvs.1.el6.x86_64.rpm
ntp 安裝依賴這個軟體包
2.rpm -ivh ntp-4.2.6p5-10.el6.centos.2.x86_64.rpm
安裝ntp-server
3.配置/etc/ntp.conf
拒絕所有的ipv4使用者
restrict default kod nomodify notrap nopeer noquery
解決所有的ipv6使用者
restrict -6 default kod nomodify notrap nopeer noquery
restrict 192.168.1.2 允許ip進入
restrict 192.168.2.0 mask 255.255.255.0 允許網段進入
引數說明
ignore 拒絕所有的ntp連線
nomodfiy 客戶端不能使用ntpc和ntpq這兩個程式修改時間引數,客戶端可以校時
notrap 不提供trap這個遠端事件登入(remote event logging)的功能
noquery 客戶端不能使用ntpc和ntpq等命令查詢伺服器時間,等於不提供網路校時
notrust 拒絕沒有認證的客戶端
server 2.rhel.pool.ntp.org *****=上層同步的伺服器
如果在上層時間伺服器不能提供服務的時候,則使用這裡進行本機的同步
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10
客戶端安裝
rpm -ivh ntpdate-4.2.6p5-10.el6.centos.2.x86_64.rpm
ntpdate serverip 與server時間保持同步
centOS安裝配置ntp
wget udel edu ntp ntp spool ntp4 ntp 4.2 ntp 4.2 8p10.tar gz tar zxf ntp 4.2 8p10.tar gz cd ntp 4.2 8p10 make clean make check make make intall2 配置配置檔...
NTP安裝配置詳解
1 ntp介紹 網路時間協議 network time protocol 用來同步網路上不同主機的系統時間,在航空 金融行業時間的微小誤差都會導致極大的錯誤,所以可以通過ntp時間同步可以解決這樣的問題。你管理的主機可以和乙個被指定的ntp時間伺服器同步它們的時間,而這台ntp伺服器會將它的時間和任...
Linux 系統安裝配置NTP時間伺服器
ntp the network time protocol 是網路時間協議,用以同步網路內計算機的時間。它通過udp包交換,用特定演算法進行協商,從而把計算機上的時間與時間伺服器上的 時間保持一致。通過網際網路它支援的誤差是10毫秒,區域網則可以達到200微秒。ntp時間伺服器分為多層,從0層到4層...