I thought I'd play with making my system an ntp server. I did the "service ntpd start" it started OK. on my laptop I did "ntpdate IP" and it says no server for sync found. My firewall has open ntp:udp What did I miss? Thanks, Jerry
Are you using openNTPD? 2006/4/7, Jerry Geis <geisj at pagestation.com>:> > I thought I'd play with making my system an ntp server. > > I did the "service ntpd start" it started OK. > > on my laptop I did "ntpdate IP" and it says no server for sync found. > > My firewall has open ntp:udp > > What did I miss? > > Thanks, > > Jerry > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos >-- ====================Marcus Tulio T. Carvalho Telemacro Sistemas e Servi?os ====================-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20060407/205f8f9e/attachment-0001.html>
On Fri, Apr 07, 2006 at 04:26:33PM -0400, Jerry Geis enlightened us:> I thought I'd play with making my system an ntp server. > > I did the "service ntpd start" it started OK. > > on my laptop I did "ntpdate IP" and it says no server for sync found. > > My firewall has open ntp:udp > > What did I miss? >The default configuration of ntpd does not allow for listening for clients. You'll have to modify ntp.conf if that's what you want it to do. Matt -- Matt Hyclak Department of Mathematics Department of Social Work Ohio University (740) 593-1263
I believe this is the command you are after [root at host1 ~]# ntpq -p remote refid st t when poll reach delay offset jitter =============================================================================*host2.safenz.ne 131.203.16.6 2 u 524 1024 377 1.534 0.147 0.022 LOCAL(0) LOCAL(0) 10 l 27 64 377 0.000 0.000 0.001 [root at host1 ~]# Jerry Geis wrote:> I thought I'd play with making my system an ntp server. > > I did the "service ntpd start" it started OK. > > on my laptop I did "ntpdate IP" and it says no server for sync found. > > My firewall has open ntp:udp > > What did I miss? > > Thanks, > > Jerry > > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos