User Tools

Site Tools


ubuntu:networking:netplan:configure_networking_with_netplan

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next 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] peterubuntu: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
 +</code>
 +
 +returns:
 +
 +<code bash>
 +...
 +enp3s0
 +...
 </code> </code>
  
 <WRAP info> <WRAP info>
 **NOTE:**  Note the interface name that you want to configure using Netplan. **NOTE:**  Note the interface name that you want to configure using Netplan.
 +
 +  * In this case, **enp3s0**.
 </WRAP> </WRAP>
  
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**: Either networkd or NetworkManager.
 +    * **networkd** uses the settings in the Netplan config file.  This is preferred.
 +    * **NetworkManager** uses the settings in the Ubuntu Network GUI settings.
  
   * **stp**:  Defines whether the bridge should use Spanning Tree Protocol   * **stp**:  Defines whether the bridge should use Spanning Tree Protocol
-  * **forward-delay**:  Specifies the period of time the bridge will remain in the Listening and Learning states before getting to the Forwarding state +  * **forward-delay**:  Specifies the period of time the bridge will remain in the Listening and Learning states before getting to the Forwarding state.
  
 </WRAP> </WRAP>
ubuntu/networking/netplan/configure_networking_with_netplan.1626337490.txt.gz · Last modified: 2021/07/15 08:24 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki