On Aug 7, 2007, at 15:55, Chuck Swiger wrote:

> I gather that you didn't realize that BIND returns a different group
> of IPs with each query already; if you run "dig 0.pool.ntp.org"
> several times against a (properly functioning) nameserver, you should
> get a different set of IPs each time.

Really?

[EMAIL PROTECTED] ~]$ dig 0.pool.ntp.org | grep ^0.pool | awk '{print $5}' |  
sort  > /tmp/1
[EMAIL PROTECTED] ~]$ dig 0.pool.ntp.org | grep ^0.pool | awk '{print $5}' |  
sort  > /tmp/2
[EMAIL PROTECTED] ~]$ diff /tmp/1 /tmp/2
[EMAIL PROTECTED] ~]$


  - ask

-- 
http://develooper.com/ - http://askask.com/


_______________________________________________
timekeepers mailing list
[email protected]
https://fortytwo.ch/mailman/cgi-bin/listinfo/timekeepers

Reply via email to