Problem:
I have successfully paired the Mac and Windows boxes on our local network. I noted that there is a discrepancy in the clocks between the two machines. How to fix this problem.
Solution:
Make your Mac the time server
- Unload the current npd daemon.
- sudo launchctl unload /System/Library/LaunchDaemons/org.ntp.ntpd.plist
- Edit the ntp-restrict.conf
- /etc/ntp-restrict.conf
- Remove the “noquery” from the 1st two restrict lines:
- Now load the npd file again
- sudo launchctl load /System/Library/LaunchDaemons/org.ntp.ntpd.plist
- Test npd to ensure it is running
- sudo ntpdate -u localhost
- Open Date and Time Dialog
- Select the Internet time tab
- Change Settings
- Select Synchronize with and Internet time server.
- Place the IP Address of the Mac you are using as the time server (192.168.0.100) in the Server block
- Update Now
- OK
- Open up command window as admin
- type in command: w32tm /config /manualpeerlist:192.168.0.100 /syncfromflags:MANUAL
Source
http://macmule.com/2013/12/15/how-to-use-osx-server-as-a-time-server/
No comments:
Post a Comment