Forums.ATC.no

Teknisk => Generelt teknisk => Emne startet av: ATC på 27. ſeptember 2008, 18:24 pm

Tittel: Setting up time syncronization between Netware and Unix
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Netware 4.x and earlier does not have native support for the NTP protocol.
Tittel: [Solved] Setting up time syncronization between Netware and Unix
Skrevet av: ATC27. ſeptember 2008, 18:24 pm
Download "RDATE.NLM" from
"ftp://ftp.murkworks.com/FREEBIES/RDATE/index.htm"

Add the following line to "AUTOEXEC.NCF" on the netware server:
"LOAD RDATE /U /P 10 /V 5 /M 7200 195.159.120.10 /Q"

On the unix box, make sure NTP over UDP is enabled in "/etc/inetd.conf":
"time    dgram   udp     wait    root    internal"

Note that RDATE.NLM supports NTP over TCP, but this feature does *NOT* work on Netware 4.x servers. The author has announced that this will *NOT* be fixed because UDP works and NTP support is included in Netware 5.x