Categories

A sample text widget

Etiam pulvinar consectetur dolor sed malesuada. Ut convallis euismod dolor nec pretium. Nunc ut tristique massa.

Nam sodales mi vitae dolor ullamcorper et vulputate enim accumsan. Morbi orci magna, tincidunt vitae molestie nec, molestie at mi. Nulla nulla lorem, suscipit in posuere in, interdum non magna.

Configure OpenWrt on Nslu2

Point a browser to your new nslu2 IP (in my case 10.1.20.26) and set a new password. Set your time zone (with web interface is easier 😉 ) Login into your nslu2 with ssh (user root, password whichever password you set previously) Disable Web interface (we don’t need it 😉 ):

# /etc/init.d/webif disable

[…]

Install OpenWrt on Nslu2

Download latest version of openwrt binaries from http://www.slug-firmware.net/ (or http://downloads.openwrt.org/snapshots/ixp4xx/openwrt-ixp4xx-squashfs.img for development version) Install UpSlug2 (utility to upgrade the firmware of a LinkSys NSLU2 via the network), into Debian-based system, simply type “apt-get install upslug2” Put Nslu2 in upgrade mode (hold-on the reset switch, turn-on the nslu2, wait 10 seconds until “Ready/Status” led blink […]