Instrucciones originales:
http://wiki.openwrt.org/doc/howto/generic.flashing.tftp
Repositorio de ultima distribucion estable (12.09 Attitude Adjustment):
http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/
Archivo para este modelo:
openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin
Obtener el archivo del repositorio oficial:
wget "http://downloads.openwrt.org/attitude_adjustment/12.09/ar71xx/generic/openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin"
Resetear el router en modo tftp (generalmente el router toma la direccion 192.168.1.20 sino se cambio la configuracion por defecto):
Enchufar el cable poe mientras se mantiene apretado el boton reset unos segundos. El router empieza a prender diferentes leds de colores.
Cargar el nuevo firmware mediante un cliente tftp:
atftp --trace --option "timeout 1" --option "mode octet" --put --local-file openwrt-ar71xx-generic-ubnt-nano-m-squashfs-factory.bin 192.168.1.20
Esperar unos minutos mientras el router se reinicia. Una vez esto, automaticamente se configura la direccion 192.168.1.1 y es necesario accederlo por telnet para setear el password de root:
telnet 192.168.1.1
Setear el nuevo password para root:
passwd root
Echo esto, la interface web esta disponible:
http://192.168.1.1