Let me explain a little...
I read (and know) that
Proxmox VE include
NTP Client (not server) installed and work fine to me, I'm create a
debian 9 container to install
NTP Server, but there is a problem with that:
Apr 11 08:58:00 ns1 ntpd[482]: start_kern_loop: ntp_loopfilter.c line 1119: ntp_adjtime: Operation not permitted
Apr 11 08:58:00 ns1 ntpd[482]: set_freq: ntp_loopfilter.c line 1082: ntp_adjtime: Operation not permitted
I'm search and found that there is a problem with a containers because they get a time from host and can't have the posibility to change hardware time (or something like that) one of the links
https://forum.proxmox.com/threads/vm-time-server-on-proxmox4-step-systime-problem.27831/. In my environment, I don't wan't the container get and change time, just I need it work as
NTP Server for my LAN machines, to sync time from internet servers the
Proxmox VE are the responsible.
The solution to make a container work without this error is difficult to me and I think that this bring with it troubles.
That's why I have make this question "
Proxmox VE as NTP Server"
Nevertheless, if anyone have an easy solution for my problem, I prefer use a
container as
NTP Server than have to use my
Proxmox VE to that.
If have any way to uninstall
NTP client and install
NTP server on Proxmox VE, I want to know the
right way to do that (maybe that is simple, just uninstall
something and install
ntp).