How to Set Static IP in Ubuntu Server 20.04 -IP شرح كيفية تثبيت

Опубликовано: 09 Май 2022
на канале: SALAMI-TECH
1,225
16

How to Set Static IP in Ubuntu Server 20.04 -IP شرح كيفية تثبيت
#Ubuntu
#Ubuntu_server
#StaticIP
كيفية اضافة اي بي ثابت لسيرفر #اوبنتو سيرفر 20.04
Configuring #UbuntuServer2004 to use a Static #IPAddress
COMMENT CONFIGURER UNE ADRESSE IP STATIC SOUS UBUNTU 20.04

commend used in video:

cd /etc/netplan/
ls
nano 00-installer-config.yaml

dhcp4: no
addresses: [192.168.1.249/24]
gateway4: 192.168.1.1
nameservers:
addresses: [8.8.8.8, 8.8.4.4]

netplan apply