Hello I am currently working on time synchronisation in wireless sensor networks. I am using meinberg ntp software but i am having some small complications about ntp time server. It does not provide time to the clients and i dont know why such is happening.
Below is the ntp configuration file # NTP Network Time Protocol # **** ATTENTION ****: *You have to restart the NTP service when you change this file to activate the changes* # PLEASE CHECK THIS FILE CAREFULLY AND MODIFY IT IF REQUIRED # Configuration File created by Windows Binary Distribution Installer Rev.: 1.26 mbg # please check http://www.ntp.org for additional documentation and background information # Use drift file # your local system clock, should be used as a backup # (this is only useful if you need to distribute time no matter how good or bad it is) server 127.127.1.1 # but it operates at a high stratum level to let the clients know and force them to # use any other timesource they may have. fudge 127.127.1.1 stratum 12 #driftfile /etc/ntp.drift driftfile "C:\Program Files\NTP\etc\ntp.drift" multicastclient 224.0.1.1 broadcastdelay 0.008 broadcastclient # Use a NTP server from the ntp pool project (see http://www.pool.ntp.org) peer ns1.savonia.fi peer ntp.a-lab.fi iburst # allow localhost restrict 127.0.0.1 restrict 192.168.3.189 restrict 192.168.0.0 # Please note that you need at least four different servers to be at least protected against #peer 192.168.3.189 #restrict 192.168.3.189 mask 255.255.255.255 nomodify notrap noquery server 192.168.3.100/24 restrict 192.168.3.100 mask 255.255.255.255 nomodify notrap noquery #accept packets from restrict 192.168.3.100 mask 255.255.255.0 nomodify notrap restrict 192.168.3.101 mask 255.255.255.0 nomodify notrap # one falseticker. If you only rely on internet time, it is highly recommended to add # additional servers here. # The 'iburst' keyword speeds up initial synchronization, please check the documentation for more details! server 0.fi.pool.ntp.org minipoll 10 iburst server 1.fi.pool.ntp.org minpoll 10 iburst #server 2.fi.pool.ntp.org iburst #server 1.se.pool.ntp.org iburst #server 0.de.pool.ntp.org iburst # End of generated ntp.conf --- Please edit this to suite your needs ########################################################### #Section insert by NTP Time Server Monitor 30.8.2011 enable stats statsdir "C:\Program Files\NTP\etc\" statistics loopstats ########################################################### State Remote Refid Stratum Type When Poll Reach Delay Offset Jitter LOCAL(1) LOCL 12 Local clock 11 64 007 0.000 0.000 0.001 193.167.78.100 194.100.2.194 2 Unicast server 9 64 007 0.779 -16.005 3.750 * 212.213.168.140 130.149.17.8 2 Unicast server 11 64 007 15.474 -19.101 3.175 + 80.75.100.83 212.68.17.195 3 Unicast server 122 1024 001 8.805 -20.678 0.454 Kindly help me to resolve this problem. Thanks _______________________________________________ questions mailing list [email protected] http://lists.ntp.org/listinfo/questions
