I need to setup time synchronization using PTP (precision time protocol). I'll get server address. I found ptpd server (version 2.1). I created startup files in /etc/init.d. But wondering what options other than showing on which interface I should listen for broadcasts I should use. Does anyone had experience setting this up?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
Here are steps I've did and got ptp working as a slave. I've used ptpd2 on Centos 6.0, but should work anywhere. Startup scripts I found somewhere online - can't find that link again today. Download ptpd2 source package from sourceforge. After downloaded, compile it:
create startup script for ptpd2 in
Create configuration file in
Add ptpd to be started on system boot:
and start ptpd daemon: Enjoy. Let me know if you have better solution. |
||||
|
|

