Dnia 24-07-2007, Wt o godzinie 12:57 +0200, marteen napisał(a): > ...serwer czasu dla komputerow z sieci lokalnej. > Chcialbym zeby ten komputer synchronizowal sie poprzez rdate z serwerem > vega.cbk.poznan.pl a potem z nim synchronizowalyby sie wszystkie stacje > robocze z WIN XP (serwer WIN2003server) i serwery linuxowe ktore maja dostep > do internetu tylko w czasie aktualizacji.
serwer ~]# rpm -qa | grep ntp ntp-client-4.2.0-19 ntp-4.2.0-19 serwer ~]# cat /etc/ntp/ntp.conf | grep -v ^# | grep -v ^$ statsdir /var/log/ntpstats/ statistics loopstats peerstats clockstats filegen loopstats file loopstats type day enable filegen peerstats file peerstats type day enable filegen clockstats file clockstats type day enable server smtp.certum.pl prefer server 127.127.1.0 fudge 127.127.1.0 stratum 0 driftfile /etc/ntp/drift disable auth na windows: rem ustawienie ntp sc config w32time start= auto net time /setsntp:192.168.0.1 net start w32time w32tm /resync /nowait rem end ntp na stacjach linuxowych: ntp-client -- Michał Panasiewicz Linux user nr. #425323 - jabber: wolvverine [ at ] chrome [ dot ] pl || e-mail: wolvverine [ at ] tlen [ dot ] pl , wolvverine [ at ] pld-linux [ dot ] org http://www.linkomp.pl - Linkomp - Usługi informatyczne dla firm - biuro [ at ] linkomp [ dot ] pl _______________________________________________ pld-users-pl mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-users-pl
