ubuntu:networking:netplan:configure_networking_with_netplan
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:networking:netplan:configure_networking_with_netplan [2021/07/15 08:24] – [Find the name of the active network interfaces that you want to configure] peter | ubuntu:networking:netplan:configure_networking_with_netplan [2021/07/15 08:29] (current) – [Find the name of the active network interfaces that you want to configure] peter | ||
---|---|---|---|
Line 27: | Line 27: | ||
<code bash> | <code bash> | ||
ip a | ip a | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | ... | ||
+ | enp3s0 | ||
+ | ... | ||
</ | </ | ||
<WRAP info> | <WRAP info> | ||
**NOTE: | **NOTE: | ||
+ | |||
+ | * In this case, **enp3s0**. | ||
</ | </ | ||
Line 44: | Line 54: | ||
# renderer: NetworkManager | # renderer: NetworkManager | ||
- | # Let NetworkManager manage all devices on this system | ||
network: | network: | ||
version: 2 | version: 2 | ||
Line 78: | Line 87: | ||
<WRAP info> | <WRAP info> | ||
**NOTE:** | **NOTE:** | ||
+ | |||
+ | * **renderer**: | ||
+ | * **networkd** uses the settings in the Netplan config file. This is preferred. | ||
+ | * **NetworkManager** uses the settings in the Ubuntu Network GUI settings. | ||
* **stp**: | * **stp**: | ||
- | * **forward-delay**: | + | * **forward-delay**: |
</ | </ |
ubuntu/networking/netplan/configure_networking_with_netplan.1626337490.txt.gz · Last modified: 2021/07/15 08:24 by peter