= Step 1: Install uhttpd = {{{ cd /tmp wget http://downloads.openwrt.org/backfire/10.03/atheros/packages/uhttpd_7_atheros.ipk opkg install /tmp/uhttpd_7_atheros.ipk }}} = Step 2: rc.local = Then edit your /etc/rc.local {{{ root@OpenWrt:/tmp/speed# cat /etc/rc.local ifconfig eth0 192.168.150.50 ifconfig eth0:1 192.168.1.1 babeld -z 2,30 eth0 ath0 & mkdir -p /tmp/speed dd if=/dev/zero of=/tmp/speed/4M bs=1M count=4 & uhttpd -h /tmp/speed/ -p 80 exit 0 }}}