FreePBX Time
set Time:
systemctl status ntpd
β ntpd.service - Network Time Service
Loaded: loaded (/usr/lib/systemd/system/ntpd.service; enabled; vendor preset: disabled)
Active: active (running) since Sat 2020-10-03 17:11:10 +0330; 1min 5s ago
Main PID: 36749 (ntpd)
CGroup: /system.slice/ntpd.service
ββ36749 /usr/sbin/ntpd -u ntp:ntp -g
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listen normally on 4 eth1 10.198.25.206 UDP 123
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listen normally on 5 eth2 172.22.106.50 UDP 123
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listen normally on 6 lo ::1 UDP 123
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listen normally on 7 eth2 fe80::20c:29ff:fe37:19d4 UDP 123
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listen normally on 8 eth1 fe80::20c:29ff:fe37:19ca UDP 123
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listen normally on 9 eth0 fe80::20c:29ff:fe37:19c0 UDP 123
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: Listening on routing socket on fd #26 for interface updates
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: 0.0.0.0 c016 06 restart
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: 0.0.0.0 c012 02 freq_set kernel 0.000 PPM
Oct 03 17:11:10 freepbx.mabnaco.local ntpd[36749]: 0.0.0.0 c011 01 freq_not_set
ntpdate -u -s 172.16.0.2
systemctl restart ntpd
Last updated
Was this helpful?