RHEL7 CENTOS7

一、chrony

时间同步服务器,与老版本的ntp不能共存,只能使用其中的一种。

配置如下:

# systemctl mask ntpd
# yum install chrony
# systemctl start chronyd
# systemctl enable chronyd
# vi /etc/chrony.conf

 

server 192.168.5.1 iburst

 

# chronyc sources -v
210 Number of sources = 1


  .-- Source mode  '^' = server, '=' = peer, '#' = local clock.
 / .- Source state '*' = current synced, '+' = combined , '-' = not combined,
| /   '?' = unreachable, 'x' = time may be in error, '~' = time too variable.
||                                                 .- xxxx [ yyyy ] +/- zzzz
||                                                /   xxxx = adjusted offset,
||         Log2(Polling interval) -.             |    yyyy = measured offset,
||                                  \            |    zzzz = estimated error.
||                                   |           |                         
MS Name/IP address         Stratum Poll Reach LastRx Last sample
===============================================================================
^* 192.168.5.1         8   6   377     3    +10us[  +29us] +/-  104us

常用命令:

# rpm -qc chrony   检查chrony服务配置文件所在
# timedatectl status   查看日期时间及NTP状态
# timedatectl set-time 2015-09-22   设置日期
# timedatectl set-time 11:50:00   设置时间

二、firewall

# systemctl mask iptables
# systemctl mask ip6tables
# systemctl mask ebptables
# systemctl start firewalld
# systemctl status firewalld
# firewall-cmd --list-all   列出防火墙的配置
# firewall-cmd --add-service=ftp --permanent   添加ftp服务

 

 


 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值