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. R

    Voxel Custom firmware build for Orbi RBK50/RBK53 (RBR50, RBS50) v. 9.2.5.2.10SF-HW

    to force all DNS traffic that not comes from your Pihole to go to your pihole, I think you could add these rules to your firewall-start.sh: iptables -t nat -A PREROUTING -i br0 ! -s <pihole ip> -p udp --dport 53 -j DNAT --to <pihole ip>:53 iptables -t nat -A PREROUTING -i br0 ! -s <pihole ip>...
  2. R

    Voxel Custom firmware build for Orbi RBK50/RBK53 (RBR50, RBS50) v. 9.2.5.2.10SF-HW

    the way I read the question, some devices are using DoT to some DNS server on the internet, instead of doing plain DNS to his pihole-> to block that DoT, I think the rule should sit in the forward chain: #!/bin/sh iptables -A FORWARD -p tcp --destination-port 853 -j DROP iptables -A FORWARD...
  3. R

    Voxel Custom firmware build for Orbi RBK50/RBK53 (RBR50, RBS50) v. 9.2.5.2.10SF-HW

    Perhaps related to the Apple "private address" feature, where it every time uses a different mac-address to connect to your wifi?
  4. R

    Aegis Aegis 1.7.x

    I just upgraded via Web companion from 1.7.2 to 1.7.3 without issues.
  5. R

    Kamoj Kamoj Add-on Beta testing

    I noticed a similar thing a while back. After flashing R7800-V1.0.2.82.1SF my 5Ghz Wifi stopped working. I tried al kinds of things, inclusing flashing the previous firmware (when I think everything was still working oke). Eventually I discovered as long as I use one of the normal channels...
  6. R

    Aegis Aegis 1.7.0 beta

    I already found 1 issue: When I run it from commandline, then it uses /opt/bin/ps -w to detect openvpn. Somehow, on my installation, ps from entware only returns 2 processes. Changing the TUN_IF detection line to use /bin/ps -w fixes my VPN issue. Only these remain: directives: there are no...
  7. R

    Aegis Aegis 1.7.0 beta

    VPN was already started when I removed, upgraded and restarted. I have these firewall scripts: /opt/scripts$ ls -al firewall-start* -rwxr-xr-x 1 root root 130 Feb 6 16:42 firewall-start-adguardhome.sh -rwxr-xr-x 1 root root 124 Feb 6 16:42...
  8. R

    Aegis Aegis 1.7.0 beta

    I didn't check the status via CLI. just upgraded to 1.7.0b5b5 Status @ 2021-02-25 18:58:09 (router time) Problems found! Aegis shield is up for: WAN interface (brwan). Blocking a total of 619579284 IP addresses (global: 619579284, WAN only: 0). Bypassing 1 IP addresses (global: 1, WAN only...
  9. R

    Aegis Aegis 1.7.0 beta

    root@R7800:~$ aegis unset root@R7800:~$ aegis upgrade -repo=beta Upgrading: - version installed: 1.6.11 - new version available: 1.7.0b4 ? do you want to upgrade from 1.6.11 to 1.7.0b4 (y/n)? y - Downloading: /tmp/aegis.dl...
  10. R

    Voxel Custom firmware build for R7800 v. 1.0.2.82SF & v. 1.0.2.82.1SF & v. 1.0.2.82.2SF

    The bug is not that the R7800 is using a lot of CPU. The bug is only that the netgear kernel is calculating the load in a wrong way. If you'd check the cpu usage with for instance mpstat -P ALL 1 1 then you'll probably see a high idle % Also a temperature of 52 celcius is pretty oke in my...
  11. R

    Aegis Aegis (simple yet effective protection)

    today I had an issue, after upgrading to 1.6.11 via WebGUI, it no longer wanted to start... Didn't yet find the cause, but I did once get this strange errors: root@R7800:~$ aegis down config:609: can't map '/usr/lib/libconfig.so' config: can't load library 'libconfig.so' root@R7800:~$ aegis...
  12. R

    Kamoj Kamoj Add-on Beta testing

    At some point I deleted these folders: /overlay/opt/rcagent /overlay/opt/remote /overlay/opt/leafp2p /overlay/opt/xagent They belong to some netgear stufff that I'm not using. Can't recall anymore what. (might be ReadyCloud related). Anyways, if you are not sure, just leave them there. 13.5 MB...
  13. R

    Aegis Aegis (simple yet effective protection)

    On Windows, doing a netstat -n from powershell or cmd will show the open networkconnections from and to the pc. If you open cmd / powershell via "Run as Administrator" then you can also use netstat -nb -> this als shows the process that made the connection.
  14. R

    Kamoj Kamoj Add-on Beta testing

    Did you perhaps backup some files on the router itself? Can you do du -h /overlay and see how big that is? (on my R7800, it is 11.9 M) If it does have more, then look at the files and see what you can cleanup. Perhaps entware installed into /overlay/opt ?? (i.e. USB was not mounted correctly...
  15. R

    Kamoj Kamoj Add-on Beta testing

    getting closer.... just almost caught a crash in the act: 2021/02/19 21:24:03 [info] Saving filter 1590435211 contents to: /tmp/addons/adguard_home/data/filters/1590435211.txt 2021/02/19 21:24:03 [info] Updated filter #1. Rules: 39182 -> 39140 2021/02/19 21:24:03 [info] Updated filter...
  16. R

    Kamoj Kamoj Add-on Beta testing

    With the data folder on USB, it does stay up longer. But already 2x today it OOMed. After the first time, I added a cronjob to dump the memory usage (using free) every 15 minutes. When I checked it after the second time, it had this: Fri Feb 19 17:00:01 GMT 2021 total...
  17. R

    Kamoj Kamoj Add-on Beta testing

    Do you have QoS enabled?
  18. R

    Kamoj Kamoj Add-on Beta testing

    still having a love/hate relationship with AdGuardHome. Sometimes it works weeks without issues, sometimes it occasionally needs to be restarted. But today it would again crash with an out of memory error, almost immediately after starting it. I finally think I spotted the issue. In the log...
  19. R

    Kamoj Kamoj Add-on Beta testing

    Just a wild guess, would perhaps transmission try to do a dns lookup for every client that connect? And the encryption by dnscypt causes more cpu overhead then a normal unencrypted dns request?
  20. R

    Kamoj Kamoj Add-on Beta testing

    Or my method: Always keep an USB-disk inserted in your router and have that USB disk shared via ReadyShare. Download .ipk on your computer. connect to \\readyshare\USB_Storage (or whatever you named it in ReadyShare) Copy the .ipk from your computer to the share. install from /mnt/sda/...
Top