Download - Create NTP Server

Transcript
Page 1: Create NTP Server

Membuat NTP SERVER=====================

STEP 1:

# yum install ntp ntpdate

STEP 2:

# nano /etc/ntp.conf- Allow ip network yang diinginkan- Uncomment server & fudge

STEP 3:

Restart service ntpd#service ntpd restart (CentOS/RHEL 6)#systemctl stop/start ntpd (CentOS/RHEL 7)

STEP 4:

Cek apakah sudah jalan NTP Servernya#ntpq –p

NB : - Klo berhasil ada tanda * didepannya

STEP 5:

Page 2: Create NTP Server

Tes dari sisi servernya sebelum di coba ke client#ntpdate –u 10.3.4.78

STEP 6:

Mengetahui client sudah konek ke NTP Server (10.3.4.78)#ntpq –p

STEP 7:

Mengetahui jumlah client yang sudah konek di NTP Server

#ntdc –n –c monlist / ntpdc –c monlist


Top Related