I am running my pfSense gateway in a ESXi server. right now the server gets its time from the NTP server specified in the general settings section of the WebGUI.
I want to disable this so pfSense will only get its time from the local system which is controlled by VMware which is being sync to a local NTP server.
If I look at the FreeBSD manual it talks about changing the value of ntpdate_enable = YES
to ntpdate_enable = NO
in /etc/rc.conf.
Does this apply to pfSense also?
Oh yeah, here is what I was looking at. FreeBSD Handbook
Just remove the NTP server under System>General Setup. You can't use any of the rc stuff from stock FreeBSD.
An old thread I know, but for the benefit of anyone else landing here I found (in pfSense 2.2 anyway) that you still have to enter a timeserver but if you tick the "noselect" box against every timeserver you will completely disable NTP.
Unfortunately that also prevents pfSense acting as an NTP server so you can't use it as the time server on you local networks, which is inconvenient as it's likely to be the only server with access to all VLANs.
Our pfSense firewalls are virtualized and get accurate time from the hypervisor (a similar scenario to the OP, although we use Proxmox rather than ESXi). For the moment I have reverted to NTP synchronization with the hypervisor.