我在 Debian 8.5 上部署了一个 NTP 服务器,主机如下:
server time1.example.com
server time2.example.com
---
server time5.example.com
time5
是仅支持 IPv6 的主机。
在配置的下面,我有
restrict -6 1:1:1:::1 kod noquery nopeer nomodify notrap
# Local users may interrogate the ntp server more closely.
restrict 127.0.0.1
restrict ::1
# Restrict everything else
restrict default ignore
当我跑步时ntpq -p
,它告诉我
time5.example.com .INIT. 16 u - 512 0 0.000 0.000 0.000
我的配置有问题吗?我运行了一个ip6tables -L
命令,但没有规则,并且设置为允许。
主机上已启用 IPv6。它位于 Digital Ocean 上。