一.配置server主机要求如下:
1.server主机的主机名称为 ntp_server.example.com
2.server主机的IP为: 172.25.254.100
3.server主机的时间为1984-11-11 11:11:11
4.配置server主机的时间同步服务要求可以被所有人使用
[root@local01 ~]# hostnamectl hostname ntp_server.example.com
[root@ntpserver ~]# nmcli c mo eth0 ipv4.method manual ipv4.addresses 172.25.254.100/24 ipv4.gateway 172.25.254.2 ipv4.dns 114.114.114.114 autoconnect yes
[root@ntpserver ~]# systemctl stop chronyd.service
[root@ntpserver ~]# timedatectl set-time "1984-11-11 11:11:11"
[root@ntpserver ~]# date
1984年 11月 11日 星期日 11:11:23 CST
[root@ntpserver ~]# vim /etc/chrony.conf
更改如下:
重启服务
[root@ntpserver ~]# systemctl restart chronyd.service
二.设定clinet主机要求如下
1.client主机的IP为:172.25.254.200
2.client主机的主机名称为: client.example.com
3.同步172.25.254.100主机的时间到达本机
4.用命令显示对于172.25.254.100主机的时间同步情况
[root@client ~]# nmcli c mo eth0 ipv4.method manual ipv4.addresses 172.25.254.200/24 ipv4.gateway 172.25.254.2 ipv4.dns 114.114.114.114 autoconnect yes
[root@client ~]# hostnamectl hostname client.example.com
[root@client ~]# vim /etc/chrony.conf
更改内容如下:
[root@client ~]# systemctl restart chronyd.service
[root@client ~]# chronyc sources -v