Hi,
I got a interesting thing - an Meraki MX60W.
It has an 2-Band Wifi with 2.4 and 5 Ghz in one phy.
The lime-autogen generates only an 5Ghz WLAN - the 2.4 remains unused.
How can I get both working?
I had a working encrypted mesh based on a self-compiled 18.06.8 openwrt
solution.
I also used wpad-mesh-wolfssl for the encryption of option
ieee80211s_encryption 'psk2+tkip+ccmp' as described in the
lime-community-example.
This worked very well.
Now I upgraded with the same options to 19.07.3.
There I only got SAE-AUTH Failures. (No connection between the nodes)
After some research I changed the encryption to wpad-mesh-openssl.
Now it is working - but the package is much bigger than the wolfssl.
Shouldn't this problem be mentioned somewhere in the Instructions?
Is there another solution with wolfssl?
Thanks,
Andy
Hi,
I'm running LiMe based on OpenWRT v19.07.3
I would like to run some commands permanently. I made the
/etc/lime-assets/node/myscript.sh script with those commands and gave it
execute permissions.
Then I added the following to /etc/config/lime-node:
config run_asset 'sh'
option asset 'node/myscript.sh'
option when 'ATCONFIG'
Everything works ok, but only if I manually run lime-config. The script
does not work after a reboot. I also tried with option "ATFIRSTBOOT",
but I get the same, it only works if I manually run lime-config.
What am I missing?
Hi all,
there is a typo at
sudo apt update
sudo apt install --no-install-recommends git ca-certificates
subversion wget make gcc g++ libncurses5-dev gawk unzip file patch
python3-distutils python3-minimal python-minimal
python-minimal should be python2-minimal
--
cheers
Jürgen Kimmel
On Aug 26, 2020 19:02, amuza <amuza(a)riseup.net> wrote:
> How could I see through the command line other active nodes?
This is a super important question and I'm not sure if the Babeld case
have been documented anywhere yet, thanks for asking this!
For the neighbours known by Batman-adv you can use the command:
batctl o
For the neighbours (and much other info) known by Babeld you can use:
echo dump | nc ::1 30003
Which sends a packet with the word "dump" to the same router at a door
configured in /etc/config/babeld (30003 is not the standard Babeld port,
LibreMesh devs chose it) and shows the answer.
https://www.irif.fr/~jch/software/babel/babeld.html#LOCAL_CONFIGURATION_INT…
Ciao,
Ilario
Hello!
I have been out for a long while, and now I would like to resume my
libremeshing. I don't remember many things, and I see the website did
not change much.
Is 17.06 still the recommended version?
I remember when you wanted to precook binaries for your own network
there was this chef thing you could use. Is that thing still available?
I don't remember where it was.
I'd be happy if you could give me some updates on versions,
methodologies and URLs.
Thank you!
Hi!
LiMe 17.06' luci used to show a very nice graph of linked nodes at
BMX6 > Graph
After compiling from source (based on OpenWRT 18.06) I cannot see it.
Is it still available?
If so, how could I get it?
Thanks!
>
> The files directory relates to the root partion so your file must be in
>
> files/etc/firewall.lime.d/90_my_rules_file
Yeap, forget everything, my bad, thank you SAn!