Saya membiasakan diri untuk menyelaraskan jam sistem ke server publik di Internet, tapi setiap kali melakukan hal ini ketika tersambung melalui FastNet:
hmm, kita coba dengan opsi -u:$ sudo ntpdate pool.ntp.org
11 Dec 21:43:57 ntpdate[15025]: no server suitable for synchronization found
dan kalau kita baca manual ntpdate:$ sudo ntpdate -u pool.ntp.org
11 Dec 21:44:14 ntpdate[15037]: step time server 202.152.241.82 offset 1.243349 sec
lalu untuk membuat opsi tersebut default, sunting saja /etc/default/ntpdate:-u Direct ntpdate to use an unprivileged port for outgoing packets.
This is most useful when behind a firewall that blocks incoming
traffic to privileged ports, and you want to synchronise with
hosts beyond the firewall. Note that the -d option always uses
unprivileged ports.
Don't worry, be happy!NTPOPTIONS="-u"
1 comment:
Sebagai alternatif dari pool.ntp.org, mungkin lebih baik pakai id.pool.ntp.org (pool server-server di Indonesia) atau asia.pool.ntp.org (pool server-server di Asia).
Post a Comment