Search results

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

  1. M

    dnsmasq - Round Robin (load balancing) client IP for A record resolution

    thank you!! i think you gave me a complete answer I was looking for. I will have to use the /etc/hosts route since I want to keep the server1/2 as host names for other purposes, the entry in the hosts will be a new name with two IPs.
  2. M

    dnsmasq - Round Robin (load balancing) client IP for A record resolution

    @c Thank you for that info @ColinTaylor how do you define that A record via the UI? did you manually add it for test.home.lan?
  3. M

    dnsmasq - Round Robin (load balancing) client IP for A record resolution

    hello, I have a docker swarm cluster running few things. I use Traefik as ingress controller. But currently I have only one node running it, I want to add a second node for HA purposes. Question is how do I make dnsmasq to resond with one of the two IP addresses for same DNS request? Note that...
  4. M

    Replacement for N66U

    If you are okay with buying used check Kijiji, I am seeing AX-86U coming for sale around 250 CAD, same with amazon, currently there is a warehouse deal for AX86U Zaku II Edition (https://www.amazon.ca/dp/B09V6PDRY5/?tag=smallncom-20 ) at 269. Its more powerful device than ax88u.
  5. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    Thank you, this config makes more sense. Btw I see in you github repo you seems to be commiting directly to main, having been burnet few times may I suggest you start pushing to a new branch and a PR flow? or at least some descriptive commit message than "Update installer" :)
  6. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    I already have it since very beginning, I didn't change that for adbloker. This along with installer adding the - '[/$DOMAIN/]$(nvram get lan_ipaddr):553'" \ part should cover my case, right? I beg to differ here.. Per their code, if a domain is specified (e.g. [/local/]192.168.23.1:553)...
  7. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    @SomeWhereOverTheRainBow One more issue I noticed. Before AdGuard, my local domain resolution was working with just hostnames. e.g. nslookup raspberrypi. But with AdGuarad it did not work. $ nslookup > raspberrypi Server: 192.168.23.1 Address: 192.168.23.1#53 ** server can't...
  8. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    well, we noobs will be noobs.. I missed to enable swap in amtm before going ahead with adguard. A quick swap of USB3 flashdrive (previous attempt of creating swap was quite longer which made me realize RT-AC86U has a USB3 port) and a 2GB swap creation later, AdGuard is up and running.. it was a...
  9. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    @SomeWhereOverTheRainBow need bit of a help here.. as my adblock option I tried adguard :) my ssh session was interrupted at this stage Setting flags for package apache-utils to hold. Info: Configuring AdGuardHome... => Do you want to redirect all DNS resolutions on your network through to...
  10. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    Thank you.. that helps a lot to understand the relationships.
  11. M

    AdGuardHome [RELEASE] Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI)

    Sorry for asking a noob question. I am just starting on router based adblocker (from pihole). I was thinking of diversion, and on their website they show "What's new in amtm 3.2.3 - NEW: Adds support for Asuswrt-Merlin-AdGuardHome-Installer by SomeWhereOverTheRainBow". Its bit confusing give the...
  12. M

    Solved Enable/Disable guest network on schedule (crontab)

    #!/bin/bash ## /jffs/scripts/reset_guest_wifi.sh # echo cru a vpnon "0 7 * * * /jffs/scripts/reset_guest_wifi.sh" >> services-start ## Script to restart guest networks guest1=$(nvram get wl0.1_bss_enabled) guest2=$(nvram get wl0.2_bss_enabled) guest3=$(nvram get wl0.3_bss_enabled)...
  13. M

    Solved Enable/Disable guest network on schedule (crontab)

    ah.. I should have just kept keep scrolling. I went into the links and got lost.. Thank you that pointer @ColinTaylor
  14. M

    Solved Enable/Disable guest network on schedule (crontab)

    also tagging @L&LD as well
  15. M

    Solved Enable/Disable guest network on schedule (crontab)

    @RMerlin sir, any luck you can provide the command we can run on the shell which will enable/disable given guest SSID?
  16. M

    Beta Asuswrt-Merlin 386.3 beta is now available

    with DNS set to "Exclusive" does the router still resolve the local peers? With the older firmware clients using the tunnel with DNS set to "Exclusive" would not resolve the local peers even though they are using router as DNS server. Is it something that can be done (i.e. to allow for local...
  17. M

    Solved Enable/Disable guest network on schedule (crontab)

    The actual command linked there is no longer available
  18. M

    Solved Enable/Disable guest network on schedule (crontab)

    I have few Tasmota IOT devices running on ESP8266 chips. They have some compatibility problem with Asus AiMesh they keep going in loop trying to connect and failing to connect (no error in Asus side, but device thinks it couldn't find the access point. What I have noticed is if I stop and...
  19. M

    RT-AC86U WiFi issues with 386.2_4

    I have been facing this same issue for quite some time with one of my Tasmota (esp3288 from Espressif board) devices. I have a mesh with ac-86u primary, and ac-3100 node. 2 other Tasmota near 3100 work just fine, one sitting 10 inches from main router acts up. All of them connect to guest...
  20. M

    Solved upnp throwing ConflictInMappingEntry even though port is free, target is local host

    quick update, Mr. Thomas Bernard did consider this bug and has fixed it. The fix is scheduled for miniupnpd_2.3 milestone.
Top