Ubuntu netplan static ip
- how to change ip in ubuntu server
- how to change ip in ubuntu server 22.04
- how to set ip in ubuntu server
- how to set ip in ubuntu server 20.04
Ubuntu 20.04 set static ip command line.
Ubuntu set static ip command line
To configure a static IP address on Ubuntu Server 24.10, follow these simple steps.
Step 1 : Update and Install net-tools
First, update your server and install the package, which includes essential networking utilities like .
Step 2 : Check Ethernet Interfaces
Use the command to list all the Ethernet interfaces available on your server.
Identify the interface for which you want to set a static IP address (e.g., or ).
Step 3 : Open the Netplan Configuration File
Next, open the Netplan configuration file located at /etc/netplan/50-cloud-init.yaml.
Use your preferred text editor (like or ).
Step 4 : Add Static IP Configuration
In the configuration file, modify or add a section for the Ethernet interface to configure a static IP. Here's an example configuration:
Step 5 : Apply the Changes
After saving the file, apply the changes to the network configuration by running the following command:
Step 6 : Check Connectivity
To verify that the static IP has been successfully applied, ping an external server like Google:
Congratulations!
You have success
- how to change ip address in ubuntu server command line
- how to change static ip in ubuntu server