Skip to content
Snippets Groups Projects
Commit 6e08283c authored by beuchatp's avatar beuchatp
Browse files

Added link to netplan examples for network configuration on a RaspPi

parent 29f8aeed
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment