Skip to content
Snippets Groups Projects
  1. Sep 14, 2021
    • lemoer's avatar
      gluon-mesh-vpn-wireguard: add package (#2168) · 3f7c0b3a
      lemoer authored
      The address of the vpn interface is calculated in the style of
      modified EUI-64, based on a virtual mac address. This virtual mac
      address consists of 0x00 as first byte and the other five bytes
      are taken from the first bytes of md5sum(base64 encoded public key).
      
      The algorithm was taken by the ffmuc, with a slight difference. ffmuc
      calculated the result of md5sum(base64 encoded public key + '\n')
      which was interpreted as accidential fault and therefore dropped.
      
      Example:
      - Public-Key: "gP3VJnTTvnQut+z4O+m0N9RgMyXbgyUbUkF3E3TKX2w="
      - Address: "fe80::02ca:b8ff:fedc:2eb3"
      
      The following interfaces are used for wireguard:
      - wg_mesh  -> wireguard interface
      - mesh-vpn -> vxlan iface on top of wg_mesh
      
      If you use this new feature, make sure the NTP servers in your site
      config are publicly reachable. This is necessary, since wireguard
      requires correct time before the vpn connection is established.
      Therefore gluon performs ntp time synchronisation via WAN before it
      establishes the vpn connection. Therefore the NTP servers have to
      be publicly reachable (and not only via mesh).
      Unverified
      3f7c0b3a
  2. Sep 11, 2021
  3. Sep 04, 2021
    • Matthias Schiffer's avatar
      treewide: clean up site checks for prefix[46] and extra_prefixes6 · 1ae70469
      Matthias Schiffer authored
      - Move site check for prefix4 and extra_prefixes6 to gluon-core, so the
        rules don't need to be duplicated in several packages. This also fixes
        gluon-respondd not checking extra_prefixes6 at all when
        gluon-ebtables-source-filter is not installed as well.
      - A redundant check for prefix6 is removed from gluon-l3roamd (this was
        already checked by gluon-core)
      - A separate check for prefix4 remains in gluon-client-bridge, as the
        setting in mandatory there
      Unverified
      1ae70469
  4. Aug 31, 2021
  5. Aug 28, 2021
  6. Aug 27, 2021
  7. Aug 12, 2021
  8. Aug 11, 2021
  9. Aug 10, 2021
  10. Aug 08, 2021
  11. Jul 23, 2021
  12. Jul 17, 2021
  13. Jul 15, 2021
  14. Jul 13, 2021
  15. Jul 12, 2021
  16. Jul 11, 2021
    • Matthias Schiffer's avatar
      gluon.mk: fix indentation · 3386221e
      Matthias Schiffer authored
      A leading tab character usually marks recipe lines in Makefiles;
      non-recipe lines must be indented using spaces.
      
      The incorrect tab character doesn't seen to have caused any issues in
      this case, but it should be fixed nonetheless, if only for consistency.
      Unverified
      3386221e
  17. Jul 01, 2021
  18. Jun 29, 2021
  19. Jun 26, 2021
  20. Jun 21, 2021
  21. Jun 16, 2021
  22. Jun 15, 2021
Loading