Arpith Nayak wrote:
> Also, does ntpd search for an NTP server in the network
>  accessible by it if no server is specified?
> Can we implement this functionality if not available?

You can do something like:
# ALL (Clients and/or Servers)
tos cohort 1 orphan 11
restrict default limited kod nomodify notrap
restrict 127.0.0.1
restrict source nomodify
keys "/etc/ntp.keys" # e.g. contains: 123 M YOUR_MD5_KEY
trustedkey 123
manycastserver  224.0.1.1
manycastclient  224.0.1.1 key 123 preempt
multicastclient 224.0.1.1 key 123 preempt
broadcastclient

-- 
E-Mail Sent to this address <blackl...@anitech-systems.com>
  will be added to the BlackLists.

_______________________________________________
questions mailing list
questions@lists.ntp.org
http://lists.ntp.org/listinfo/questions

Reply via email to