alzhao
2
so you want to bridge lan and wan?
Here is one solution, but you need at least ssh to the router. When you set up password for the router, you can ssh to the router. If you use MAC or Linux, you can just use ssh from terminal. If you use windows, you can use putty.
ssh root@192.168.8.1
Then download this script by executing the following scrip. AR150’s switch is BTN_8
wget http://www.gl-inet.com/download/script/BTN_1 -O /etc/rc.button/BTN_8
wget http://www.gl-inet.com/download/script/switch_mode /usr/bin/switch_mode
chmod +x /usr/bin/switch_mode
chmod +x /etc/rc.button/BTN_8
Now the function is assigned to the switch. If you move the switch to the left, you are using router mode; if you move the switch to the right, you are using the ap (bridge) mode.