Network Time Protocol, is a protocol to synchronize the time clocks of every operating system over TCP(UDP)/IP. Here I am going to explain shortly how it is installed in a server and clients, over Debian Etch operating system.
installation:
elite:~# apt-get install ntp ntpdate ntp-server ntp-simple
Leyendo lista de paquetes... Hecho
Creando árbol de dependencias... Hecho
Paquetes sugeridos:
ntp-doc
Se instalarán los siguientes paquetes NUEVOS:
ntp ntp-server ntp-simple ntpdate
0 actualizados, 4 se instalarán, 0 para eliminar y 3 no actualizados.
Necesito descargar 449kB de archivos.
Se utilizarán 1098kB de espacio de disco adicional después de desempaquetar.
Let modyfy following aspects in config file, /etc/ntp.conf:
Uncomment the line: logfile /var/log/ntpd. If we want to log the service.
Add root our root server. It is optional, the pool configured is totally operative:
server chronos.bulma.net
server es.pool.ntp.org
server ntp.obspm.fr
server ntp.cs.strath.ac.uk
server europe.pool.ntp.org
server pool.ntp.org
We can manage the NTP daemon with the script: /etc/init.d/ntp restart
I want to warn you in follow three points, when you first getting up the service:
It takes log time to sinchronize (~30min in my server), during this time not runs.
If we want the service as server, it do not serve the time until its synchrnization.
Maybe we must open our firewall in 123 TCP/UDP port. Or making NAT in output server, it depends on our network configuration.
We can test it with the following tools:
ntpq –pn: Show what servers it synchronioze with.
ntptrace –n: Show which serves the time to our server, our server stratum etc.
Bueno, pues este es mi primer artículo en este blog, después de dos semanas estudiando la administración de WordPress, instalando, modificando y traduciendo el tema,... Quiero dejar defnitivamente marcada la fecha de inaguración de este blog: 21 de Septiembre de 2007.
Los objetivos marcados para este proyecto serán:
Temas a tratar estrictamente profesionales: Sistemas de información.
Tres subcategorías importantes: Sistemas, y en un futuro Desarrollo y Gestión.
Con herramientas y tecnologías basadas en Está¡ndares Abiertos, Software Libre y Open Source.
Mantener una regularidad en la publicación: cadencia mínima de 3 artículos semanales (empezamos por 2).
Extensión máxima de los artículos de 1 folio (tipo mini-howto como mucho).
Los objetivos respecto al lector serán:
Resolver problemas técnicos.
Comentar técnicas utilizadas para instalar ó administrar ó utilizar las diferentes tecnologÃas de los SIs.
Realimentación con aporte de ideas de los lectores a través de los comentarios.
Incentivar cualquier tipo de debate técnico.
En fin, agradeceros que leais mis palabras, y espero que encontreis lo que buscais,
Un saludo,
Juan Antonio García Lebrijo
Well, this is my first post in this blog, after two weeks studing the WordPress administration, installing, modifiying and translating the template,... I want declare the start date of this blog: 2007, 21th of September.
The initial objectives of this project wil be:
Only professional discussions: Information Systems.
Three important subcategories: Systems, and in the future Development and IT Management.
Open Systems and Standard based tools, such as Free Software and Open Source.
Post Minium frecuency of two post published per week.
Post Maxium extension of one sheet (like mini-howtos).
The targets towards the reader will be:
Solving technical problems, as I can.
Commenting actual Techiques fot instaling, administering and using the Information System Technologies.
Hearing readers ideas through the comments of the posts.
Making any technical discussion.
At last, thank for reading my words, and I hope you wil find what you are searching for.
Best regards,
Juan Antonio García Lebrijo