
Configuring a NTP client
Create
the ntp.conf file
You can use ntp.client file as template and edit ntp.conf
#cd /etc/inet
# cp ntp.client ntp.conf
Eg :
#vi /etc/inet/ntp.client
#
# An example file that could be
copied over to /etc/inet/ntp.conf; it
# provides a configuration for a
host that passively waits for a server
# to provide NTP packets on the
ntp multicast net.
#
server 192.168.10.6 prefer
server 172.16.0.2
driftfile...