Here is what you need to do to setup Amahi to be an ntp server to systems on its network.
First are changes to /etc/ntp.conf:
You have to remove restrictions for systems on the local net:
# Hosts on local network are less restricted.
restrict 192.168.1.0 mask 255.255.255.0 nomodify notrap
Note this is the only change which is install specific.
And you have to enable the fake servers. Uncomment out them as follows:
# Undisciplined Local Clock. This is a fake driver intended for backup
# and when no outside source of synchronized time is available.
server 127.127.1.0
fudge 127.127.1.0 stratum 10
Next there is an addtion to /etc/sysconfig/ntpd:
# Set to 'yes' to sync hw clock after successful ntpdate
SYNC_HWCLOCK=yes
Now restart ntpd and you are a ntpd server for your network.
Finally there is making net time work as shown at:
http://oreilly.com/catalog/samba/chapte ... 08_01.html
8.1.1.1 time server
If your Samba server has an accurate clock, or if it's a client of one of the Unix network time servers, you can instruct it to advertise itself as an SMB time server by setting the time server option as follows:
[global]
time service = yes
The client will still have to request the correct time with the following DOS command, substituting the Samba server name in at the appropriate point:
C:\NET TIME \\server /YES /SET