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.
This commit is contained in:
stephengraf
2025-02-25 10:12:10 -08:00
committed by Igor
parent 270f9ac437
commit 453908d801

View File

@@ -34,6 +34,8 @@ network:
#### Setting a fixed IP address
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.
The following example configures a static IP `192.168.1.199` for the `eth0` interface. Please adjust as necessary.
@@ -122,6 +124,7 @@ This will verify the syntax and test if your device can connect
```bash
sudo netplan try
```
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.
#### Apply the configuration