Project

General

Profile

Support #578

Install NTP on FreeBSD

Added by Daniel Curtis about 9 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Network Time Server
Target version:
Start date:
03/06/2015
Due date:
% Done:

100%

Estimated time:
0.20 h
Spent time:

Description

This is a simple guide for setting up network time on FreeBSD.

  • Update the system:
    pkg update && pkg upgrade
    
  • Install NTP:
    pkg install ntp
    
  • Edit the ntp config file:
    vi /etc/ntp.conf
    
    • NOTE: The default configuration is fine for getting started immediately.
  • Start and enable ntp at boot:
    echo 'ntpdate_enable="YES"' >> /etc/rc.conf
    

NOTE: Setting time via NTP will not work in a jail, since the jail will get the time from the host system.

#1

Updated by Daniel Curtis about 9 years ago

  • Description updated (diff)
  • Status changed from New to Resolved
  • % Done changed from 0 to 100
#2

Updated by Daniel Curtis about 9 years ago

  • Description updated (diff)
  • Status changed from Resolved to Closed

Also available in: Atom PDF