История изменений
Исправление CHIPOK, (текущая версия) :
тебе в ферволе нужно правило
iptables -A OUTPUT -p udp --dport 123 -j ACCEPT
iptables -A INPUT -p udp --sport 123 -j ACCEPT
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log
server 10.11.10.5
server 127.127.1.0
fudge 127.127.1.0 stratum 10
disable monitor
restrict -4 default ignore
restrict 127.0.0.1
restrict 10.11.0.0 mask 255.255.0.0 nomodify notrap noquery
restrict 172.20.0.0 mask 255.255.0.0 nomodify notrap noquery
вот примерно както так дожно работать
Исправление CHIPOK, :
тебе в ферволе нужно правило
-A INPUT -p udp -m udp --dport 123 -m state --state NEW -j ACCEPT
в самом конфиге НТП нужно прописать
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log
server 10.11.10.5
server 127.127.1.0
fudge 127.127.1.0 stratum 10
disable monitor
restrict -4 default ignore
restrict 127.0.0.1
restrict 10.11.0.0 mask 255.255.0.0 nomodify notrap noquery
restrict 172.20.0.0 mask 255.255.0.0 nomodify notrap noquery
вот примерно както так дожно работать
Исходная версия CHIPOK, :
тебе в ферволе нужно правило
-A INPUT -p udp -m udp --dport 22 -m state --state NEW -j ACCEPT
в самом конфиге НТП нужно прописать
driftfile /var/lib/ntp/ntp.drift
logfile /var/log/ntp.log
server 10.11.10.5
server 127.127.1.0
fudge 127.127.1.0 stratum 10
disable monitor
restrict -4 default ignore
restrict 127.0.0.1
restrict 10.11.0.0 mask 255.255.0.0 nomodify notrap noquery
restrict 172.20.0.0 mask 255.255.0.0 nomodify notrap noquery
вот примерно както так дожно работать