On 14/08/14 18:19, Gui Iribarren wrote:
comments more than welcome :D
it's a sandbox branch since i might still rebase it,
but i'll compile a lime-build set of binaries right now, and flash all
the hardware i have at hand, which is fortunately varied:
* ubnt rocket m5
* tl-mr3220
* tl-mr3040
* tl-mr3020
* tl-wr741nd
* tl-wr842nd
* tl-wdr3500
* tl-wdr3600
i've just finished testing,
i flashed all mentioned hardware except tl-mr3020, one of each kind
except wdr3500 that i had two units.
after flashing, i ran this command connected via ethernet cable, on each
device right after firstboot, less than a minute uptime.
ssh `neigh` "set -x ; cat /etc/banner ; head /tmp/sysinfo/* ; opkg
list-installed ; uci show ; iw dev ; iw phy ; iwinfo; ip a s ; ip -6 r ;
ip r ; batctl if ; batctl o ; bmx6 -cp ; bmx6 -cd8 ; cat
/tmp/lime-config.log " &> "`neigh`_$(date +%s).log"
### `neigh` is a handy oneliner function
### i have defined in my ~/.bash_aliases:
neigh () { iface=${1:-eth0} ; count=$2 ; ip=$(ping6 -n -L -c 1 \
${count:+-c 2} -w 1 ff02::1%$iface | grep "^64 bytes" | head -n \
${count:-1} | tail -n 1 | cut -d ' ' -f 4 | sed "s/:$/%$iface/") ; \
echo ${ip:-no_reply} ; }
i tarbzed all of the logs, you'll find them attached
in the first device, a wdr3600, i changed ap_ssid to OtherLiMe and
re-ran lime-config && uci commit, so to "move" that router to another
cloud, and it correctly recalculated all ip prefixes and batadv vlan :D
you can diff the two logs, before and after, and see the changes.
Cheers!
i'll report back later
cheers!
_______________________________________________
Dev mailing list
Dev(a)lists.libre-mesh.org
https://lists.libre-mesh.org/mailman/listinfo/dev