Установка DNS сервера BIND.

Published: 07 September 2024
on channel: ProCode Path
87
3

Установка DNS сервера BIND.

обновить список пакетов
sudo apt update

установить Bind 9
sudo apt install bind9 bind9utils bind9-doc -y

Проверьте статус службы BIND
sudo systemctl status bind9

Проверьте версию BIND
named -v

Проверьте, что BIND слушает нужные порты
sudo ss -plnt | grep named

запрос к самому себе
dig @127.0.0.1 localhost


Watch video Установка DNS сервера BIND. online, duration hours minute second in high quality that is uploaded to the channel ProCode Path 07 September 2024. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 87 times and liked it 3 visitors.