NTP(Network Time Protocol)는 인터넷에서 라우터 및 기타 하드웨어 디바이스의 클럭을 동기화하는 데 널리 사용되는 프로토콜이다.
vi /etc/ntp.conf
# 모두 지우고 아래 내용을 붙여넣는다.
# npt 포트가 listen 할 수 있도록 지정
# Hosts on local network are less restricted.
restrict 0.0.0.0 mask 255.255.255.0 nomodify notrap
#동기화 대상 (시간 정보를 받아올) 서버를 입력한다.
# Please consider joining the pool (http://www.pool.ntp.org/join.html).
server time.bora.net
server time.nist.gov
server 127.127.1.0
fudge 127.127.1.0 stratum 3
sudo /etc/ntp.conf
# public server pool 부분의 server pool의 리스트를 주석처리(혹은 삭제)하고 동기화 대상 서버를 기록한다.
server ntp.bdp.test
server dns.bdp.test
server time.bora.net
...후략
sudo systemctl restart ntpddate.service
ntpq -np
remote refid st t when poll reach delay offset jitter
==============================================================================
192.168.4.160 LOCAL(0) 4 u 3 64 1 0.253 0.246 0.000
203.248.240.140 .INIT. 16 u - 64 0 0.000 0.000 0.000