how to setup ntp server raspberry pi 4

Опубликовано: 01 Январь 1970
на канале: Heikki Koivisto
3,999
16

Some time ago I had an issue with Windows server time settings and I noticed that my home lab was missing an NTP server, so why not install the NTP server on raspberry pi 4.

Network Time Protocol (NTP) is responsible for synchronizing the clocks of systems in a network. It is available as a server-client setup that uses the same protocol.

commands:
apt update
apt install ntp
edit /etc/ntp.conf
lines pool
systemctl restart ntp
ufw allow ntp
ntpq -p