Servidor Rellotge: Diferència entre les revisions
De Guifi.net - Wiki Català
Línia 10: | Línia 10: | ||
echo "restrict 10.0.0.0 mask 255.0.0.0 nomodify notrap" >> /etc/ntp.conf | echo "restrict 10.0.0.0 mask 255.0.0.0 nomodify notrap" >> /etc/ntp.conf | ||
− | -> | + | ->Iniciem el servidor i comprovem que s'ha sincronitzat correctament: |
/etc/init.d/ntp start | /etc/init.d/ntp start |
Revisió de 07:30, 28 nov 2010
Servidor de rellotge:
->Instal·lem el paquet
apt-get install ntp
->Permetim a les IPs de la xarxa accedir al servidor:
echo "#guifi.net users" >> /etc/ntp.conf echo "restrict 10.0.0.0 mask 255.0.0.0 nomodify notrap" >> /etc/ntp.conf
->Iniciem el servidor i comprovem que s'ha sincronitzat correctament:
/etc/init.d/ntp start ntpq -p
->Ja ho tenim llest. Si en algún moment volem utilitzar el servei des d'un altre equip, farem:
ntpdate -u ip_del_servidor
-> si no va és que cal instal·lar el ntp client al pc client:
apt-get -f install ntpdate
referències
...partint d'altres experiencies i manuals com: