Blogia
tecnolakis

Configuracion NTP Linux

Se debe disponer de salida a  interner  o  por   proxy seteando variables 

export https_proxy=https://1.1.1.196:xxxx/

export http_proxy=http://1.1.1.196:xxxx/

 

Instalar  el modulo

yum install ntp

 

Resguardar el archivo de instalacion

 

cp  /etc/ntp.conf /etc/ntp.conf1

Editar el archivo de configuracion

vi /etc/ntp.conf

-----------------------------------------------------------------# Use public servers from the pool.ntp.org project.# Please consider joining the pool (http://www.pool.ntp.org/join.html).

#server 0.rhel.pool.ntp.org iburst

#server 1.rhel.pool.ntp.org iburst

#server 2.rhel.pool.ntp.org iburst

#server 3.rhel.pool.ntp.org iburst

#server 10.30.10.247 preferserver 10.130.0.68 prefer

agregar  el  server de controlador de dominio  o  el que se utilice  como referencia de hora

 

Poner  enable  a NTP

timedatectl set-ntp true
systemctl enable ntpd

 

timedatectl

 

Levantar servicios

systemctl start ntpd

systemctl status ntpd

Verificar el  estado de la sincronizacion

ntpq -p

ntpstat

Controlar  la   sincronizacion con

 

timedatectl

0 comentarios