ntp(network time protocol) 서버 구축
# Operation System/Linux2022. 5. 20. 08:41ntp(network time protocol) 서버 구축

설치환경 $ cat /etc/redhat-release CentOS Linux release 7.9.2009 (Core) 설치 $ yum -y install ntp Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: mirror.kakao.com * extras: mirror.kakao.com * updates: mirror.navercorp.com Resolving Dependencies --> Running transaction check ---> Package ntp.x86_64 0:4.2.6p5-29.el7.centos.2 will be installed --> Processing Dependency: n..

# Operation System/Linux2016. 12. 1. 10:25ntp 4.2.8p9 소스 컴파일 설치

#> wget http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-4.2.8p9.tar.gz #> ./configure --prefix=/usr/local/ntp --enable-clockctl #> make #> make install 설정법 : http://webdir.tistory.com/120

image