Re: ntpd connection problems

2004-02-06 Thread Michael Dominok
On Fri, 2004-02-06 at 02:04, Matthew Daubenspeck wrote:
 I have ntp-simple installed on one debian woody server syncing time
 from a few external servers. I have several other debian woody servers
 trying to use ntpdate to set their local clocks from the server. It
 doesn't seem to be working. Here is what I have tried:

Well, can't help you with that but since you're distributing time from
one server to a bunch of others you could use ntpd's broadcasting
feature.
Saves a lot of overhead.

If you want to give it a try put 

# values for production environment
server your.primary.time.source minpoll 10 maxpoll 12
# t-online's time server in my case
#server ntp1.sul.t-online.de minpoll 10 maxpoll 12
broadcast 172.16.1.255 minpoll 10 
 
in your servers ntp.conf and (if i recall it right) either

enable bclient

or

broadcastclient

in your clients ntp.conf.

HTH 

Michael

-- 
Michael Dominok Tel.: +49 231 61048 - 42
natural computing GmbH  Fax.: +49 231 61048 - 40
Martener Strasse 535Mail: [EMAIL PROTECTED]
44379 Dortmund  http://www.natural-computing.de/



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ntpd connection problems

2004-02-06 Thread Debian User
On Fri, 2004-02-06 at 02:20, Michael Dominok wrote:
 On Fri, 2004-02-06 at 02:04, Matthew Daubenspeck wrote:
  I have ntp-simple installed on one debian woody server syncing time
  from a few external servers. I have several other debian woody servers
  trying to use ntpdate to set their local clocks from the server. It
  doesn't seem to be working. Here is what I have tried:

Had a similar problem, thought that every public ntpd server had shut
down since the list I was looking at went up.  Then I tried the redhat
sites and still no dice.  ntpdate liked pool.ntp.org, but couldn't deal
with the others...I think the package has a bug, but at least it will
work with that one site.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: ntpd connection problems

2004-02-06 Thread Andrew Schulman
 What do I have screwed up?

I'm not sure, but I'll bet that if you ask in comp.protocols.time.ntp,
someone there will know.

Good luck,
Andrew.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



ntpd connection problems

2004-02-05 Thread Matthew Daubenspeck
I have ntp-simple installed on one debian woody server syncing time
from a few external servers. I have several other debian woody servers
trying to use ntpdate to set their local clocks from the server. It
doesn't seem to be working. Here is what I have tried:

# ntpdate -q 172.17.0.1
server 172.17.0.1, stratum 3, offset 0.109778, delay 0.02586
 5 Feb 20:00:30 ntpdate[27109]: adjust time server 172.17.0.1 offset
 0.109778 sec

Which shows the server is working properly. However, when I try to set
the local clock, it fails:

# ntpdate 172.17.0.1
 5 Feb 20:01:10 ntpdate[27110]: no server suitable for synchronization
 found

Here is the -d debug output:

# ntpdate -d 172.17.0.1
 5 Feb 20:01:33 ntpdate[27111]: ntpdate 4.1.0 Mon Mar 25 23:39:50 UTC 2002 (2)
transmit(172.17.0.1)
receive(172.17.0.1)
transmit(172.17.0.1)
receive(172.17.0.1)
transmit(172.17.0.1)
receive(172.17.0.1)
transmit(172.17.0.1)
receive(172.17.0.1)
transmit(172.17.0.1)
server 172.17.0.1, port 123
stratum 3, precision -17, leap 00, trust 000
refid [192.168.1.1], delay 0.02588, dispersion 0.0
transmitted 4, in filter 4
reference time:c3cd65d1.984fc1df  Thu, Feb  5 2004 20:01:05.594
originate timestamp: c3cd65ee.0e089e34  Thu, Feb  5 2004 20:01:34.054
transmit timestamp:  c3cd65ed.f1300581  Thu, Feb  5 2004 20:01:33.942
filter delay:  0.02594  0.02589  0.02588  0.02588 
 0.0  0.0  0.0  0.0 
filter offset: 0.112553 0.112541 0.112532 0.112536
 0.00 0.00 0.00 0.00
delay 0.02588, dispersion 0.0
offset 0.112532

 5 Feb 20:01:33 ntpdate[27111]: adjust time server 172.17.0.1 offset 0.112532 sec

What do I have screwed up? Thanks for the help.
-- 
:wq!

  Matthew Daubenspeck
  http://www.oddprocess.org


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]