时间服务器ip地址(windows时间同步服务器)
发布时间:2022-07-12 21:53:17
文章来源:快乐收录网
访问次数:
在公司内网搭建一台ntp时间服务器,供局域网内所有机器平滑同步时间
公司局域网无法连接internet
概念:NTP是网络时间协议(Network Time Protocol),它是用来同步网络中各个计算机的时间的协议。
资源:
时间服务器IP:192.168.138.140(ntp server)
需要同步时间的服务器:192.168.138.136 (ntp client)
linux 系统:CentOS release 6.9
配置ntp server
打开192.168.138.140机器的 /etc/ntp.conf
文件内容如下:
# For more information about this file, see the man pages # ntp.conf(5), ntp_acc(5), ntp_auth(5), ntp_clock(5), ntp_misc(5), ntp_mon(5). driftfile /var/lib/ntp/drift # Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. restrict default kod nomodify notrap nopeer noquery restrict -6 default kod nomodify notrap nopeer noquery # Permit all access over the loopback interface. This could # be tightened as well, but to do so would effect some of # the administrative functions. restrict 127.0.0.1 restrict -6 ::1 # Hosts on local network are less restricted. #restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html). server 0.centos.pool.ntp.org iburst server 1.centos.pool.ntp.org iburst server 2.centos.pool.ntp.org iburst server 3.centos.pool.ntp.org iburst #broadcast 192.168.1.255 autokey # broadcast server #broadcastclient # broadcast client #broadcast 224.0.1.1 autokey # multicast server #multicastclient 224.0.1.1 # multicast client #manycastserver 239.255.254.254 # manycast server #manycastclient 239.255.254.254 autokey # manycast client # Enable public key cryptography. #crypto includefile /etc/ntp/crypto/pw # Key file containing the keys and key identifiers used when operating # with symmetric key cryptography. keys /etc/ntp/keys # Specify the key identifiers which are trusted. #trustedkey 4 8 42 # Specify the key identifier to use with the ntpdc utility. #requestkey 8 # Specify the key identifier to use with the ntpq utility. #controlkey 8 # Enable writing of statistics records. #statistics clockstats cryptostats loopstats peerstats
配置权限
文件中
# Permit time synchronization with our time source, but do not # permit the source to query or modify the service on this system. restrict default kod nomodify notrap nopeer noquery restrict -6 default kod nomodify notrap nopeer noquery
上面是配置的说明,下面是配置项,这部分的配置是对客户端(需要同步时间的服务器)的请求的处理策略,默认是拒绝。有-6的那一行是对ipv6的配置。可选的配置如下:
ignore :关闭所有的 NTP 联机服务 nomodify:客户端不能修改服务端的时间参数,但客户端可以同步时间。 notrust :拒绝没有通过认证的客户端机器 noquery :不提供客户端的时间查询:用户端不能使用ntpq,ntpc等命令来查询ntp服务器 notrap :不提供trap远端登陆 nopeer :用于阻止主机尝试与服务器对等,并允许欺诈性服务器控制时钟 kod : 访问违规时发送 KoD 包。
把这两行注释掉,然后配置允许哪些机器可以跟ntp server同步时间
可以配置具体的机器,如:
restrict 192.168.138.136 nomodify
可以配置网段,如:mask配置子网掩码
restrict 192.168.0.0 mask 225.225.225.0 nomodify
配置时间源
如果可以连接internet,可以配置internet上的时间源,internet上的ntp服务器有很多,可以去搜一下。
如果不能连接internet,则把本机作为时间源即可,配置如下:
server 127.127.1.0 fudge 127.127.1.0 stratum 10
时间源可以配置多个,先使用最上面的机器,如果这个机器不可用(比如网络连不上),则会逐下使用。
启动或重启ntp服务
查看ntp服务运行状态:
/etc/init.d/ntpd status
启动ntp服务
/etc/init.d/ntpd start
客户端同步时间
使用ntpdate命令同步时间,ntpdate ntp_server_ip
ntpdate 192.168.138.140
linux系统,客户端的ntp服务不能启动,否则会报如下错误:
ntpdate[88383]: the NTP socket is in use , exiting
停止ntp服务
/etc/init.d/ntpd stop
如果要每隔一段时间就同步一次时间,可以配置crontab定时任务,如,每小时校验一次时间
* */1 * * * root /usr/sbin/ntpdate 192.168.138.140 >/dev/null 2>&1
注意事项:
注意防火墙的问题,如果无法同步,则检查防火墙
《时间服务器ip地址(windows时间同步服务器)》更新于时间:2022-07-12 21:53:17;由本站小编进行发布,目前浏览的小伙伴达到,感谢你们的支持,后期快乐收录网小编会继续为大家更新更多相关的文章,希望广大网友多多关注快乐收录网工作心得栏目,如果觉得本站不错,那就给我们一个分享的支持吧!
时间服务器ip地址(windows时间同步服务器)特别声明
本站快乐收录网提供的时间服务器ip地址(windows时间同步服务器)都来源于网络,不保证文章的准确性和真实性,同时,对于该文章所造成的影响,不由快乐收录网实际控制,在2022-07-12 21:53:17收录时,该网页上的内容,都属于合规合法,如有侵权违规,可以直接联系网站管理员进行整改或删除,快乐收录网不承担任何责任。
快乐收录网:致力于优质、实用的网络站点资源收集与分享!本文地址:https://nav.klxjz.cn/zixundaquan/wzyh/202207/8737.html转载请注明标签:
- 1华为 Nova 10 和 Nova 10 Pro 配备 120 Hz OLED 显示屏
- 2Realme GT2 Master Explorer Edition设计随着高端智能手机发布之旅的开始而揭晓
- 3Wi-Fi 7 技术将支持 40Gbps 的速度
- 4小米 11T 和 11T Pro 配备相同的 108 MP 摄像头
- 5Garmin Forerunner 955 系列收到软件版本 11.12
- 6到 2026 年翻新智能手机市场的价值预计将增长近 460 亿美元
- 7小米发布 Band 7 Pro 固件更新 进行各种改进和优化
- 8苹果最新的MacBook Air产品将影响 Wintel 笔记本电脑的销售
- 9戴尔 Precision 7770 和 7670 现在可与英特尔第 12 代博锐 CPU 和 Nvidia RTX A5500 显卡一起购买
- 10System76 使用 Intel Alder Lake-U 处理器升级其基于 Linux 的 Lemur Pro 笔记本电脑
- 11苹果计划在今年发布标准 Watch Series 更新的替代品
- 12OnePlus的10T发布了新旗舰智能手机发布前的最高AnTuTu分数
- 13摩托罗拉 Edge 30:搭载 Android 12 的超薄中端智能手机
- 14小米 12智能手机相机是如何拍摄的
- 15NintendoSwitchOnline下周将获得被低估的神奇宝贝经典
- 16MUJI x Honda MS01 电动自行车透露最高时速 25 公里和无钥匙解锁功能
- 17Infinix 最新 Note 12 系列智能手机升级至 5G 起价低于 200 美元
- 18Amazfit 正在举行 2022 年年中的促销活动
- 19AMD 的 RDNA 3 Chiplet 专利详述了尖端着色器优化架构