Использую openntpd:
Настройки сервера /etc/ntpd.conf:
listen on 0.0.0.0
server 0.pool.ntp.org
server 1.pool.ntp.org
server 2.pool.ntp.org
Выполняю с сервера:
ntpdate -q pool.ntp.org
---------------------------------------------------------------------------------------------------------------
server 93.91.6.81, stratum 2, offset -2.180982, delay 0.13197
server 212.192.253.168, stratum 2, offset -2.188040, delay 0.10736
server 193.124.4.177, stratum 3, offset -2.144876, delay 0.10715
12 Oct 12:15:00 ntpdate[21108]: step time server 212.192.253.168 offset -2.188040 se
----------------------------------------------------------------------------------------------------------------
ntpdate -u pool.ntp.org
---------------------------------------------------------------------------------------------------------
12 Oct 12:15:40 ntpdate[21163]: step time server 93.91.6.81 offset -3.475412 sec
---------------------------------------------------------------------------------------------------------
iptables отключен!
Настройки клиента /etc/ntpd.conf:
server 10.2.34.203
Выполняю с клиента:
ntpdate -q 10.2.34.203
---------------------------------------------------------------------------------------------------
server 10.2.34.203, stratum 3, offset 9.753906, delay 0.02650
12 Oct 12:20:58 ntpdate[17296]: no server suitable for synchronization found
---------------------------------------------------------------------------------------------------
ntpdate -u 10.2.34.203
---------------------------------------------------------------------------------------------------
12 Oct 12:22:18 ntpdate[17346]: no server suitable for synchronization found
---------------------------------------------------------------------------------------------------
iptables отключен!
Пробовал настроить ntpd, тоже самое, сервер с вышстоящим синхронизует, а клиент с сервером нет.
Подскажите в чем может крыться проблема. Спасибо.