What's new

ntpMerlin ntpMerlin - NTP Daemon for AsusWRT Merlin

  • 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!

Hi Jack
is the info below of relevance? I have suricata enabled with the emerging-dos.rules file and I have had 8 of these hits in last 2 weeks
Code:
05/06/2020-19:55:28.567786  [**] [1:2017919:2] ET DOS Possible NTP DDoS Inbound Frequent Un-Authed MON_LIST Requests IMPL 0x03 [**] [Classification: Attempted Denial of Service] [Priority: 2] {UDP} 185.94.111.1:45551 -> 321.033.88.231:123


To protect Network Time Protocol server it is necessary to update it to NTP 4.2.7, a version that has excluded the support of ‘monlist’ query substituted by a new safe ‘mrunlist’ function which uses a nonce value ensuring that received IP address match the actual requester.in last 2

“If upgrading is not an option, you can start the NTP daemon with noquery enabled in the NTP conf file. This will disable access to mode 6 and 7 query packetts (which includes monlist). “
 
Hi, happy to hav a go, but please give me some hints for dummies. I have a previous version that has been running just fine that I would have to update. Presumably I need to run
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/ntpMerlin/develop/ntpmerlin.sh" -o "/jffs/scripts/ntpmerlin" && chmod 0755 /jffs/scripts/ntpmerlin && /jffs/scripts/ntpmerlin install
Do I need to change install to update perhaps too?
 
Hi, happy to hav a go, but please give me some hints for dummies. I have a previous version that has been running just fine that I would have to update. Presumably I need to run
/usr/sbin/curl --retry 3 "https://raw.githubusercontent.com/jackyaz/ntpMerlin/develop/ntpmerlin.sh" -o "/jffs/scripts/ntpmerlin" && chmod 0755 /jffs/scripts/ntpmerlin && /jffs/scripts/ntpmerlin install
Do I need to change install to update perhaps too?
If you run
Code:
 ntpmerlin develop
the script will download from the develop branch
 
v2.5.0 is now available!
Changelog:
Code:
NEW: Option to store stats and config on USB
NEW: Check and perform script updates in the WebUI (big thanks to @dave14305 for the idea and code basis to work from
NEW: Add option to change time format between 24H and 12H
CHANGED: Tooltip behaviour, show on nearest point when intersect on X axis
Develop testers, when updating you will be migrated back to the stable branch automatically
 
after the latest update, my ntpmerlin webUI page is gone...
 
Sorry about that. I had to ask. When I 'loose' a menu, a reboot usually sorts it.
 

Similar threads

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

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