Netplan: Difference between revisions
Jump to navigation
Jump to search
Created page with "To show all network devices and their status: <pre> ip a </pre>" |
No edit summary |
||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
ip a | ip a | ||
</pre> | |||
Configure a file in <code>/etc/netplan</code> | |||
Try the new config: | |||
<pre> | |||
netplan try | |||
</pre> | |||
Apply the new config: | |||
<pre> | |||
netplan apply | |||
</pre> | </pre> |
Revision as of 19:26, 24 January 2019
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