Page 2 of 2

Re: WZR-HP-G300NH wireless mode selection

Posted: Thu Jun 09, 2011 8:19 am
by caeci11ius
If you want to prevent the gui mucking up your custom wireless settings, use the following from command line:

Code: Select all

cd /etc/config
chmod 444 wireless
Any time you want to change wireless again:

Code: Select all

cd /etc/config
chmod 744 wireless
You don't need to restart the whole router to commit your changes. Just type:

Code: Select all

wifi

Re: WZR-HP-G300NH wireless mode selection

Posted: Thu Jun 16, 2011 10:54 am
by John_M
caeci11ius wrote:If you want to prevent the gui mucking up your custom wireless settings, use the following from command line:

Code: Select all

cd /etc/config
chmod 444 wireless
Any time you want to change wireless again:

Code: Select all

cd /etc/config
chmod 744 wireless
You don't need to restart the whole router to commit your changes. Just type:

Code: Select all

wifi
Great info! Thanks for the help.