Cic-testbed

Version 202 (Anthony Rowe, 04/29/2012 02:08 pm) → Version 203/205 (Anthony Rowe, 04/29/2012 02:09 pm)

h1. CIC [[FireFly]] Testbed

h2. Installing Setup on WRT160NL router

These instructions are for configuring the router in wireless client mode on an infrastructure network. In this case, the configure files are for CMU's wireless network, but changing that should be relatively simple.

* Configure IP manually (Gateway: 192.168.1.1)
* Flash with standard [[OpenWRT]] image [[backfire.bin|backfire.bin]] [attachment:backfire.bin backfire.bin]
* Goto Backup/flash menu
** Disable keep settings
* Flash with [attachment:ff_image.bin?format=raw ff_image.bin]
*** Wait for reboot
* Set password
* Goto network->wifi
*** Click on "scan button"
*** Join CMU
*** submit, save and apply
* Goto Luci interface page
* scp etc-ff-image.tar root@192.168.1.1:/tmp/
** [attachment:ff_etc.tar?format=raw ff_etc.tar]
* ssh root@192.168.1.1
*** Check if etc-ff-image.tar is in tmp
* Replace etc directory
** rm –rf /etc/
** Tar xvf /tmp/etc-ff-image.tar
** MAC address in Luci should updated and change
** Copy MAC from interfaces window
* Updated MAC address in /etc/config/wireless
** edit /etc/config/wireless
** Change macaddr to copied MAC and save
* Reboot