nurr wrote: > On 11 Mar, 11:51, [EMAIL PROTECTED] (Danny Mayer) wrote: >> nurr wrote: >>> hi, >>> I'm the new in NTP. Can please anybody give me the guide how to >>> setup ntp server and client? >> Start here:http://ntp.isc.org/bin/view/Support/GettingStarted >> >> After that, if you still have questions come back here and ask. >> >> Danny >> _______________________________________________ >> questions mailing list >> [EMAIL PROTECTED]://lists.ntp.isc.org/mailman/listinfo/questions > > thanks. I tried to configure my ntp server (actually on IPv6--- dual > stack network) Below are my /etc/ntp.conf (I'm using FreeBSD). > > ntpdate_enable="YES" > xntpd_enable="YES" > xntpd_flags="-p /var/run/ntpd.pid -g -N high" > > where as in /etc/ntp.conf my contens are as below: > > driftfile /etc/ntp.drift > server ntp.hexago.com > server ntp6.remco.org > server ntp.rhrk.uni-kl.de > > > when i tried to start ntp by using coomand ntpd -c peers, the result > displayed : > # ntpdc -c peers > ***Server reports data not found > # >
Add iburst to each of the server lines, that will get quick synchronization. Do you have a firewall and is it allowing packets to/from 123/UDP? What's your O/S and what version on ntpd are you running? ntpq -c rv will tell you that. Also use ntpq -p to see the list of servers rather than using ntpdc. Wait 20 minutes before interrogating your server for synchronization. Also, use dig to make sure that you can find the servers. These look like they are a mixture of IPv4 and IPv6 addresses so you need to make sure not only that your firewall supports IPv6 but also your ISP does too. Not all provides know about IPv6! Danny _______________________________________________ questions mailing list questions@lists.ntp.isc.org https://lists.ntp.isc.org/mailman/listinfo/questions