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@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@centos.org http://lists.centos.org/mailman/listinfo/centos
-- ===================== Marcus Tulio T. Carvalho Telemacro Sistemas e Serviços =====================
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
I believe this is the command you are after
[root@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@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@centos.org http://lists.centos.org/mailman/listinfo/centos