NTP Server为CentOS,其它的机器有linux也有windows。

关于CentOS的配置如下:

安装 yum install ntp 安装完成后可以进行配置 vi /etc/ntp.conf 比如配置服务器,限制网段等 启动、停止、重启 service ntpd start/stop/restart 查看是否处于运行中 pgrep ntp 查看与服务器的连接状态 ntpq -p 如果某行全为0,则表示通信失败,一般对于新启动的服务器,需要等待个十几二十分钟才OK 校时 ntpdate -u time.ntp.com 参数-u后面指定服务器

Windows XP:

在命令行中注册 w32tm register 确保控制面板-管理工具-服务里面的RPC和windows time服务启动 然后在系统托盘时间区域双击 选择Internet时间 设置服务器,校时

在内网环境下部署NTP

在内网环境下部署NTP

相关文章:

  • 2021-09-21
  • 2021-08-18
  • 2021-11-07
  • 2022-01-18
  • 2021-08-13
  • 2023-03-18
  • 2021-08-04
猜你喜欢
  • 2022-12-23
  • 2021-07-07
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2021-09-24
  • 2022-01-01
相关资源
相似解决方案