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

Search results

  1. U

    AdGuardHome Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI) cont.

    If it helps, There was no error when doing a manual install of the packages I was also able complete the setting of password process without running the pip3 install bcrypt command i.e. run opkg install python3 python3-pip python3-bcrypt, followed by running AGH installer
  2. U

    AdGuardHome Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI) cont.

    I didn't capture the output but IIRC, opkg install python3 python3-pip python3-bcrypt - the usual output i.e. download and then install when installing packages pip3 install bcrypt - gives a warning about running as root and this is actually not needed since the previous command already did the...
  3. U

    AdGuardHome Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI) cont.

    Issue looks like it's due to the bcrypt dependency. On a fresh setup, Entware was installed and up to date but do not contain any python or python-bcrypt related packages
  4. U

    AdGuardHome Asuswrt-Merlin-AdGuardHome-Installer (AMAGHI) cont.

    Setting up AGH on a GT-AX6000 and it seems the installation gets "stuck" after re-entering the password to be setup This was done with no other script/add-on Any idea on what the issue could be? => Select your timezone/location, [1-595]: 312 Info: Singapore selected Info: Configuring...
  5. U

    ddns watchdog restarting every 30 seconds

    #bump Observing the same behaviour and stops when "IPv6 Update" is turned off
  6. U

    Scribe syslog-ng not starting on boot if IPv6 enabled.

    Have to agree with this. Though it seems the starting of Scribe looks fine, but the actual logging seems to have some "issue". All my filtered logs are not populating proper.
  7. U

    Scribe syslog-ng not starting on boot if IPv6 enabled.

    Yes, I have IPv6 enabled Scribe starts up fine after a reboot if IPv6 disabled and having those 2 lines outside of the do loop i.e. as they were originally at; same behaviour as what @unsynaps reported in the first post
  8. U

    Scribe syslog-ng not starting on boot if IPv6 enabled.

    @cmkelley running the latest Merlin firmware, 386.11 and updated to the latest version of Scribe, 3.1_1 with the following fix [ -z "$TZ" ] && export TZ="$( /bin/cat "/etc/TZ" )" Issue does not seem to be fixed during a reboot and your suggestion of putting the following lines in the do loop...
  9. U

    Scribe syslog-ng not starting on boot if IPv6 enabled.

    Having this issue on RT-AC86U as well, running IPv6. Hope someone can shed more finding and/or a solution for this
  10. U

    Diversion Diversion - the Router Ad-Blocker v4.2.x (see new thread for 4.3.x)

    Will there be a need to re-generate a new ca.crt to be installed on the device(s) and/or purge the generated certificates under diversion's cache folder?
  11. U

    Question regarding inadyn

    This is my inadyn.conf for Cloudflare ddns-start script will be the same as what @SomeWhereOverTheRainBow has mentioned allow-ipv6 = true provider cloudflare.com:1 { username = your_cloudflare_hostname password = your_cloudflare_api_key hostname = your_cloudflare_hostname...
  12. U

    Release Asuswrt-Merlin 386.5 is now available

    For some reason, these lines start appearing in the logs just today Apr 4 08:55:56 RT-AC86U-7510 conn_diag[2099]: CONNDIAG: ********** detect wireless clients: Apr 4 08:56:18 RT-AC86U-7510 conn_diag[2099]: CONNDIAG: main_detect: mode = 1. Apr 4 08:56:18 RT-AC86U-7510 conn_diag[2099]...
  13. U

    Diversion Diversion - the Router Ad-Blocker v4.2.x (see new thread for 4.3.x)

    For some reason, I am not able to use Large block list i.e. hosts.oisd.nl. Did a monitor of dnsmasq.log when switching to Large block list and it seems to stop processing DNS request after the list update is completed Mar 14 18:21:47 dnsmasq[32569]: query[A] dns.msftncsi.com from 127.0.0.1 Mar...
  14. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    By the mapping, do you mean as such? I tried with this and it seems to work fine i.e. blocked AAAA request returns the IPV4 address
  15. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    What I am doing so far is not to install ca.crt to any of the devices; it was something that I sort of "dreaded" in having to repeat for all the devices. Some devices, especially smart TV does not support installation of the certificate anyway. In terms of browsing experience, have not noticed...
  16. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    IIRC, when ca.crt is re-generated, the existing generated files in cache/pixelserv needs to be removed as well. So that would mean for a redo, 1. stop pixelserv 2. remove all files in cache/pixelserv 3. re-generate ca.crt 4. start pixelserv
  17. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    Previously I was using diversion + pixelserv-tls and it had no issue with the generation. Perhaps like you have mentioned, @thelonelycoder can share insights on how he handled the generation
  18. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    This method of generating ca.crt works for me. My router is RT-AC86U; not sure if that makes any difference
  19. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    Throws a different error admin@RT-AC86U-7510:/tmp/mnt/mntASUS/entware/var/cache/pixelserv# openssl req -new -x509 -nodes -extensions usr_cert -days 3650 -key ca.key -out ca.crt -subj "/CN=Pixelserv CA" Can't load /root/.rnd into RNG...
  20. U

    AdGuardHome Pixelserv-tls Your AdGuardHome

    My output as follow, admin@RT-AC86U-7510:/tmp/mnt/mntASUS/entware/var/cache/pixelserv# openssl genrsa -out ca.key 2048 Generating RSA private key, 2048 bit long modulus (2 primes)...
Back
Top