RHCE2 时间同步服务项目练习

一.配置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

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值