Тёмный

Ubuntu Server 18.04 - Setup DNS, DHCP And Static IP 

Windows Ninja
Подписаться 10 тыс.
Просмотров 29 тыс.
50% 1

Ubuntu Server 18.04 - Setup DNS, DHCP And Static IP Address
This video shows how to from the start how to setup a static IP address on Ubuntu Server 18.04. It then shows how to setup the DNS server and DHCP server.
This is for Windows users to understand how to setup a Ubuntu Server.
The commands and config settings are below:
sudo apt install bind9
sudo nano /etc/bind/named.conf.options
sudo systemctl restart bind9
systemctl status bind9
sudo nano /etc/netplan/50-cloud-init.yaml
sudo apt install isc-dhcp-server
sudo nano /etc/default/isc-dhcp-server
sudo systemctl stop isc-dhcp-server
sudo systemctl start isc-dhcp-server
----------------
acl goodcomputers {
192.168.0.0/24;
localhost;
localnets;
};
recursion yes;
allow-query { goodcomputers; };
forwarders {
192.168.0.1;
};
__________
network:
ethernets:
ens33:
addresses: [192.168.0.2/24]
gateway4: 192.168.0.1
nameservers:
addresses: [192.168.0.2]
dhcp4: no
version: 2
For more visit:
www.windows10....

Опубликовано:

 

8 сен 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 32   
Далее
How to set up DHCP Dynamic DNS on Ubuntu
43:28
Просмотров 10 тыс.
🛑 ты за кого?
00:11
Просмотров 75 тыс.
БЕЛКА РОЖАЕТ?#cat
00:22
Просмотров 621 тыс.
Moving to KEA DHCP from ISC DHCP!
17:55
Просмотров 3,1 тыс.
How to Use NetPlan in Ubuntu 18.04
11:42
Просмотров 46 тыс.
Linux DNS Server Configuration for Beginners
9:52
Просмотров 25 тыс.
Deploying BIND DNS for your Home Lab - Part 1
25:45
Просмотров 21 тыс.
DNS Spoofing Attacks
15:40
Просмотров 41 тыс.