What's new

Solved Reset Wireless Settings RT-AC68U

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

Is there anyway of resetting the wireless in the router via SSH without nuking the entire router?
If you mean resetting the wireless settings to their default values then you could try this at you own risk. I haven't tested it.
Code:
nvram show | awk -F= '/^wl/ {print $1}' | xargs -n1 nvram unset
nvram commit
service reboot
 
Last edited:
Is there anyway of resetting the wireless in the router via SSH without nuking the entire router?
when you say 'reset' do you mean reset wireless parameters to default settings OR do you simpy want to restart the wireless driver and radios on the the router? if the latter, then SSH into the 68U and issue the following command: service restart_wireless
 

Similar threads

Sign Up For SNBForums Daily Digest

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