====== Network Time Protocol ====== Para sincronizar data e hora do servidor NTP. ===== Instalação ===== ==== CentOS ==== # yum install ntp ==== Debian ==== # apt-get install ntp ntpdate ===== Configuração ===== # ntpdate ntp.ufrj.br Editar o arquivo ''/etc/ntp/ntp.conf'' e acrescentar: server ntp.ufrj.br iburst Não é necessário configurar as outras linhas. Liberar a porta ''123'' (UDP) do firewall para saída, se for o caso. ==== CentOS ==== # chkconfig ntpd on ==== Debian ==== # service ntp on