ntpd Help Needed

I’m having some issues configuring my NTP server. Basically when seeing if I’m getting good timing I get this:

remote refid st t when poll reach delay offset jitter

dtc-truetime.nt 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00
152.1.58.124 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00
LOCAL(0) LOCAL(0) 10 l 50 64 0 0.000 0.000 4000.00
ntp-s1.cise.ufl 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00
ntp2.usno.navy. 0.0.0.0 16 u - 64 0 0.000 0.000 4000.00

This isn’t good.

My ntp.conf file reads as follows:

restrict default ignore
restrict 127.0.0.1
restrict ntp-s1.cise.ufl.edu mask 255.255.255.255 nomodify notrap noquery
restrict ntp2.usno.navy.mil mask 255.255.255.255 nomodify notrap noquery
restrict 205.188.185.33 mask 255.255.255.255 nomodify notrap noquery
restrict 152.1.58.124 mask 255.255.255.255 nomodify notrap noquery
server ntp-s1.cise.ufl.edu
server ntp2.usno.navy.mil
server 205.188.185.33
server 152.1.58.124
server 127.127.1.0
fudge 127.127.1.0 stratum 10
logconfig all
logfile /var/log/ntpd.log
driftfile /var/ntp/ntp.drift
statsdir /var/ntp/ntpstats/
filegen peerstats file peerstats type day enable
filegen loopstats file loopstats type day enable
filegen clockstats file clockstats type day enable

If anyone has any idea what I’m doing wrong please enlighten me. Thanks in advance for any help.