From 52ee1e1b5926105fc9f99a17a17007eccefa18ff Mon Sep 17 00:00:00 2001 From: tierno Date: Fri, 1 May 2020 01:06:59 +0200 Subject: [PATCH] troubleshooting when net-tools not installed Signed-off-by: tierno --- 09-troubleshooting.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/09-troubleshooting.md b/09-troubleshooting.md index 9a88735..cc8b71c 100644 --- a/09-troubleshooting.md +++ b/09-troubleshooting.md @@ -134,6 +134,11 @@ In some cases, a MTU mismatch between the host and docker interfaces will cause sudo service docker restart ``` +##### Error: `Fatal error: Not possible to determine the interface with +the default route 0.0.0.0` + +Check command `route` is installed. If not, install it with `sudo apt-get install net-tools` and retry + #### Problem deploying stack osm ##### `network netosm could not be found` -- GitLab