linux7开启ntp服务,【NTP】CentOS7.2配置NTP服务
一、實驗環境
操作系統:CentOS7.x
ntp_sever:192.168.1.110
ntp_client:192.168.1.120
二、軟件安裝和防火墻設置
在ntp_sever 和 ntp_client
# yum -y install ?ntp ntpdate
在ntp_sever 和 ntp_client均需要開放123/udp端口
# firewall-cmd --zone=public --add-port=123/udp --permanent
# firewall-cmd --reload
三、服務端配置
#?vim ?/etc/ntp.conf
########################################
driftfile /var/lib/ntp/drift
restrict default nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict ::1
restrict 192.168.1.0 mask 255..255.255.0 nomodify notrap
server?192.168.1.110?iburst
server 127.127.1.0
fudge 127.127.1.0 stratum 10
interface ignore ?wildcard
interface listen ?192.168.1.110
interface listen ?127.0.0.1
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
disable monitor
##########################################
# systemctl start ntpd
# systemctl enable?ntpd
# firewall-cmd --zone=public --add-port=123/udp --permanent
# firewall-cmd --reload
四、客戶端配置
# vim ?/etc/ntp.conf
#########################
driftfile /var/lib/ntp/drift
restrict default nomodify notrap nopeer noquery
restrict 127.0.0.1
restrict ::1
server 192.168.1.110 iburst
restrict 192.168.1.110 nomodify notrap noquery
server 127.127.1.0
fudge 127.127.1.0 stratum 10
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
disable monitor
#########################
# ntpdate?192.168.1.110
# systemctl ?start ? ntpd
# systemctl enable ntpd
創作挑戰賽新人創作獎勵來咯,堅持創作打卡瓜分現金大獎總結
以上是生活随笔為你收集整理的linux7开启ntp服务,【NTP】CentOS7.2配置NTP服务的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 《魔兽世界》考古任务怎么做 考古任务线技
- 下一篇: 柴犬币发行量