我正在尝试配置 ntp 服务器来测试我的客户端。ntp 服务器尚未与真实 ntp 同步,我想自己管理时钟。
这是当前配置:
# /etc/ntp.conf, configuration for ntpd; see ntp.conf(5) for help
listen on *
restrict 127.0.0.1
disable auth
broadcastclient
server 127.127.1.0 iburst
fudge 127.127.1.0 stratum 10
客户端收到以下响应:
step time server my_server_ip offset -113.084299 sec
看起来“步骤时间”意味着服务器未同步。
如果我的理解正确,响应必须以“调整时间”开头