e38BimmerFN
Very Senior Member
Some suggestions or requests to see if Voxel can add support for this in Orbi FW?
1. Any chance of having telnet always enabled? Kind of helps to have it enabled when working in telnet and doing multiple reboots and having to always re-enable it after the RBR reboots each time currently. Something like this be of any use?
https://community.netgear.com/t5/Orbi/orbi-PERMANENTLY-ENABLE-TELNET/m-p/1837546#M78419
2. Do these work in Voxels FW and is there a way to make the outcome persist?
For the 2.4Ghz band use:
config set endis_wl_radio=0
ifconfig $(config get wl2g_NORMAL_AP) down
For the 5Ghz band use:
config set endis_wla_radio=0
ifconfig $(config get wl5g_NORMAL_AP) down
For the guest 2.4Ghz band use
config set wlg1_endis_guestNet=0
ifconfig $(config get wl2g_NORMAL_AP) down
For the guest 5Ghz band use
config set wla1_endis_guestNet=0
ifconfig $(config get wl5g_GUEST_AP) down
For the 5Ghz backhaul use:
config set endis_wla_2nd_radio=0
config get wl5g_BACKHAUL_AP
ifconfig $(config get wl5g_BACKHAUL_AP) down
nvram commit
I have tried this on Voxels FW and it works, however the radio come back ON after the RBR is rebooted. Maybe there is a different method?
3. Change DNS from 192.168.1.1 seen on connected clients to a custom DNS.
I had seen this a while back and wondered if it would work on Orbi FW:
1. Enable telnet for router
2. Telnet into the router
3. change to /etc/init.d
4. vi net-lan
5. jump to print_dhcpd_conf()
6. replace the line "option dns $($CONFIG get lan_ipaddr)" with "option dns aaa.bbb.ccc.ddd", where aaa.bbb.ccc.ddd is your preferred DNS server, you can create up to 3 entries.
7. Save and reboot the router: nvram commit then reboot.
This something that could work on Voxel FW? Thought I would ask.
Thank you for your considerations Voxel.
1. Any chance of having telnet always enabled? Kind of helps to have it enabled when working in telnet and doing multiple reboots and having to always re-enable it after the RBR reboots each time currently. Something like this be of any use?
https://community.netgear.com/t5/Orbi/orbi-PERMANENTLY-ENABLE-TELNET/m-p/1837546#M78419
2. Do these work in Voxels FW and is there a way to make the outcome persist?
For the 2.4Ghz band use:
config set endis_wl_radio=0
ifconfig $(config get wl2g_NORMAL_AP) down
For the 5Ghz band use:
config set endis_wla_radio=0
ifconfig $(config get wl5g_NORMAL_AP) down
For the guest 2.4Ghz band use
config set wlg1_endis_guestNet=0
ifconfig $(config get wl2g_NORMAL_AP) down
For the guest 5Ghz band use
config set wla1_endis_guestNet=0
ifconfig $(config get wl5g_GUEST_AP) down
For the 5Ghz backhaul use:
config set endis_wla_2nd_radio=0
config get wl5g_BACKHAUL_AP
ifconfig $(config get wl5g_BACKHAUL_AP) down
nvram commit
I have tried this on Voxels FW and it works, however the radio come back ON after the RBR is rebooted. Maybe there is a different method?
3. Change DNS from 192.168.1.1 seen on connected clients to a custom DNS.
I had seen this a while back and wondered if it would work on Orbi FW:
1. Enable telnet for router
2. Telnet into the router
3. change to /etc/init.d
4. vi net-lan
5. jump to print_dhcpd_conf()
6. replace the line "option dns $($CONFIG get lan_ipaddr)" with "option dns aaa.bbb.ccc.ddd", where aaa.bbb.ccc.ddd is your preferred DNS server, you can create up to 3 entries.
7. Save and reboot the router: nvram commit then reboot.
This something that could work on Voxel FW? Thought I would ask.
Thank you for your considerations Voxel.