Results 1 to 2 of 2
Dear all,
I want to use NTP network time protocol, I am using Fedora 9 for this to implement,
But I am not able to establish the connection between the ...
- 09-13-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 1
ntp CLIENT SERVER configurations
Dear all,
I want to use NTP network time protocol, I am using Fedora 9 for this to implement,
But I am not able to establish the connection between the two machines via NTP,
So any one can help me in the configuration of the server and client in the Fedora 9 machines
Thank you
- 09-13-2010 #2Just Joined!
- Join Date
- Sep 2010
- Posts
- 6
Hi vinayg and welcome!
Can you please be a little bit more precise? You have 2 PCs one is a server running fedora 9 and a client running what? Fedora 9?
On your FEDORA 9 SERVER you just have to install NTP:
Once installed use your favorite editor (in my case nano):Code:yum install ntp
And find the keyword "server" after that keyword type the NTP server you want to retrive the time from.Code:nano /etc/ntp.conf
Save the file and then:
andCode:/etc/init.d/ntpd stop
Code:/etc/init.d/ntpd start
Finally:
Let me know!Code:ntpdate ServerTypedBefore


Reply With Quote