View Single Post
  #1   (View Single Post)  
Old 17th June 2008
map7 map7 is offline
Fdisk Soldier
 
Join Date: Jun 2008
Posts: 75
Default ntpd strata too high error

I've got an in house time server running ntpd and I know it's working as my phones update their time off my server. I'm running in to trouble when I try and update my workstation (running freebsd 7.0) to automatically update it's time from the server.

I type the following (192.168.200.1 is my time server):
# ntpdate -u -d 192.168.200.1

and I get this error:
Code:
 
16 Jun 16:25:41 ntpdate[30021]: ntpdate 4.2.4p4@1.1520-o Sun Mar 30 23:05:01 UTC 2008 (1)
Looking for host 192.168.200.1 and service ntp
host found : gw.lan
transmit(192.168.200.1)
receive(192.168.200.1)
transmit(192.168.200.1)
receive(192.168.200.1)
transmit(192.168.200.1)
receive(192.168.200.1)
transmit(192.168.200.1)
receive(192.168.200.1)
transmit(192.168.200.1)
192.168.200.1: Server dropped: strata too high
server 192.168.200.1, port 123
stratum 16, precision -31, leap 11, trust 000
refid [192.168.200.1], delay 0.02576, dispersion 0.00000
transmitted 4, in filter 4
reference time:    00000000.00000000  Thu, Feb  7 2036 17:28:16.000
originate timestamp: cc008551.a6656c92  Mon, Jun 16 2008 16:23:13.649
transmit timestamp:  cc0085e6.0c16dd26  Mon, Jun 16 2008 16:25:42.047
filter delay:  0.02591  0.02576  0.02579  0.02579
         0.00000  0.00000  0.00000  0.00000
filter offset: -148.397 -148.397 -148.397 -148.397
         0.000000 0.000000 0.000000 0.000000
delay 0.02576, dispersion 0.00000
offset -148.397329

16 Jun 16:25:42 ntpdate[30021]: no server suitable for synchronization found
I can reach that computer with ping and ssh to it. There is no firewall between my computer and that server which is blocking this service.

What am I missing?
Reply With Quote