Skip to content

Commit 453908d

Browse files
stephengrafigorpecovnik
authored andcommitted
Update User-Guide_Networking.md
Add line to remove default file when creating a static configuration on minimal. Add note that one can apply changes from netplan try.
1 parent 270f9ac commit 453908d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/User-Guide_Networking.md

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ network:
3434
3535
#### Setting a fixed IP address
3636
37+
When creating an additional .yaml file be sure to remove the default file (/etc/netplan/10-dhcp-all-interfaces.yaml) as the default will overide.
38+
3739
The following example configures a static IP `192.168.1.199` for the `eth0` interface. Please adjust as necessary.
3840

3941

@@ -122,6 +124,7 @@ This will verify the syntax and test if your device can connect
122124
```bash
123125
sudo netplan try
124126
```
127+
If there are no warmings or errors and you hit ENTER as suggested the changes will be made and the next, nextplan apply, step can be skipped.
125128

126129
#### Apply the configuration
127130

0 commit comments

Comments
 (0)