From d8659670b9243d9457654c98c4de09c4d39c1a8d Mon Sep 17 00:00:00 2001 From: mtrossevin Date: Fri, 18 Nov 2022 17:46:18 +0100 Subject: [PATCH] =?UTF-8?q?remplace=20la=20requ=C3=AAte=20avec=20ntpdc=20(?= =?UTF-8?q?obsolete=20et=20d=C3=A9sactiv=C3=A9=20par=20d=C3=A9faut=20dans?= =?UTF-8?q?=20les=20nouvelles=20versions=20de=20ntpd)=20par=20=C3=A9quival?= =?UTF-8?q?ent=20ntpq=20pour=20list=C3=A9=20les=20clients?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoNTP.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/HowtoNTP.md b/HowtoNTP.md index 365ff9f6..79dd519d 100644 --- a/HowtoNTP.md +++ b/HowtoNTP.md @@ -92,14 +92,14 @@ restrict ::1 On peut voir la liste des clients qui se connectent au serveur via : ~~~ -# ntpdc -c monlist -remote address port local address count m ver rstr avgint lstint -================================================================================ -server1.example.com 41342 192.0.43.123 6404 3 4 1d0 27 2 -server2.example.com 34764 192.0.43.123 6412 3 4 1d0 27 2 -server3.example.com 44168 192.0.43.123 6970 3 4 1d0 25 10 -server4.example.com 58051 192.0.43.123 2495 3 4 1d0 70 16 -server5.example.com 123 192.0.43.123 2640 3 4 1d0 66 30 +# ntpq -c mrulist +lstint avgint rstr r m v count rport remote address +============================================================================== + 2 27 1d0 . 3 4 6404 41342 server1.example.com + 2 27 1d0 . 3 4 6412 34764 server2.example.com + 10 25 1d0 . 3 4 6970 44168 server3.example.com + 16 70 1d0 . 3 4 2495 58051 server4.example.com + 30 66 1d0 . 3 4 2640 123 server5.example.com ~~~