RBS20 & RBS40, No.
RBS50V2, Existing Voxel will work on.
Thank you, in this case, can any Orbi component on stock firmware connect to my RBK50 V1 that is using Voxel firmware?
RBS20 & RBS40, No.
RBS50V2, Existing Voxel will work on.
Yes.Thank you, in this case, can any Orbi component on stock firmware connect to my RBK50 V1 that is using Voxel firmware?
Does not matter what firmware is flashed. E.g. RBS50 even with 2.7.x should work with Voxel RBR, any version.My guess is that as long as you're running v2.5.x.x on your satellites, your risk might be relatively low to work with an RBR50 running Voxel's software since his is based on 2.5.2.4.
I see, thanksI'll bite on this...
You would be into "uncharted territory" by using different FW versions on the different units. You're probably already in uncharted territory just by using a mix of RBK50 with RBS20 and RBS40. My guess is that the lowest risk scenario would be to stay as close to the same versions as possible. Unfortunately, the version numbering is not synchronized across the different models. I suppose you could download all the open source builds for those units, dig through the changelist and try to understand which releases are somewhat equivalent. But good luck on that.
As of today, Voxel's builds are based on the Netgear 2.5.2.4 open source release of RBK50/RBS50.
The latest open source builds for RBS20 and RBS40 are 2.5.1.x.
My guess is that as long as you're running v2.5.x.x on your satellites, your risk might be relatively low to work with an RBR50 running Voxel's software since his is based on 2.5.2.4.
Thank you, this still keeps the RBS20/RBS40 options open if I need itYes.
Does not matter what firmware is flashed. E.g. RBS50 even with 2.7.x should work with Voxel RBR, any version.
Voxel.
I just tried enabling dnscrypt-proxy-2 using Telnet. I did the commit and the reboot. By enabling this, is the Orbi no longer using the DNS servers from the web GUI page?
In the Orbi web GUI, I have configured Cloudflare at 1.1.1.1 and 1.0.0.1.
But when I check the status at 1.1.1.1/help, it says that DoH is NOT enabled, (neither is DoT).
I made sure I changed my browser back to the OS system default DNS - which points to the Orbi at 192.168.1.1.
When I run the DNS leak test at perfect-privacy.com, it says:
176.56.237.171 resolver1.dnscrypt.eu RamNode IP Space NL77.66.84.233 resolver2.dnscrypt.eu Inota DK2a00:d880:3:1::a6c1:2e89 resolver1.ipv6.dnscrypt.eu RamNode IP Space2001:1448:243::dc2r esolver2.dnscrypt.eu Inota
So it appears that these are the DNS resolvers being used by the Orbi on behalf of every device connected.
If that is the case, I must be missing some additional configuration to change to Cloudflare at 1.1.1.1 and 1.0.0.1?
Any help?
Thanks, for the moment I have disabled it and went back to the standard Netgear setup. I figured there were configuration files that I needed to change; I should have known this from the beginning.From what you say it looks like you have the basic configuration. To my recollection Voxel sets Cloudflare as the default, but that might have changed.
Creating the file incd /tmp/mnt/sda1
mkdir -p overlay/root
nano overlay/root/.profile
# Paste the two lines, ctrl-s, ctrl-x
reboot
/overlay/root
did not work.No, it works:It appears that the instructions for loading ash .profile in the zip file is not correct.
This is what I did and it worked:
Creating the file in/overlay/root
did not work.
root@Orbi:~# ls -la /mnt/sda1/overlay/root/
drwxr-xr-x 2 root root 4096 May 14 10:26 .
drwxr-xr-x 3 root root 4096 May 14 10:20 ..
-rw-r--r-- 1 root root 72 May 14 10:26 .profile
root@Orbi:~# ls -la /root
drwxr-xr-x 1 root root 80 May 14 11:32 .
drwxr-xr-x 1 root root 240 Apr 26 00:03 ..
-rw------- 1 root root 83 May 14 16:00 .ash_history
-rw-r--r-- 1 root root 72 May 14 10:26 .profile
drwxr-xr-x 2 root root 3 Apr 25 23:43 .ssh
root@Orbi:~# cat /root/.ash_history
echo $PATH
ncdu /tmp/mnt/sda1/overlay/
ls -la /mnt/sda1/overlay/root/
ls -la /root
cat /root/.ash_history
root@Orbi:~# cat /mnt/sda1/overlay/root/.ash_history
cat: can't open '/mnt/sda1/overlay/root/.ash_history': No such file or directory
iptables
.)TBH I think you had it working and just weren’t checking the right things. It also depends what you’re trying to achieve, privacy or using a specific DNS? For me for example Cloudflare is rarely the fastest dns so when I check on their site it doesn’t show.Thanks, for the moment I have disabled it and went back to the standard Netgear setup. I figured there were configuration files that I needed to change; I should have known this from the beginning.
thank you voxel, for all your work.Continuation of
https://www.snbforums.com/threads/custom-firmware-build-for-orbi-rbk50-v-2-5-0-42sf-hw.60308/
. . .
https://www.snbforums.com/threads/c...50-rbk53-rbr50-rbs50-v-9-2-5-2-10sf-hw.70690/
https://www.snbforums.com/threads/c...50-rbk53-rbr50-rbs50-v-9-2-5-2-11sf-hw.71395/
New version of my custom firmware build: 9.2.5.2.12SF-HW.
Changes (vs 9.2.5.2.11SF-HW):
1. Toolchain: Go is upgraded 1.16.2->1.16.3.
2. wireguard package is upgraded 1.0.20210219->1.0.20210424.
3. wireguard-tools package is upgraded 1.0.20210315->1.0.20210424.
4. OpenVPN is upgraded 2.5.1->2.5.2.
5. OpenSSL v. 1.1.1 package is upgraded 1.1.1j->1.1.1k (fixing CVE-2021-3449, CVE-2021-3450).
6. curl package is upgraded 7.75.0->7.76.1 (fixing CVE-2021-22876, CVE-2021-22890).
7. dbus package is upgraded 1.13.12->1.13.18 (fixing CVE-2020-12049, CVE-2020-35512).
8. cifs-utils package is upgraded 6.12->6.13 (fixing CVE-2021-20208).
9. haveged package is upgraded 1.9.13->1.9.14.
10. ipset: Kernel modules optimization '-O3'.
11. Kernel: Add BLK_DEV_LOOP and FUSE modules support
12. Toolchain: add optimization patch to uClibc.
The link is:
https://www.voxel-firmware.com (thanks to vladlenas for his help with hosting).
Voxel.
ive activated dnscrypt, using telnet. whats the next step after that.
Do i put the listening address 127.0.0.1, in dns address in internet setup page ?
Thank you. Will try again tonightVoxel takes care of everything, if you use Orbi's DHCP this should be automatic otherwise manually set the DNS to the Orbi IP and you're done.
There are a few ways to check if you're using DNSCrypt, see my previous post
Hi, my orbi is calling home every few seconds. Should i block these on my pihole ?
View attachment 33984
Hi, my orbi is calling home every few seconds. Should i block these on my pihole ?
I've reset the router. Seems to be much better. Calling only Netgear.com every 5mins.Just a couple shots in the dark (i.e. guesses).
Any chance you have Disney Circle, NetGear Armor, or remote admin access (via the Orbi app on your phone) enabled? I assume those services need to periodically check in.
Another possibility is that the Orbi is periodically checking in to see if newer FW is available, so that it can show the ! notification on its admin pages.
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!