set time in Linux client

  • Follow


How can I set ntp Linux client to retrieve time from my ntp internal
service ?

By ntpd service in /etc/init.d or by inserting 'ntpd' in crontab ?

0
Reply ric.castellani (77) 1/5/2011 12:05:53 PM

On 2011-01-05, RICCARDO <ric.castellani@alice.it> wrote:
> How can I set ntp Linux client to retrieve time from my ntp internal
> service ?

You had better tell us what this means. What is "my ntp internal
service"? What ntp client.
>
> By ntpd service in /etc/init.d or by inserting 'ntpd' in crontab ?
The prefered way is to run the ntpd daemon ( and init.d is a good place
to start it).
>
0
Reply unruh 1/6/2011 6:39:32 AM


unruh wrote:
> On 2011-01-05, RICCARDO <ric.castellani@alice.it> wrote:
>> How can I set ntp Linux client to retrieve time from my ntp internal
>> service ?
> 
> You had better tell us what this means. What is "my ntp internal
> service"? What ntp client.

I suspect he means the intranet NTP server, which, unfortunately may be 
w32time configured so as not to be an NTP server (i.e. out of the box).

>> By ntpd service in /etc/init.d or by inserting 'ntpd' in crontab ?
> The prefered way is to run the ntpd daemon ( and init.d is a good place
> to start it).
0
Reply David 1/6/2011 10:10:25 PM

RICCARDO wrote:
> How can I set ntp Linux client to retrieve time from my
>  ntp internal service ?
> By ntpd service in /etc/init.d or by inserting 'ntpd' in crontab ?

ntpd as a service


ntp.conf e.g.:

tos cohort 1 orphan 11

restrict source

server ntp.alice.it iburst prefer

# pool it.pool.ntp.org iburst
# pool europe.pool.ntp.org iburst


-- 
E-Mail Sent to this address <BlackList@Anitech-Systems.com>
  will be added to the BlackLists.
0
Reply E 1/7/2011 12:03:17 AM

David Woolley wrote:
> I suspect he means the intranet NTP server, which,
>  unfortunately may be w32time configured so as not
>  to be an NTP server (i.e. out of the box).

(Shrug)

<http://uptime.netcraft.com/up/graph?site=ntp.alice.it>
 Some flavor of BSDi on VM in an appliance?
 It appears to have NTPd 4.1.2 ?

-- 
E-Mail Sent to this address <BlackList@Anitech-Systems.com>
  will be added to the BlackLists.
0
Reply E 1/7/2011 12:16:11 AM

E-Mail Sent to this address will be added to the BlackLists wrote:

> tos cohort 1 orphan 11
> 

This is as bad as defining the local clock in stock configurations.  Any 
configuration that does fall back to stratum 16 should only be used as 
an informed decision, and never on a pure leaf node.
0
Reply David 1/7/2011 7:42:58 AM

5 Replies
376 Views

(page loaded in 0.069 seconds)

Similiar Articles:













7/23/2012 4:58:17 PM


Reply: