What's new

wifi channel change on router using command line

  • 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!

To change 2.4 channel in my rp-68U I use :

nvram set wl0_channel=xx (set xx=your desired channel)
nvram commit
service restart_wireless

With a bit of experimentation and looking at your existing nvram variables you should be able to adjust this commands for your router... Note that the 'service restart_wireless' command will switch off/on all the wireless service, and not only your changed band.
 
To change 2.4 channel in my rp-68U I use :

nvram set wl0_channel=xx (set xx=your desired channel)
nvram commit
service restart_wireless

With a bit of experimentation and looking at your existing nvram variables you should be able to adjust this commands for your router... Note that the 'service restart_wireless' command will switch off/on all the wireless service, and not only your changed band.
That worked,thank you so much !!Can we send these commands using python script,after importing paramiko and establishing ssh connection with the router???
 

Similar threads

Latest threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top