4-1·NTP服务器配置搭建

一·NTP服务器搭建

1)安装NTP服务

[root@localhost ~]# yum -y install ntp
[root@localhost ~]# vim /etc/ntp.conf 
restrict 172.25.0.0 mask 255.255.255.0 nomodify notrap          //添加接受的地址范围
# Use public servers from the pool.ntp.org project.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
#server 0.rhel.pool.ntp.org iburst
#server 1.rhel.pool.ntp.org iburst
#server 2.rhel.pool.ntp.org iburst
#server 3.rhel.pool.ntp.org iburst
server s1a.time.edu.cn iburst                                   //中国邮电大学NTP服务器
[root@localhost ~]# systemctl start ntpd
[root@localhost ~]# systemctl enable ntpd

2)防火墙开启端口,NTP默认端口号UDP123

[root@localhost ~]# firewall-cmd --add-service=ntp --permanent         //永久生效放行ntp服务
[root@localhost ~]# firewall-cmd --reload                      //重读防火墙

3)查看同步

[root@localhost ~]# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
*10.112.202.in-a 202.118.1.46     2 u    9   64    1   93.632    9.389   5.115

4)配置ntp客户端

[root@localhost ~]# yum -y install ntpdate                     //安装客户端软件
[root@localhost ~]# ntpdate s1a.time.edu.cn                        //指定服务器域名
[root@localhost ~]# systemctl restart ntpdate                      //重启服务
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值