Mon, 15 Oct 2007, by [EMAIL PROTECTED]: > I'm forwarding this question from a colleague of mine... > > She's trying to set up an ntp server one one box and ntp client on the > other box. > > The client seems to work fine because when pointing it to a public ntp > server, everything works. But when pointing to the internal ntp server, > connection is failed. > > As a test, the firewall has been disabled on the server. > > What else must be done to make the server an ntp server and accept > connections?
Can you confirm that the server is listening on other network addresses besides localhost? Use netstat or lsof # lsof -i @10.0.0.150:123 COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME ntpd 11723 ntp 24u IPv4 43916 UDP ferrets4me.xs4all.nl:123 Theo -- Theo v. Werkhoven Registered Linux user# 99872 http://counter.li.org ICBM 52 13 26N , 4 29 47E. + ICQ: 277217131 SUSE 10.2 + Jabber: [EMAIL PROTECTED] Kernel 2.6.20 + See headers for PGP/GPG info. Claimer: any email I receive will become my property. Disclaimers do not apply. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
