Skip to content

Commit

Permalink
docs: Add 'netplan try' to tutorial (#494)
Browse files Browse the repository at this point in the history
* docs: add `netplan try` to netplan tutorial

* docs: corrections and improvements to netplan try section
  • Loading branch information
davidekete authored Aug 12, 2024
1 parent 427a709 commit a955b0d
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions doc/netplan-tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,13 +395,24 @@ After creating a new configuration as described in [Using netplan set to enable

This interface has no IP address and its state is `DOWN`.

2. Apply the new Netplan configuration:
2. Test the new configuration (optional):

```
netplan try
```
Applies the new configuration temporarily (120 seconds by default) and waits for confirmation (within the specified time) to make it permanent.


3. Apply the new Netplan configuration:

```
netplan apply
```
:::{note}
Skip this step if you made the changes permanent using `netplan try`.
:::

3. Check the state of the `enp6s0` interface again using one of the following two methods:
4. Check the state of the `enp6s0` interface again using one of the following two methods:

* Using the `ip` tool:

Expand Down

0 comments on commit a955b0d

Please sign in to comment.