Precision Time Protocol daemon: Difference between revisions
From Federal Burro of Information
Jump to navigationJump to search
No edit summary |
|||
Line 18: | Line 18: | ||
== Master setup , Athena == | == Master setup , Athena == | ||
./ptpd2 -g -b | ./ptpd2 -g -b eth0 -C | ||
== See Also == | == See Also == | ||
* [[Ptp Docs]] | * [[Ptp Docs]] |
Revision as of 03:40, 5 November 2012
dl and compile
cd /root/ptp wget "http://downloads.sourceforge.net/project/ptpd/ptpd/2.2.0/ptpd-2.2.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fptpd%2Ffiles%2F&ts=1352085166&use_mirror=tenet" mv ptpd-2.2.0.tar.gz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fptpd%2Ffiles%2F&ts=1352085166&use_mirror=tenet ptpd-2.2.0.tar.gz tar zxvf ptpd-2.2.0.tar.gz cd ptpd-2.2.0 cd src make
Slave setup susan
./ptpd2 -g -b eth3 -C
Master setup , Athena
./ptpd2 -g -b eth0 -C