NETGEAR is aware of a growing number of phone and online scams. To learn how to stay safe click here.
Forum Discussion
yata001
Dec 16, 2018Star
How to disable WiFi on the Orbi Router or Satellite
Enable on telnet on the router or satellite
For the router, go to http://192.168.1.1/debug.htm
For a statellite, log into the router, copy the IP address of the satellite, and go to http://<sat...
Barney67
Jan 01, 2019Aspirant
On firmware V2.2.1.210 I was unable to disable the 2.4GHz channel using this procedure. Is it still valid?
ekhalil
Jan 02, 2019Master
Barney67 wrote:
On firmware V2.2.1.210 I was unable to disable the 2.4GHz channel using this procedure. Is it still valid?
Yes, should be valid. Please make sure to reboot the node after you do the procedure.
Only one small correction to the well described procedure above (in red text below) :)
- For 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_GUEST_AP) down
- For the guest 5Ghz band use
- config set wla1_endis_guestNet=0
- ifconfig $(config get wl5g_GUEST_AP) down