您好,登錄后才能下訂單哦!
1、安裝。
yum install -y ntp
2、開機啟動。
chkconfig ntpd on
3、配置。
vim /etc/ntp.conf
修改restrict default kod nomodify notrap nopeer noquery
變成restrict default nomodify notrap
添加以下這行,其中192.168.0.0 netmask是允許連接此服務器的ip段
restrict 192.168.0.0 netmask 255.255.0.0 nomodify notrap
保存退出
4、重啟服務。
/etc/init.d/ntpd restart
5、防火墻放行。
vim /etc/sysconfig/iptables
-A INPUT -s 192.168.0.0/16 -j ACCEPT
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。