ntp is a bitch.

== run as server ==

 apt-get install ntp

 vim /etc/ntp.conf

 #add:
 server 127.127.1.0
 fudge 127.127.1.0 stratum 10
 #restrict -4 default kod notrap nomodify nopeer noquery #comment this
 #restrict -6 default kod notrap nomodify nopeer noquery
 restrict -4 default kod notrap nomodify
 restrict -6 default kod notrap nomodify

== sync with gps==
http://www.rjsystems.nl/en/2100-ntpd-garmin-gps-18-lvc-gpsd.php



==time sync scripts used in lunaclient==
 https://gist.github.com/c2h2/6067846


==NTP in multicast mode==

[[ntp_in_multicast mode]]

==Feeding NTPD from GPSD==

[[ntp_with_gps]]