Linux系统 NTP服务
Ntp时间服务安装配置
1. 设置时区
#ln -sf /usr/share/zoneinfo/posix/Asia/Shanghai /etc/localtime
2.同步硬件时间
# hwclock -w
3.安装ntp服务
#yum –y install ntp
4.配置文件/etc/ntp.conf
driftfile /var/lib/ntp/drift
restrict -4 default kod notrap nomodify
restrict -6 default kod notrap nomodify
restrict 192.168.2.0 mask 255.255.255.0 nomodify notrap
restrict 127.0.0.1
restrict ::1
server 127.127.1.0
fudge 127.127.1.0 stratum 10
includefile /etc/ntp/crypto/pw
keys /etc/ntp/keys
5.配置client段配置/etc/ntp.conf
server 192.168.2.176 iburst
6.启动ntp服务
#systemctl start ntpd
#systemctl enable ntpd
【推荐】还在用 ECharts 开发大屏?试试这款永久免费的开源 BI 工具!
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步