21.01.2023, 10:03
Hello
How to check the NTP port open or not in the LM?
How to check the NTP port open or not in the LM?
Best Regards,
Check NTP port opened
|
23.01.2023, 08:06
Use this test script:
Code: res = io.readproc('ntpd -dnq -p 0.europe.pool.ntp.org 2>&1')
24.01.2023, 14:08
Thanks admin
if Port opened I should get something like this: Code: * string: ntpd: '0.europe.pool.ntp.org' is 194.58.200.20
Best Regards,
24.01.2023, 14:09
Yes, this is a correct response when NTP server can be reached.
|
« Next Oldest | Next Newest »
|