On 4/8/07, Reza Muhammad <[EMAIL PROTECTED]> wrote:
...
Even though it seems to be working, I still can't get the date to sync from 
clients.

You're running ntpd or ntpdate on the clients with 192.168.1.1 as their server?


When I try to telnet to 192.168.1.1 on port 123, it says "Connection Refused".

The NTP protocol is only used with UDP and not with TCP.  As such, you
can't connect to it with telnet.  To see whether the server is
listening for UDP packets on port 123, use "netstat -f inet -na | grep
"udp.*\.123".  If it is indeed listening and yet ntpdate doesn't work
on the clients, then check your PF rules to verify that the packets
are being let through in both directions.


Philip Guenther

Reply via email to