Debian Linux 要跟 NTP Server 更新時間,通常會使用 ntpdate,但是最近連接的 NTP Server 常常 timeout 怎麼辦?
閱讀全文〈Debian Linux 更新日期時間 ntpdate〉
個人筆記, 記錄關於 系統、程式、新聞 與 日常生活 等資訊
Debian Linux 要跟 NTP Server 更新時間,通常會使用 ntpdate,但是最近連接的 NTP Server 常常 timeout 怎麼辦?
閱讀全文〈Debian Linux 更新日期時間 ntpdate〉
NTP 預設的設定都已經是跑 127.0.0.1 和 ::1, 不知為何之前放大攻擊還是有被打到~
restrict 127.0.0.1 restrict ::1
NTP (Network Time Protocol) 是網路校時的服務, 可以將系統時間同步, 避免誤差值, 執行時會使用 UDP Port 123. (The Network Time Protocol, or NTP, syncs time between machines on the network, and runs over port 123 UDP)
近日 NTP 被拿來亂 DDoS 的新聞搞的很大, 但是不少人只看新聞標題就造成誤會, 以為 NTP Server 有問題會被攻擊, 所以來做點小整理.