Search found 9 matches
- Wed Oct 23, 2024 9:29 pm
- Forum: Tutorials
- Topic: Orbi 5G (NBR750, NBK752) How-To / Megathread
- Replies: 94
- Views: 96722
Re: Orbi 5G (NBR750, NBK752) How-To / Megathread
Any real world experience with how this firmware compares to RM502QAEAAR13A02M4G_01.001.01.001.zip ?
- Mon Jul 22, 2024 10:14 am
- Forum: Tutorials
- Topic: Orbi 5G (NBR750, NBK752) How-To / Megathread
- Replies: 94
- Views: 96722
Re: Orbi 5G (NBR750, NBK752) How-To / Megathread
Is the current status that this does not work on Verizon/Visible?
- Mon Dec 25, 2023 7:20 pm
- Forum: Tutorials
- Topic: Orbi 5G (NBR750, NBK752) How-To / Megathread
- Replies: 94
- Views: 96722
Re: Orbi 5G (NBR750, NBK752) How-To / Megathread
5G Bands: n2, n5, n25, n41, n48, n66, n71, n77
https://www.downloads.netgear.com/files ... _NA_DS.pdf
This is tempting me.
What are the differences between the RM502 and RM520 ?
https://www.downloads.netgear.com/files ... _NA_DS.pdf
This is tempting me.
What are the differences between the RM502 and RM520 ?
- Wed Aug 03, 2022 8:05 pm
- Forum: Orbi
- Topic: Weird Orbi Internet Connection issue
- Replies: 1
- Views: 3050
Re: Weird Orbi Internet Connection issue
I have a similar issue with certain phones connecting to the LBR20 Wifi: Windows, Linux and Android devices all can use the internet fine. A couple older Android phones connect to Wifi, and can reach some web sites, but other web sites never load. If the orbi hasn't been rebooted in a few weeks, the ...
- Wed Jun 22, 2022 2:49 pm
- Forum: Tutorials
- Topic: Orbi LBR20 How-To / Megathread
- Replies: 452
- Views: 3907074
Re: Orbi LBR20 How-To / Megathread
I am trying to follow the post below to set up a cron job to reboot the router twice a week.
An alternative to using the cron might be to call a script from /mnt/circle/overlay/etc/rc.local
that does something like sleep for 3 days, then reboot.
Similar to what I did a few posts above to update ...
- Thu May 12, 2022 10:19 am
- Forum: Tutorials
- Topic: Orbi LBR20 How-To / Megathread
- Replies: 452
- Views: 3907074
Re: Orbi LBR20 How-To / Megathread
I noticed the latest Voxel firmware for the LBR20 from May 6 has this change:
9.2.5.2.31SF-HW:
5. Upgrade 'dnsmasq' package from the stock Orbi RBK50 firmware V2.7.4.24.
Any chance this will fix the custom DNS issue?
Can I just install the latest Voxel firmware over the last Voxel firmware? Would ...
9.2.5.2.31SF-HW:
5. Upgrade 'dnsmasq' package from the stock Orbi RBK50 firmware V2.7.4.24.
Any chance this will fix the custom DNS issue?
Can I just install the latest Voxel firmware over the last Voxel firmware? Would ...
- Fri May 06, 2022 8:04 am
- Forum: Tutorials
- Topic: Orbi LBR20 How-To / Megathread
- Replies: 452
- Views: 3907074
Re: Orbi LBR20 How-To / Megathread
I found a solution to my own question about how to set custom DNS servers. My solution seems to work for now, but it is really ugly.
I created a script that runs at startup and continues to overwrite /tmp/resolv.conf every minute.
Hopefully someone else has a better solution than this or can ...
- Wed May 04, 2022 4:06 pm
- Forum: Tutorials
- Topic: Orbi LBR20 How-To / Megathread
- Replies: 452
- Views: 3907074
Re: Orbi LBR20 How-To / Megathread
I found a solution to my own question about how to set custom DNS servers. My solution seems to work for now, but it is really ugly.
I created a script that runs at startup and continues to overwrite /tmp/resolv.conf every minute.
Hopefully someone else has a better solution than this or can ...
I created a script that runs at startup and continues to overwrite /tmp/resolv.conf every minute.
Hopefully someone else has a better solution than this or can ...
- Wed May 04, 2022 7:36 am
- Forum: Tutorials
- Topic: Orbi LBR20 How-To / Megathread
- Replies: 452
- Views: 3907074
Re: Orbi LBR20 How-To / Megathread
This custom DNS server example uses Google public DNS servers
In the /mnt/circle/mods directory, create a new resolv.conf file, that contains the IP addresses of your desired DNS servers
vi resolv.conf
Hit ‘a’ to append and paste in the following lines:
nameserver 8.8.8.8
nameserver 8.8.4.4 ...