Skip to content
Tom Herbers edited this page Jun 26, 2022 · 1 revision

14.06.2022 - 20:00 CEST - mumble.freifunk.net

Attendees

  • aiyion (ffh)
  • blocktrron (ffda)
  • Benjamin (ffsh)
  • ce-4 (ffmuc)
  • gabor (ffgraz)
  • istobic (ffnh) (until 21:05)
  • jsc
  • lemoer (ffh)
  • mkg20001 (ffgraz)
  • rotanid (ffa)
  • shoragan (ffbs)
  • tomh (ffda/ffrn)
  • T_X
  • xbr (fflux)
  • neoraider
  • aparcar (OpenWrt)

Topics

  • Status of Devices with only few resources:

    • Status of 8/32 devices
      • There are reports that they are currently unusable.
      • People have been doing tests, but it really doesn't work.
      • Currently there is no one that wants to put work in.
    • Status of 8/XX devices
      • not that much flash, maybe issue some kind of warning?
      • TP-Link RE450 might have an unfortunate flash layout, with only 6MB usable for OpenWrt/Gluon, even though it has an 8MB flash chip
      • other devices which may run into problems: Nexx WT3020 8M, TP-Link Archer C20 v1, TP-Link Archer C20i
      • no warning, with regular gluon stuff there's still enough space
  • CVE-2022-24884 Aftermath

    • Update progress?
    • Things to improve?
      • Organisational:
        • Kudos to all the / so many communities who were able to update so quickly!
        • Still quite a few communities seemingly still need an update, no update observed in Gluon-Census for these.
      • Code:
        • Add support for SSL
          • configurable as either optional when available (ustream-ssl installed? + https mirror configured) or mandatory
          • should be possible to use SSL instead of manifest signatures, if good_signatures=0 (maybe not that useful for Freifunk context, although Freifunk Dresden does exactly this with their own autoupdater)
          • (SSL option might also make it more suitable to upstream the autoupdater to OpenWrt?)
        • Add support for usign?
          • packages gluon-autoupdater-ecdsautils + gluon-autoupdater-usign, allowing to choose to acccept signatures from either or both tools (manifest format would stay the same)
        • Add an explicit sanity check for duplicate signatures in ecdsautils? Then a good_signatures > 1 would have saved us, too.
        • Security audit of ecdsautils + autoupdater (+ respondd)?
  • OLSR2 PR https://github.com/freifunk-gluon/gluon/pull/2535 [👤mkg20001 & 5gbr]

    • please review
    • no clientap, just meshing with olsr2 nodes
    • replace mmfd with getting topology from olsrd?
      • later maybe
    • move l3/mmfd firewall to specific packages instead of babel/olsr
    • graz has devices in production now
    • (unrelated) [👤5gbr] fixed IBSS on ffgraz fork
  • Warning label for webui, custom template sections https://github.com/freifunk-gluon/gluon/pull/2530 [👤mkg20001]

    • please review
    • needed for custom stuff in ffgraz community-packages webui packages
    • [👤neoraider] will review
  • Config-Mode UI for Interface Role Assignment #2480 [👤lemoer]

    • Discussion about the next steps in this direction.
    • Maybe build the UI without adding a possibility to expand /lan, /wan and /single interfaces in the first place.
    • In the second instance:
      • By default, /lan refers to lan1, lan2, lan3, lan4.
      • If an interface for lan1 is defined, then:
        • lan1 is removed from /lan.
        • So this means that /lan only refers to lan2, lan3, lan4.
  • support for devices without WAN port but multiple LAN ports [👤rotanid]

    • future newly added devices will use LAN1 as WAN and further ports are used as LAN
Clone this wiki locally