Recent content by cyruz

  1. cyruz

    Reversing the web node reboot feature

    Awesome. When I wrote this post I hoped for people like you to step in, so that most of the events could be mapped easily. This helped me for a good while, but recently I changed setup. It's very interesting nonetheless. Regarding the UDP part, did you sniff the packet with wireshark?
  2. cyruz

    Stay away from this address like the Plague

    I don't understand if you are fooling around or if you are serious 😄
  3. cyruz

    Script to update the Client List from the arp table

    Hello guys, this is a simple script I'm using to automatically populate the Client List in the AiMesh section. This is helpful when using an ASUS device as AP, to avoid manual input and managing names on DHCP side... #!/bin/sh # arp-clientlist # -------------- # Poll for new clients in the arp...
  4. cyruz

    Determine backhaul node uplink type

    Hello guys, on my AX11000 I have a script in place, monitoring the bandwidth of my 5Ghz backhaul, checking the data with wl -i eth8 assoc and restarting the wireless interface when the bandwidth goes down from 80Mhz to 40Mhz. This works fine, but every now and then, I see a second issue, where...
  5. cyruz

    Migrating from a VDSL 50/20 to Fiber 1000/300 - advices needed

    Thanks for all the feedbacks, guys!
  6. cyruz

    Migrating from a VDSL 50/20 to Fiber 1000/300 - advices needed

    Hi guys, what is the general consensus regarding asymmetrical fiber links when it comes to QOS? I mean, I've read several threads, but I'm a bit confused. Right now I'm using cake with a VDSL running at 50mbps Down 20mbps Up on a GT-AX11000. Cake is doing wonders with this poor link, in a 4...
  7. cyruz

    cfgmnt-sender - Send decoded event to the cfg_server

    Hi guys, following my findings on this thread, I created a script to send event strings to the cfg_server. Part of these strings are related to some of the features available in the web interface. You need to install socat to use thescript: opkg update && opkg install socat Right now, I only...
  8. cyruz

    Reversing the web node reboot feature

    Hi guys, for scripting reasons (Apple Shortcuts to be honest), I needed to restart a mesh node from the main, but I did not want to rely on cascading SSH connections. I tried to understand how the reboot from the web page works and these are my findings: The reboot event triggered by the...
  9. cyruz

    Simple script for DNS fallback

    Added email notifications through sendmail.
  10. cyruz

    Simple script for DNS fallback

    Thank you very much, I'm glad you took the time to check the script. I'm adding your modifications and some logging.
  11. cyruz

    Simple script for DNS fallback

    I noticed that for some reasons the script sometimes crashes. I can't find it running... For this reason, I changed it to be run through cru.
  12. cyruz

    Simple script for DNS fallback

    Thanks Martinski, I didn't know about Entware, I'm fairly new on Merlin. It probably got installed as a dependency. I'll implement your suggestion as soon as possible.
  13. cyruz

    Simple script for DNS fallback

    Hello dave, thanks for the feedback. 1. The dnsmasq.conf changes are necessary otherwise dnsmasq will not listen on the newly configured interface. 2. I updated the code with sed! I changed the name to dns-fallback, just for consistency.
  14. cyruz

    Simple script for DNS fallback

    Hello guys, I just want to share this small script I made to set a DNS fallback when using a resolver inside your network, different from the router itself (AdGuard, PiHole or whatever). The main target of this setup is to be able to monitor the queries from the network devices on our main...
  15. cyruz

    CakeQOS CakeQoS-Merlin v2.1.1

    Thanks but I'm talking about the overhead, not the bandwidth.
Back
Top