drakkar-lig / walt-python-packages

Home of walt-node, walt-server, walt-client and walt-common python packages.
https://walt-project.liglab.fr
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

OS of vpn nodes should be more robust to power breaks and connectivity losses #55

Open eduble opened 3 years ago

eduble commented 3 years ago

Boot procedure should never give up, or reboot if it fails. For instance, after a power cut, the raspberry pi may boot faster than the home equipment holding the DHCP server (e.g. ADSL box). The node should continue trying to get an IP address, or reboot. A service should monitor network connectivity, and reboot the node when it is lost (note: the VPN connection service may already do this, to be checked).