How to STATIC IP Address on Ubuntu server 22.04

Published: 22 March 2024
on channel: Zonat Solutions
5,348
40

Title : How to STATIC IP Address on Ubuntu server 22.04

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

To check the IP Address : ip a
Open network editor :
For Ubutnu 22.04 : nano /etc/netplan/00-installer-config.yaml
For Ubuntu 20.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,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


Watch video How to STATIC IP Address on Ubuntu server 22.04 online without registration, duration hours minute second in high quality. This video was added by user Zonat Solutions 22 March 2024, don't forget to share it with your friends and acquaintances, it has been viewed on our site 5,348 once and liked it 40 people.