I've set up a Pi as a GPS NTP server and it's working fine.
It's on a home network and the NTP server Pi has a static ip of 192.168.0.30.
On the same network, I can tell my Windows 7 laptop to use that ip address as
it's internet time server and that also works fine.
However, I'm not sure how to tell a second Pi on the network to get it's time from the first Pi.
I'm assuming it's in the ntp.conf file of the client Pi where there are four internet addresses
for getting time online.
My little network wont be going online so what changes do I make to ntp.conf to get it to
get time from 192.168.0.30?
I presume I comment out the online server links and point the client Pi at the NTP server Pi somehow?
Total Linux noob but I'm getting there
Any help much appreciated
Philip