1828481 Members
3184 Online
109978 Solutions
New Discussion

NTP server

 
PASTORELLI
New Member

NTP server

Hello,

i've a DS10 sever whith tru64 5.1B.
I want to install it like an NTP server, which gives correct time to all my network products.

How to do it?

Best regards.
2 REPLIES 2
Michael Steele_2
Honored Contributor

Re: NTP server

You need to determine if your NTP server is intra or inter net. Local, or intra, is most secure since UDP is a big security hole and to use an outside internet server you'll need to open udp 123 or a radio. Most people don't open udp 123 to the world. Add these lines in the NTP configuration file to build a local server:

server 127.127.1.0
fudge 127.127.1.0 stratum 8

http://h71000.www7.hp.com/doc/tcpip51/6526/6526pro_022.html#index_x_508

http://h71000.www7.hp.com/doc/tcpip51/6526/6526pro_023.html#index_x_519

Here's a list of NIST time servers. (* click on server names. *)

http://www.boulder.nist.gov/timefreq/service/its.htm

Support Fatherhood - Stop Family Law
Ralf Puchner
Honored Contributor

Re: NTP server

you can configure the ntp within the SMS station. Simple use ntpsetup which will guide you through the setup.
Help() { FirstReadManual(urgently); Go_to_it;; }