2016
08-31
08-31
最简单时间服务器配置Centos6.6
Centos 6.6
1、安装
yum -y install ntp.x86_64
chkconfig ntpd on
2、修改配置/etc/ntp.conf
vi /etc/ntp.conf
restrict 127.0.0.1
restrict -6 ::1
之前添加一行
restrict *
3、修改配置/etc/sysconfi.... Read More >