openwrt on asus rt-n15(Attitude Adjustment 12.09|Load:0.26 0.08 0.06)
- rt-n15
Flash from a Windows PC using the Firmware Restoration utility. (Download and install the Firmware Restoration Utility to your PC.)
The Asus RT-N15 has a failover mode, (refer to rt-n16)http://wiki.openwrt.org/toh/asus/rt-n16
To launch the recovery mode disconnect power from the router first.
Hold the WPS button while replugged the power to the router to reset nvram, router will restart 2x. Hold the RESET button while replugged the power to the router to get into recovery mode : tftpd is listening. The power LED should start to blink (low frequency, ~1 time every 3 seconds). Retry if that won't work for you.
The router IP in the recovery mode is 192.168.1.1 255.255.255.0.
Configure your PC (don't use 192.168.1.1)
netsh interface ip set address name="Local Area Connection" static 192.168.1.2 255.255.255.0 |
Ping 192.168.1.1 should give a response.
Launch the Firmware Restoration utility, select the firmware and press the Upload button.
Ignore the warning, we wanna be on OpenWRT!
telnet to 192.168.1.1 and login as root, there is no password, type in passwd to set a password for root.
login in to web interface and assign a DNS server to the Lan interface.
close telnet and use ssh to login 192.168.1.1
login in to web interface and assign a DNS server to the lan interface.
root@OpenWrt:~# opkg update
root@OpenWrt:~# opkg install relayd
root@OpenWrt:~# opkg install luci-proto-relay
root@OpenWrt:~# /etc/init.d/relayd enable
- use luci to config routed client relayed.
Basically.
- enable 802.11 bgn(radio0) and scan wireless network.
- join the wireless network and it will ask for passcode, name of the new network(wwan by default) and create/assign firewall zone(select "lan" here)
- create a new network interface (" "stabridge"), select relayed bridge and select connect lan and wwan.
- network firewall under zones, change the forwarding for and lan and wwan to "accept"
2 comments:
You say "Launch the Firmware Restoration utility, select the firmware and press the Upload button.", but which firmware file are we uploading. Can you provide a link to this or explain how to build it from source?
I had several bin files in my computer, I think this is the file I was using(openwrt-ramips-rt288x-rt-n15-squashfs-sysupgrade.bin).I should write down the URL I got it from. The generic one from the openwrt site(openwrt-ramips-rt288x-f5d8235v1-squashfs-sysupgrade.bin) is not working if I remember correctly.
Post a Comment