1
0
Fork 0
mirror of https://gitlab.com/netravnen/NetworkLabNotes.git synced 2024-06-23 10:59:03 +00:00
NetworkLabNotes/chapter/ntp.tex

23 lines
663 B
TeX
Raw Normal View History

2017-06-01 21:48:34 +00:00
\chapter{NTP}
\gls{ntp} is the source of all evil and \gls{sla}. A network wide source of time configuration for all network nodes, servers, clients etc. is necessary.
2017-06-01 18:41:55 +00:00
2017-06-01 22:14:20 +00:00
\textbf{Configure timezone}\\In this case it\tsq{s} for \gls{metdst}\textbf{:}
\begin{txt}
clock timezone MET 1 0
clock summer-time MET-DST recurring last Sun Mar 2:00 last Sun Oct 3:00
\end{txt}
\textbf{Configure used timezone}\\when doing logging and debugging operations\textbf{:}
\begin{txt}
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
\end{txt}
2017-06-01 18:41:55 +00:00
\section{The old NTP from \tsq{85}}
\section{Secure NTP}