Difference between revisions of "Instalasi NTP"

From OnnoWiki
Jump to navigation Jump to search
Line 35: Line 35:
  
 
* [[Linux Howto]]
 
* [[Linux Howto]]
 +
* [[NTP: File ntp.conf]]

Revision as of 08:00, 16 June 2011

Instal NTP

apt-get install ntp

Edit ntp.conf

vi /etc/ntp.conf

Pastikan ada

server ntp.ubuntu.com
server pool.ntp.org
server time.nist.gov

Restart server

/etc/init.d/ntp restart



Broadcast Waktu NTP di Subnet

Jika anda ingin membroadcast waktu di sebuah Subnet, anda dapat mengedit file konfigurasi NTP

vi /etc/ntp.conf

Masukan broadcast address subnet yang anda inginkan, misalnya 192.168.0.255

broadcast 192.168.0.255


Pranala Menarik