Wednesday, June 4, 2014

OpenWRT on DIR 601 Rev B1

Have to use the NA file, because the other file won't get recognized as firmware.

Once that is done, telnet into 192.168.1.1 to set up OpenWRT

uci del wireless.@wifi-device[0].disabled

uci del wireless.@wifi-iface[0].network

uci set wireless.@wifi-iface[0].mode=sta

uci commit wireless

wifi

iw wlan0 scan


then follow the steps here

http://wiki.openwrt.org/doc/recipes/routedclient#using.masquerade

Make sure to change the LAN settings to a subnet not shared by the "mothership" router! And also encryption type is PSK2 for WPA/WPA2 mixed mode - iw wlan0 scan did not show the same output as the steps on the page.

To change the default LAN IP of the D-Link network, simply edit /etc/config/network

http://downloads.openwrt.org/snapshots/trunk/ar71xx/openwrt-ar71xx-generic-dir-601-b1-squashfs-factory-NA.bin

http://wiki.openwrt.org/doc/howto/clientmode

http://gradengineering.blogspot.com/2013/09/basic-setup-of-openwrt-on-dir-601-b1.html

No comments:

Post a Comment