Difference between revisions of "NTP: Setup NTP Server Lokal"

From OnnoWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 5: Line 5:
 
Tambahkan
 
Tambahkan
  
  server         127.127.1.0    # local clock
+
  server 127.127.1.1
  fudge           127.127.1.0 stratum 10
+
  fudge 127.127.1.1 stratum 8 refid NIST
 +
restrict default notrust nomodify
 +
restrict 127.127.0.0 mask 255.255.0.0 nomodify
 
  driftfile      /var/lib/ntp/drift
 
  driftfile      /var/lib/ntp/drift
 
  broadcastdelay  0.008
 
  broadcastdelay  0.008
Line 14: Line 16:
  
 
  /etc/init.d/ntp restart
 
  /etc/init.d/ntp restart
 +
 +
==Check Menggunakan==
 +
 +
Gunakan perintah
 +
 +
watch ntpq -c lpee
 +
 +
akan tampak pada layar
 +
 +
      remote          refid      st t when poll reach  delay  offset  jitter
 +
==============================================================================
 +
  192.168.0.255  .BCST.          16 u    -  64    0    0.000    0.000  0.002
 +
*LOCAL(1)        .NIST.          8 l  62  64  377    0.000    0.000  0.002
  
 
==Referensi==
 
==Referensi==
  
 
* http://www.brennan.id.au/09-Network_Time_Protocol.html
 
* http://www.brennan.id.au/09-Network_Time_Protocol.html
 +
* http://ubuntuforums.org/showthread.php?t=579418
  
 
==Pranala Menarik==
 
==Pranala Menarik==
Line 30: Line 46:
 
* [[NTP: Set waktu mengunakan ntpdate]]
 
* [[NTP: Set waktu mengunakan ntpdate]]
 
* [[NTP: Setup NTP Server Lokal]]
 
* [[NTP: Setup NTP Server Lokal]]
 +
* [[Waktu date menggunakan command line]]

Latest revision as of 14:59, 11 March 2012

Instalasi NTP seperti biasa. Kemudian, edit

vi /etc/ntp.conf

Tambahkan

server 127.127.1.1
fudge 127.127.1.1 stratum 8 refid NIST
restrict default notrust nomodify
restrict 127.127.0.0 mask 255.255.0.0 nomodify
driftfile       /var/lib/ntp/drift
broadcastdelay  0.008
keys            /etc/ntp/keys

Restart

/etc/init.d/ntp restart

Check Menggunakan

Gunakan perintah

watch ntpq -c lpee

akan tampak pada layar

     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 192.168.0.255   .BCST.          16 u    -   64    0    0.000    0.000   0.002
*LOCAL(1)        .NIST.           8 l   62   64  377    0.000    0.000   0.002

Referensi

Pranala Menarik