freifunk-berlin / firmware

DEPRECATED: Build system for Berlin firmware. Please user the pinned falter-repos instead
https://berlin.freifunk.net
GNU General Public License v3.0
73 stars 34 forks source link

upgrading a remote node will not make it connecting to the BBB again (tunneldigger) #690

Open SvenRoederer opened 5 years ago

SvenRoederer commented 5 years ago

Bug report

An upgraded node is missing the tunneldigger package

When upgrading a remote node via BBB-VPN was working painless with pre-Hedy releases. As the required OpenVPN packages have been included in all images a remote updated node was reconnecting to BBB-VPN by itself. Since we switched to modular uplinks and an optional alternative BBB-VPN via tunneldigger the old situation can only be archived when using a matching "tunneled uplink" package. When using a no-tunneled image the BBB-VPN link can only be restored after a site-visit an installing tunneldigger / OpenVPN manually.

It would be great to have a working BBB-VPN connection after an update.

pmelange commented 5 years ago

This issue has been discussed at the weekly cbase meeting and various proposals have been discussed. Additionally, if the node uses the openvpn variety (luckily there are only about 12 users of this old service left) to connect to the bbb-vpn and notunnel or tunneldigger image is used, the same problem arises.

SvenRoederer commented 5 years ago

In fact that's something which that closely relates to the flavors of images prebuilt. Probably the attendedsysupgrades, mentioned in https://github.com/freifunk-berlin/firmware/issues/22#issuecomment-498350409, are a smart solution.

pmelange commented 5 years ago

This has been implemented in https://github.com/freifunk-berlin/firmware/pull/701 but is also dependant on https://github.com/freifunk-berlin/firmware-packages/pull/189