Hi,
A node is connected to Internet gateway A, but it also has access to
Internet gateway B. If gateway A fails, how long does it take to start
using gateway B?
My syslog is flooded with the message above.
Looking around I found in batctl o the same mac as originator as the next
hop.
root@da88:~# batctl o
[B.A.T.M.A.N. adv openwrt-2019.2-7, MainIF/MAC:
wlan1-mesh_252/78:a3:51:16:da:88 (bat0/7e:30:a4:a8:83:a9 BATMAN_IV)]
Originator last-seen (#/255) Nexthop [outgoingIF]
* 02:95:39:16:d9:ec 0.010s (239) 02:13:f2:16:d9:ec [eth0-2_252]
* 02:95:39:16:d9:e8 2.180s (202) 02:13:f2:16:d9:ec [eth0-2_252]
* 02:95:39:16:d9:48 0.660s (189) 02:13:f2:16:d9:ec [eth0-2_252]
* 02:13:f2:16:d9:ec 0.010s (238) 02:13:f2:16:d9:ec [eth0-2_252]
* dc:9f:db:0a:15:34 1.420s (193) 02:13:f2:16:d9:ec [eth0-2_252]
May this be the reason?
--
Regards
Jürgen Kimmel
---------- Forwarded message ----------
From: Andreas Bräu via gsoc-students-2019 <gsoc-students-2019(a)freifunk.net>
Date: Dec 26, 2020 16:43
Subject: [gsoc-students-2019] GSoC 2021 - update your project ideas!
To: gsoc-students-2019(a)freifunk.net
Cc: Andreas Bräu <ab(a)andi95.de>
> Hi there,
>
> I hope you all had a nice and quiet Christmas time. As I said in my last
> email, we plan to apply again as organization for Google Summer of Code
> 2021.
>
> The application period starts at January 29. See the full timeline here:
> https://summerofcode.withgoogle.com/how-it-works/#timeline
>
> To prepare our application, we need your help! As in the years before,
> we have to provide a nice list of ideas. Our ideas are listed at
> https://projects.freifunk.net and can be edited there at
> https://github.com/freifunk/projects.freifunk.net-contents
>
> We want you to review and update existing ideas, and of course add your
> latest new ideas to the list.
> Please keep in mind that Google changed some program rules: the
> projects are smaller and the time frames more flexible. Find more
> information at
> https://google.github.io/gsocguides/mentor/defining-a-project-ideas-list
>
> If you have any questions, please don't hesitate to ask us.
>
> Best regards,
>
> Andi and Bluse
> --
> gsoc-students-2019 mailing list
> gsoc-students-2019(a)freifunk.net
> https://lists.freifunk.net/mailman/listinfo/gsoc-students-2019-freifunk.net
Ilario Gelmetti:
>
> 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 (if I remember correctly...) and shows the answer.
> Ciao,
> Ilario
>
I keep mising that very nice BMX6 graph Luci had on LiMe 17.06. I get
very mcuh lost without it.
What does the following command exactly do?
batctl o
I would like to understand its output.
Thank you!
LiMe master development (master rev. 19cc376 20201215_2028)
Hi,
compiled with firstbootwizard selected but ubus-fbw inadvertently
deselected.
Then I installed ubus-fbw via opkg which broke the image, device not
accessible anymore.
Then I compiled ubus-fbw also selected, device not accessible.
The reason for trying firstbootwizard is having the possibility to
configure the community mesh name without changing any file.
--
Regards
Juergen
Hi Juergen!
I have very limited experience with FirstBootWizard and lime-app.
I basically used them just to check that they do not fail terribly but not much more.
SAn, Marcos Gutierrez and German Ferrero (who I hope are reading this mailing list) are the ones who really know how those tools work or not work...
Ciao!
Ilario
On Dec 16, 2020 11:22, Juergen Kimmel <juergenkimmel(a)gmail.com> wrote:
>
> Hi Ilario,
> is your opinion still valid?
>
> I read this:
> The LibreMesh team is happy to announce a new version of LibreMesh, 2020.1 "ExpansiveEmancipation"
> * first-boot-wizard, an optional helper to deploy and extend the network that is well integrated with the LimeApp.
>
> On the other hand selecting firstbootwizard and ubus-fbw breaks the image
>
> Regards
> Juergen
>
> Am So., 13. Dez. 2020 um 22:28 Uhr schrieb Ilario Gelmetti <iochesonome(a)gmail.com>:
>>
>> On 12/13/20 12:37 PM, Juergen Kimmel wrote:
>> > But without FirstBootWizard It's not possible to configure the network??
>>
>> lime-app has limited configuration capabilities (intentionally), an
>> attempt of list of lime-app features can be found at
>> https://github.com/libremesh/lime-packages/issues/327
>>
>> If you want to have full access to configuration you'll have to access
>> the router using SSH, add configuration lines in /etc/config/lime-node
>> and apply it with "lime-config" command.
>>
>> The documentation for /etc/config/lime-node is on the documentation of
>> the website:
>> https://libremesh.org/docs/
>> and in the lime-example.txt file which can be found online at
>> https://github.com/libremesh/lime-packages/blob/master/packages/lime-docs/f…
>> or on the router at
>> /docs/lime-example.txt
>> and
>> http://thisnode.info/docs/lime-example.txt
>>
>> If you cannot connect to the router using SSH, check out the
>> documentation on the website:
>> https://libremesh.org/docs/en_connecting_nodes.html
>> and
>> https://libremesh.org/docs/en_troubleshooting.html
>>
>> Ciao!
>> Ilario
>>
>>
>> _______________________________________________
>> lime-users mailing list
>> lime-users(a)lists.libremesh.org
>> https://lists.libremesh.org/mailman/listinfo/lime-users
On 12/15/20 9:44 AM, ignifugo wrote:
> On 15/12/20 05:19, SAn via lime-users wrote:
>> The LibreMesh team is happy to announce a new version of LibreMesh, 2020.1 "ExpansiveEmancipation".
>> Three years of work, 882 commits, 23 developers, tons of bug fixes and improvements!
> Cold be really nice, have a publish place where is possible give a
> feedback of the users/communities about the update and the result...
Yesssss that would be great!
What do you propose?
> I'll write sure in our blog, after I'll pass the link.
Nice :D Thanks!
Hugs,
Ilario