Just install Proxmox on 3 nodes, and everyone has a different time.
1.- Remove the pads in the following document:
$ cat /etc/systemd/timesyncd.conf
2.- Restart the service with:
$ systemctl restart systemd-timesyncd.service
3.- When requesting status:
$ timedatectl status
Before requesting help in the forum, I exhaust my possibilities.
I thought it would be the Firewall. To my surprise I discovered that the problem is that my ISP (it is an international business network) has blocked the ports for the NTP.
I hope you can help me. Do you know how I can synchronize the time on my nodes? Do you know if there is an alternative?
Note: try to set the manual time, but it is impossible that all three nodes remain the same...
Thanks!
1.- Remove the pads in the following document:
$ cat /etc/systemd/timesyncd.conf
[Time]
NTP = time.cloudflare.com
FallbackNTP = 0.debian.pool.ntp.org 1.debian.pool.ntp.org 2.debian.pool.ntp.org 3.debian.pool.ntp.org
RootDistanceMaxSec = 5
PollIntervalMinSec = 32
PollIntervalMaxSec = 2048
2.- Restart the service with:
$ systemctl restart systemd-timesyncd.service
● systemd-timesyncd.service - Network Time Synchronization
Loaded: loaded (/lib/systemd/system/systemd-timesyncd.service; enabled; vendor preset: enabled)
Drop-In: /usr/lib/systemd/system/systemd-timesyncd.service.d
└─disable-with-time-daemon.conf
Active: active (running) since Tue 2019-12-17 15:38:59 CST; 1h 15min ago
Docs: man: systemd-timesyncd.service (8)
Main PID: 837 (systemd-timesyn)
Status: "Idle."
Tasks: 2 (limit: 4915)
Memory: 2.0M
CGroup: /system.slice/systemd-timesyncd.service
└─837 / lib / systemd / systemd-timesyncd
Dec 17 16:15:31 falcon1 systemd-timesyncd [837]: Timed out waiting for reply from 162.159.200.123:123 (time.cloudflare.com).
Dec 17 16:49:49 falcon1 systemd-timesyncd [837]: Timed out waiting for reply from 162.159.200.123:123 (time.cloudflare.com).
Dec 17 16:49:59 falcon1 systemd-timesyncd [837]: Timed out waiting for reply from 162.159.200.1:123 (time.cloudflare.com).
3.- When requesting status:
$ timedatectl status
Local time: Tue 2019-12-17 17:01:55 CST
Universal time: Tue 2019-12-17 23:01:55 UTC
RTC time: Tue 2019-12-17 23:01:55
Time zone: America / Mexico_City (CST, -0600)
System clock synchronized: no
NTP service: active
RTC in local TZ: no
Before requesting help in the forum, I exhaust my possibilities.
I thought it would be the Firewall. To my surprise I discovered that the problem is that my ISP (it is an international business network) has blocked the ports for the NTP.
I hope you can help me. Do you know how I can synchronize the time on my nodes? Do you know if there is an alternative?
Note: try to set the manual time, but it is impossible that all three nodes remain the same...
Thanks!