Netplan: Difference between revisions

From Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
https://www.linux.com/learn/intro-to-linux/2018/9/how-use-netplan-network-configuration-tool-linux
To show all network devices and their status:
To show all network devices and their status:
<pre>
<pre>

Revision as of 19:27, 24 January 2019

https://www.linux.com/learn/intro-to-linux/2018/9/how-use-netplan-network-configuration-tool-linux

To show all network devices and their status:

ip a

Configure a file in /etc/netplan

Try the new config:

netplan try

Apply the new config:

netplan apply