show system ntp
allow-clients { address 192.168.100.0/24 } server 10.255.0.1 { prefer } netstat -vaun | grep 123 udp 0 0 127.0.0.1:123 0.0.0.0:* udp6 0 0 ::1:123 :::*
And in config file there is:
#Do not listen on any interface address by default interface ignore wildcard
I think that it's mistake, "interface ignore wildcard" should come into confige only when "set system ntp listen-address" configured...
While "interface ignore wildcard" configured, we got:
ntpq -c lpeer remote refid st t when poll reach delay offset jitter ============================================================================== 10.255.0.1 .INIT. 16 u - 64 0 0.000 0.000 0.000
What do you think?