1. linux怎么安装ntp服务器
yum -y install ntp(直接yum安装即可)
修改ntp.conf的配置
vim /etc/ntp.conf
① 配置方法一:只允许192.168.100.0网段的客户机进行时间同步
在restrict default kod nomodify notrap nopeer noquery(表示默认拒绝所有IP的时间同步)之后增加一行:
restrict 192.168.100.0 mask 255.255.255.0 nomodify notrap
② 配置方法二:允许任何ip的客户机都可以进行时间同步
将restrict default kod nomodify notrap nopeer noquery修改为如下行:
Restrict default nomodify
然后运行ntp服务就可以了
2. 如何在linux suse中配置NTP服务器
1,一个局域网中只需要一个NTP服务器,其均为NTP客户端。选择NTP服务器的原则:该服务器可以上网:可以与标准Internet的服务器进行同步时间。Web服务器:数据库服务器:
2,启动ntpd服务: