Permite configurar um servidor ntp na rede e restrição de sincronização por redes.
# ARQUIVO DE COMPENSACAO DE HORA
driftfile /var/lib/ntp/ntp.drift
# DIRETORIO DE STATUS
statsdir /var/log/ntpstats/
# SERVIDORES PARA SINCRONIZAR HORA
server a.ntp.br iburst
server b.ntp.br iburst
server c.ntp.br iburst
# SERVIDORES LIBERADOS PARA SINCRONIZAR
restrict a.ntp.br
restrict b.ntp.br
restrict c.ntp.br
# POLITICA PADRAO DO SERVIDOR
restrict default nomodify notrap ignore
# REDES LIBERADAS PARA SINCRONIZAR NESTE SERVIDOR
restrict 127.0.0.1
restrict 30.0.0.0 mask 255.255.255.0 nomodify notrap
restrict 40.0.0.0 mask 255.255.255.0 nomodify notrap
restrict 50.0.0.0 mask 255.255.255.0 nomodify notrap