setting up a ntp server on linux.
i want server B to be able to connect to server A to adjust its time.
is there a easy process to do this?
----------------------------------------------------
So far,
I have done:
/etc/ntp.conf on server A
# restrict mytrustedtimeserverip mask 255.255.255.255 nomodify notrap noquery
server 10.2.3.4 (added this)
driftfile /var/lib/ntp/drift
in file itself, I added " 0.0 "
on server B
====================
# restrict mytrustedtimeserverip mask 255.255.255.255 nomodify notrap noquery
server 10.2.3.4 (added this)
driftfile /var/lib/ntp/drift
in file itself, I added " 0.0 "
stop and restarted ntp.
using ntpq
>peers
I see my server, but does not seem to be using it, there is no "*"
I am probably in left field here, any help would be great.
i want server B to be able to connect to server A to adjust its time.
is there a easy process to do this?
----------------------------------------------------
So far,
I have done:
/etc/ntp.conf on server A
# restrict mytrustedtimeserverip mask 255.255.255.255 nomodify notrap noquery
server 10.2.3.4 (added this)
driftfile /var/lib/ntp/drift
in file itself, I added " 0.0 "
on server B
====================
# restrict mytrustedtimeserverip mask 255.255.255.255 nomodify notrap noquery
server 10.2.3.4 (added this)
driftfile /var/lib/ntp/drift
in file itself, I added " 0.0 "
stop and restarted ntp.
using ntpq
>peers
I see my server, but does not seem to be using it, there is no "*"
I am probably in left field here, any help would be great.