From 6e08283cb79f54696655a10e8deadcbba32dbb89 Mon Sep 17 00:00:00 2001
From: beuchatp <beuchatp@control.ee.ethz.ch>
Date: Thu, 21 May 2020 20:40:31 +0200
Subject: [PATCH] Added link to netplan examples for network configuration on a
 RaspPi

---
 .../network_configuration_of_raspberry_pi.md   | 18 +++++++++++++++++-
 1 file changed, 17 insertions(+), 1 deletion(-)

diff --git a/wiki/install_and_setup/network_configuration_of_raspberry_pi.md b/wiki/install_and_setup/network_configuration_of_raspberry_pi.md
index 4b88ee0e..6fe5fe7c 100644
--- a/wiki/install_and_setup/network_configuration_of_raspberry_pi.md
+++ b/wiki/install_and_setup/network_configuration_of_raspberry_pi.md
@@ -2,7 +2,23 @@
 
 ## SETUP THE ETHERNET NETWORK CONNECTION
 
-The networking is handled by ``netplan`` and hence network specifications are contained in the ``/etc/netplan`` folder. As installed, this folder should contain only one file named ``50-clound-init.yaml``, and the contents of the file should look something like:
+The networking is handled by ``netplan`` and hence network specifications are contained in the ``/etc/netplan`` folder. A comprehensive set of example configurations are available here:
+<br>
+https://netplan.io/examples
+<br>
+
+The following configurations are detailed on this page:
+- [Default configuration of a fresh Ubuntu install](#default-configuration-of-a-fresh-ubuntu-install)
+- [Configuration when using a desktop environment](#configuration-when-using-a-desktop-environment)
+- [Configuration for a fixed IP address](#configuration-for-a-fixed-ip-address)
+- [Configuration for a dynamic IP address](#configuration-for-a-dynamic-ip-address)
+- [Useful commands for debugging network discrepancies](#useful-commands-for-debugging-network-discrepancies)
+
+
+
+### Default configuration of a fresh Ubuntu install
+
+As installed, the ``/etc/netplan`` folder should contain only one file named ``50-clound-init.yaml``, and the contents of the file should look something like:
 
 ```
 network:
-- 
GitLab