NTP server

apt-get install ntp

systemctl enable ntp || update-rc.d ntp defaults
systemctl start ntp || service ntp start
nano /etc/ntp.conf конфигурационный файл

pool ru.pool.ntp.org iburst
server ntp2.vniiftri.ru iburst prefer
pool 0.ubuntu.pool.ntp.org iburst
pool 1.ubuntu.pool.ntp.org iburst
server 127.127.1.0
restrict default kod notrap nomodify nopeer noquery
restrict 192.168.0.0 mask 255.255.255.0 nomodify notrap
restrict 127.0.0.1
restrict ::1
restrict -4 default kod notrap nomodify nopeer noquery
restrict -6 default kod notrap nomodify nopeer noquery

4 комментария на NTP server

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *