What's new

[AsusWrt Merlin][RT-AC56U] Problem with time sync / NTP

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Marcolino

New Around Here
With the last versions of AsusWrt Merlin running on a Asus RT-AC56U I'm running in trouble with NTP time sync.

More specifically, NTP just does not work, not automatically at reboot, nor by clicking "Apply" on the related Admin webgui page, nor by using the NTP CLI commands.

This is a BIG issue to me, as it obviously prevents ANY VPN connection due to date set at 1970 at bootstrap (and certificates are invalid, of course).

The ONLY solution I have found is running rdate program installed by ipkg and putting it in start-up scripts.

NTP daemon is running:

Code:
# ps w | grep ntp

  787 admin     6272 S    ntp
13562 admin     1084 S    ntpclient -h time.nist.gov -i 3 -l -s

By manually trying to run the NTP client the program seems to terminate with no clue:

Code:
# ntpclient -h time.nist.gov -i 3 -l -s -d
Configuration:
  -c probe_count 1
  -d (debug)     1
  -h hostname    time.nist.gov
  -i interval    3
  -l live        1
  -p local_port  0
  -s set_clock   1
setup_receive:: bind...
setup_transmit:: connect...

Listening...
Sending ...
Terminated

Has RMerlin some clue?

Thanks in advance.
 

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top