![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| connecting my server to comcast | mcraul | UNIX for Dummies Questions & Answers | 0 | 04-29-2008 08:19 AM |
| connecting UNIX/Linux to NTP server | learn82 | UNIX for Advanced & Expert Users | 1 | 04-10-2008 06:00 AM |
| Connecting to SUN server from PC | zam | UNIX for Dummies Questions & Answers | 33 | 09-02-2007 10:04 PM |
| How To Provide Time Sync Using Nts-150 Time Server On Unix Network? | pesty | UNIX for Advanced & Expert Users | 2 | 03-21-2007 10:20 PM |
| Connecting to an Exchange Server | camerja1 | Windows & DOS: Issues & Discussions | 2 | 08-05-2002 08:31 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Connecting to time server
Hi there,
My unix box is behind a firewall and I have no access to the firewall, it is currently having time problems so I want to point it at a time server outside of the firewall to keep it's time accurate. Can anyone think of a way to test connectivity to the time server over port 123 for NTP. I've tried telnet <timeserver> 123 although not understanding NTP I'm not sure of a way to check. Anyone have any suggestions? Cheers, H. |
| Forum Sponsor | ||
|
|
|
|||
|
telnet doesn't support the ntp protocol, AFAIK.
You need ntpd which is a freebie - http://www.pool.ntp.org/ Read the how to use page first. |
|
|||
|
Quote:
|
|
|||
|
Thanks for that - it turns out that it didn't have access.Will have to get someone to change the firewall settings. Another way I was told by a networking guy is to run ntpdate -d (in debugging mode)
from the man page:- -d Enable the debugging mode, in which ntpdate will go through all the steps, but not adjust the local clock. Information useful for general debugging will also be printed. Many thanks! H. |