Hacker News new | ask | show | jobs
by howard941 2846 days ago
Do you get something at http://pool.ntp.org ? My blowser times out as does telnetting to port 80
1 comments

ntp is UDP so telnet isn't going to work. Try this:

$ ntpdate -d pool.ntp.org

Thanks. The URL's protocol element threw me for a loop.