muffintastic
Senior Member
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.Is there anyway of resetting the wireless in the router via SSH without nuking the entire router?
nvram show | awk -F= '/^wl/ {print $1}' | xargs -n1 nvram unset
nvram commit
service reboot
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_wirelessIs there anyway of resetting the wireless in the router via SSH without nuking the entire router?
Welcome To SNBForums
SNBForums is a community for anyone who wants to learn about or discuss the latest in wireless routers, network storage and the ins and outs of building and maintaining a small network.
If you'd like to post a question, simply register and have at it!
While you're at it, please check out SmallNetBuilder for product reviews and our famous Router Charts, Ranker and plenty more!