Project

General

Profile

Actions

Support #578

closed
DC DC

Install NTP on FreeBSD

Support #578: Install NTP on FreeBSD

Added by Daniel Curtis almost 11 years ago. Updated over 10 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:12 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.

DC Updated by Daniel Curtis almost 11 years ago Actions #1

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

DC Updated by Daniel Curtis over 10 years ago Actions #2

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

Also available in: PDF Atom