How to set Static IP address on Ubuntu Server 24.04

Streamed on:
1

Title : How to set Static IP address on Ubuntu Server 24.04

======================================

To check the IP Address : ip a
Open network editor :
For Ubutnu 22.04 : nano /etc/netplan/00-installer-config.yaml
For Ubuntu 24.04 : nano /etc/netplan/01-netcfg.yaml

network:
version: 2
renderer: networkd
ethernets:
ens33: # You can replace ens33 if your network adapter name is different
addresses:
- 192.168.1.10/24 # IP address with Subnet mask
gateway4: 192.168.1.1 # Gateway address
nameservers:
addresses: [8.8.8.8, 8.8.4.4]

To apply the network plan : netplan apply
=======================================
.
.
.
ubuntu server static ip address configuration,configure static ip ubuntu server 22.04,ubuntu server,configure static ip address on ubuntu server 22.04,static ip ubuntu server 20.04,set static ip ubuntu 22.04 server,configure static ip ubuntu server 20.04,configure static ip in ubuntu server 22.04,ip address,ubuntu server 24.04,ubuntu,how to configure static ip in ubuntu server 22.04,how to install ubuntu server,how to leave static ip in ubuntu server 22.04

ubuntu server static ip address configuration,configure static ip ubuntu server 22.04,static ip ubuntu server 20.04,configure static ip address on ubuntu server 22.04,static ip,how to configure static ip in ubuntu server 22.04,configure static ip address on ubuntu 22.04,ubuntu server static ip address,ubuntu static ip,how to configure ip address in ubuntu linux,configure static ip in ubuntu server 22.04,set static ip ubuntu 22.04 server,ip address

Loading comments...