Makaveli
Very Senior Member
Makaveli,
I'm a Teksavvy/Rogers Cable user in the GTA. Here's my /jffs/addons/ntpmerlin.d/ntp.conf :
Code:# replace the following time servers to the ones close to you # see http://support.ntp.org/bin/view/Servers/NTPPoolServers # server 0.pool.ntp.org iburst # server 1.pool.ntp.org iburst # server 2.pool.ntp.org iburst # server 3.pool.ntp.org iburst pool -4 time.cloudflare.com iburst interface ignore wildcard interface listen br0 logfile /opt/var/spool/ntp/ntp.log driftfile /opt/var/spool/ntp/ntp.drift leapfile /opt/var/spool/ntp/leap-seconds.list # https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list restrict default limited kod nomodify notrap nopeer noquery # restrictive default IPv4 restrict -6 default limited kod nomodify notrap nopeer noquery # restrictive default IPv6 restrict source nomodify notrap noquery # required for pool directive if using restrictive default permissions restrict 127.0.0.1 # permissive localhost IPv4 restrict -6 ::1 # permissive localhost IPv6 disable auth stats
notes:
i use pool -4 so that it only connects to cloudflare NTP on IPv4. I have disabled IPv6 on my connection. But ntp will still try to connect to the server on IPv6 once every minute otherwise.
in order to use the "leapfile" command/directive you'll need to download a copy of the leapfile to that file location
Nice my connection is IPv4 only but will keep this in mind for the future if the ISP enables IPv6.
Last edited: