У нас вы можете посмотреть бесплатно “How to Configure a Static IP Address in Ubuntu VM | Step-by-Step Netplan Tutorial” или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
In this video, you’ll learn how to configure a static IP address in Ubuntu using Netplan — the modern network configuration tool used in newer Ubuntu versions. I’ll demonstrate the full process inside an Ubuntu VM running in EVE-NG, but the same steps apply if you’re using VirtualBox, VMware, or any other virtualization platform. You’ll learn how to: ✅ Check your current dynamic IP using ip a ✅ Create and edit a Netplan configuration file ✅ Assign a static IP, gateway, and DNS ✅ Apply and verify your configuration By the end of this video, your Ubuntu VM will always boot up with the same static IP address, perfect for labs, servers, and network simulations. Commands Used in This Video: ip a cat /etc/netplan sudo nano /etc/netplan/02-static-netconf.yaml sudo netplan apply Example Netplan configuration: network: version: 2 renderer: networkd ethernets: ens3: dhcp4: no addresses: [192.168.1.100/24] gateway4: 192.168.1.1 nameservers: addresses: [8.8.8.8,8.8.4.4] #Ubuntu #StaticIP #EVE-NG #LinuxTutorial #Netplan #UbuntuVM #Networking #VMConfiguration