diff --git a/09-troubleshooting.md b/09-troubleshooting.md index 9a88735b0b0dacc1d82e061c36e9f2c362fbc79a..cc8b71c69592500ebc197744bae63f761dc8a0cb 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`