Oracle Solaris Networking (MOSC)

MOSC Banner

Doubt configuring NTP

edited Sep 27, 2013 3:18AM in Oracle Solaris Networking (MOSC) 6 commentsAnswered ✓
I believe I still didn't understand how to use the "restrict" keyword in /etc/inet/ntp.conf of a Solaris NTP server.Or is it not working as expected?

The server (192.168.1.10) side:

server# cat /etc/inet/ntp.conf
tos orphan 5
restrict 192.168.1.200 ignore

The client (192.168.1.200) side:

client# cat /etc/inet/ntp.conf
server 192.168.1.10 iburst

The doubt:Is the following correct and expected output?

client# ntpq -p
     remote           refid      st t when poll reach   delay   offset  jitter
==============================================================================
 192.168.1.10    .INIT.          16 u    -   64    0    0.000    0.000   0.000

client# ntpdc -c peers
     remote           local      st poll reach  delay   offset    disp
=======================================================================
=192.168.1.10    192.168.1.200   16   64    0 0.00000  0.000000 3.99217

client# ntpq
ntpq> associations

ind assid status  conf reach auth condition  last_event cnt

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center