ubuntu:networking:change_netplan_renderer_from_networkd_to_networkmanager
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:networking:change_netplan_renderer_from_networkd_to_networkmanager [2020/12/22 01:51] – created peter | ubuntu:networking:change_netplan_renderer_from_networkd_to_networkmanager [2020/12/22 02:01] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Ubuntu - Networking - Change netplan renderer from networkd to NetworkManager ====== | ||
- | |||
- | **[[https:// | ||
- | |||
- | It supports both networkd and NetworkManager. | ||
- | |||
- | * **networkd** is part of Systemd. In other word systemd-networkd used to manage network connections using Systemd. | ||
- | * **NetworkManager** is a GUI tool for configuring networking options. | ||
- | |||
- | ---- | ||
- | |||
- | The steps are: | ||
- | |||
- | - Open the Terminal window app | ||
- | - Backup current config file using the cp command. | ||
- | - Type the following command to edit your netplan config file | ||
- | - Set renderer to NetworkManager | ||
- | - Save and close the file | ||
- | - Reboot the system | ||
- | |||
- | ---- | ||
- | |||
- | ===== Make a backup ===== | ||
- | |||
- | <code bash> | ||
- | cp / | ||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | Edit / | ||
- | |||
- | <file yaml / | ||
- | # This file describes the network interfaces available on your system | ||
- | # For more information, | ||
- | network: | ||
- | version: 2 | ||
- | #renderer: networkd | ||
- | renderer: NetworkManager | ||
- | ethernets: | ||
- | enp3s0: | ||
- | dhcp4: yes | ||
- | </ | ||
- | |||
- | <WRAP info> | ||
- | **NOTE: | ||
- | |||
- | Also notice that the renderer is set to **NetworkManager**. | ||
- | |||
- | </ | ||
- | |||
- | ---- | ||
- | |||
- | ===== Apply the update ===== | ||
- | |||
- | <code bash> | ||
- | sudo netplan apply | ||
- | </ | ||
- | |||
- | |||
ubuntu/networking/change_netplan_renderer_from_networkd_to_networkmanager.1608601888.txt.gz · Last modified: 2020/12/22 01:51 by peter