- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Ubuntu server - How to set up a static ip address
Work on Ubuntu 22.04 and Ubuntu 24.04
-------
### Here all commands used on this video:
cd /etc/netplan/
ls -l
sudo vi /etc/netplan/00-installer-config.yaml
### An excerpt from my config file
network:
ethernets:
ens18:
dhcp4: no
addresses:
- 10.0.0.33/24
routes:
- to: default
via: 10.0.0.1
nameservers:
addresses: [10.0.0.1,8.8.8.8]
version: 2
sudo netplan apply
ip add
resolvectl status
ip route
------
00:00 Intro
00:16 I Explain where is the config files
01:02 Check our current network settings
02:45 Set up the static ip address
06:11 Testing the new network config
------
Version francaise (french version):
https://youtu.be/sy9sGW-JyF0
-------
If you would like to pay me a coffee to support my work.
https://ko-fi.com/benlinux
Видео Ubuntu server - How to set up a static ip address канала benlinux-en
-------
### Here all commands used on this video:
cd /etc/netplan/
ls -l
sudo vi /etc/netplan/00-installer-config.yaml
### An excerpt from my config file
network:
ethernets:
ens18:
dhcp4: no
addresses:
- 10.0.0.33/24
routes:
- to: default
via: 10.0.0.1
nameservers:
addresses: [10.0.0.1,8.8.8.8]
version: 2
sudo netplan apply
ip add
resolvectl status
ip route
------
00:00 Intro
00:16 I Explain where is the config files
01:02 Check our current network settings
02:45 Set up the static ip address
06:11 Testing the new network config
------
Version francaise (french version):
https://youtu.be/sy9sGW-JyF0
-------
If you would like to pay me a coffee to support my work.
https://ko-fi.com/benlinux
Видео Ubuntu server - How to set up a static ip address канала benlinux-en
Комментарии отсутствуют
Информация о видео
21 апреля 2023 г. 5:12:12
00:07:26
Другие видео канала
