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

    Is it possible to run AdGuard Home on Orbi LBR20?

    I have a RBK50 v2 without USB, but I think this also could work in LBR20. I have my own AdGuardHome selfhosted in a Rpi4, and DNS points to that IP.
  2. A

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

    Thank you Voxel for another release! I couldn't find this feature in the docs: The only user script that appears in QuickStart.txt is /mnt/ntgr/rc.user, that already existed in previous versions. Is this a new one?
  3. A

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

    That's it, sshd is enabled but I can't login until I enable telnet on debug. After that, I can disable telnet again and ssh login still works. It only happens after flashing firmware, no problems with router reboots.
  4. A

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

    I have the same problem, I always have to enable Telnet on debug after every flash so I can connect by ssh.
  5. A

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

    This also happens to me after every new flash: I have to enable telnet and login one time at least to be able to use ssh, but it works after that even rebooting router.
  6. A

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

    Well, as a matter of fact my "solution" survives flashing new Voxel releases without losing data, I cannot confirm if it'll survive after factory reset or flashing original firmware again. If you have an v2 RBK50 without USB, these are the steps to have persistent data working with Voxel...
  7. A

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

    About the WireGuard VPN, I don't know if there are any future plans on implementing the WG server on Voxel firmware. I'm currently using it when outside home with a RaspB port forarded, and performance is much better than the OpenVPN server on the Orbi. Thank you in any case for this great work...
  8. A

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

    After testing the new init script, and mounting an internal partition like it was an USB disk, I cannot login with SSH again using password. Is there a nvram parameter to disable the forced cert auth on SSH? Can I put mi own sshd.conf file anywhere on overlay folder to change this behaviour?
  9. A

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

    This is what I do: in file /etc/net-lan replace the line with option dns $($CONFIG get lan_ipaddr) with your own DNS, you can also put a second DNS external just in case option dns 192.168.x.x option dns 8.8.8.8. You can make a copy of this file, and overwrite it on every reboot with an script.
  10. A

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

    Great Voxel! Thank you! Now I'll start doing some playing with Entware without losing all on reboot :) Is only necessary to put my own script on /mnt/ntgr/rc.user? No nvram parameter needed? Oh, I almost forgot to ask: will this script be wiped on new firmware flash?
  11. A

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

    Thanks Voxel for this release. I'd like to ask for a change in future releases: in the new RBK50 there is no longer USB port, so we can't use an USB drive to automatically load scripts on boot. I'm currently using an internal unused UBIFS volume to store my scripts (ubi0_1 in my case), but I...
  12. A

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

    Thank you for the Christmas gift Voxel, data in my partition survived the flashing :) I'm currently using dnscrypt-proxy for adblock, but sometimes I need to bypass the filters. As a quick solution, I thought of using the guess wifi network, but it also uses the router as the primary DNS...
  13. A

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

    OK, I'm doing some advances, so I'll put them here so maybe someone without USB port can make use of it to persist data on RBR50 and have a similar configuration. First, I checked on mtd devices which were already on a UBI volume, using root@RBR50:~# ubinfo --all UBI version...
  14. A

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

    Hi Voxel, My RBR50 only have MTD block devices. These are the devices and free space available (except mounted ones): /dev/mtdblock0 1.00 MB /dev/mtdblock1 1.00 MB /dev/mtdblock2 1.00 MB /dev/mtdblock3 1.00 MB /dev/mtdblock4 1.00 MB /dev/mtdblock5 .50 MB /dev/mtdblock6 .50 MB /dev/mtdblock7...
  15. A

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

    So far so good with this version, I already have dnscrypt working with adblock filtering, thank you Voxel! Anyway, now I'm trying to get a way of persist data into the RBR50 between reboots without using an USB drive (my model and the new ones doesn't have an USB port anymore). I read in a blog...
  16. A

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

    Thank you Voxel!! Login with password is working again, at least on SSH (I haven'nt tried on telnet). Starting to play with it :)
  17. A

    Custom firmware build for Orbi RBK50 v. 2.5.0.42SF-HW

    Yeah, but maybe there are some workaround for this. I have been reading in this blog (https://hackingthenetgearorbi.wordpress.com) how you can format an unused partition on the RBR50 and mount it to persist data without an USB disk. In any case, i wanted to try this firmware to activate...
  18. A

    Custom firmware build for Orbi RBK50 v. 2.5.0.42SF-HW

    My Orbi model is RBK53-100NAS and it doesn't have any USB port...
  19. A

    Custom firmware build for Orbi RBK50 v. 2.5.0.42SF-HW

    I tried to login using ssh, but without access to the terminal I couldn't upload the authorized_keys file. Using "root" as username on telnet login gives me the same message, it doesn't allow me to input the password. The thing is, when I try to login using any other invented username, it asks...
  20. A

    Custom firmware build for Orbi RBK50 v. 2.5.0.42SF-HW

    First, I'd like to appreciate your work Voxel :) I have installed your firmware, but after enabling telnet now I cannot login into the router. After entering "admin" as username, it doesn't allow me to enter any password and I get the "Login incorrect" message directly...
Top