From 453908d8010918bf80b100f4c58536d7417aadab Mon Sep 17 00:00:00 2001 From: stephengraf Date: Tue, 25 Feb 2025 10:12:10 -0800 Subject: [PATCH] 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. --- docs/User-Guide_Networking.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/User-Guide_Networking.md b/docs/User-Guide_Networking.md index af4f6cb5..d53b5616 100644 --- a/docs/User-Guide_Networking.md +++ b/docs/User-Guide_Networking.md @@ -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