mar 192012
 
Para instalar e configurar um servidor NTP no FreeBSD, siga os seguintes passos:

Atualize o portsnap

portsnap fetch update

Instale o OpenNTPD

cd /usr/ports/net/openntpd
make install clean

Adicione os servidores para referência no arquivo de configuração

ee /usr/local/etc/ntpd.conf

O arquivo deverá ter o seguinte conteúdo

# $FreeBSD: ports/net/openntpd/files/ntpd.conf,v 1.1 2009/08/03 13:58:59 naddy Exp $
# sample ntpd configuration file, see ntpd.conf(5)

# Addresses to listen on (ntpd does not listen by default)
#listen on *

# sync to a single server
#server ntp.example.org
server a.ntp.br
server b.ntp.br
server c.ntp.br

# use a random selection of NTP Pool Time Servers
# see http://support.ntp.org/bin/view/Servers/NTPPoolServers
servers pool.ntp.org

Habilite o OpenNTPD no rc.conf

ee /etc/rc.conf

O arquivo deverá conter a linha

openntpd_enable="YES"

Inicie o serviço

/usr/local/etc/rc.d/openntpd start

O servidor NTP está configurado!

————————————————————————————–

Para sincronizar a data/hora no cliente, utilize o seguinte comando

ntpdate -u ip_do_servidor

 Leave a Reply

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

(required)

(required)