ycliper

Популярное

Музыка Кино и Анимация Автомобили Животные Спорт Путешествия Игры Юмор

Интересные видео

2025 Сериалы Трейлеры Новости Как сделать Видеоуроки Diy своими руками

Топ запросов

смотреть а4 schoolboy runaway турецкий сериал смотреть мультфильмы эдисон
Скачать

Install DNS Server Unbound on Kali Linux

Автор: Entry Level IT

Загружено: 2025-01-30

Просмотров: 673

Описание: Hi,

In this video we show how to install a #DNS server in #KaliLinux. While this was not part of our #Comptia 1101 exam objective 2.6, it does relate.

This install provides more #privacy, #security and #control .

You can use this for a lot of things such as blocking a 3rd party DNS server logging your information for domain name request. It has security implications; it adds a layer of security for firewalls.

This here can be used as an #adblocker .

There is a lot of ways you can use this technology. The magic in this is in the configuration, the better and more you understand the #configuartion file the better, you have control.

We had about for better or for worse about 6-8 hours of technical support to just get the baseline code. If you don't believe run chat gpt and or gemini and try to search for installing unbound on kali linux.

We went through that process already and we found a decent formula even if you google it, a lot of people are forwarding the dns request which DEFEATS THE WHOLE PURPOSE OF RUNNING A LOCAL DNS SERVER (or at least one of them), I almost lost my **** when people were charging $6 a month yet what they claimed was the total opposite of what it was supposed to do.

I am not perfect, I could be wrong if I am wrong let me know in the comments below so we can fix it, but I believe we have the correct script to run locally, and use Unbound the way it was intended.

Nonetheless, the purpose of this video was to demonstrate how to run a DNS server locally for better privacy, security and control.


#Install #DNS #Server #Unbound on #kalilinux

Here is the script: (please watch the video to learn how to use it)


sudo apt update
sudo apt upgrade
sudo apt install unbound

sudo nano /etc/unbound/unbound.conf
#Key Config File

server:
verbosity: 1
interface: 0.0.0.0
access-control: 127.0.0.1/8 allow
access-control: 192.168.1.0/24 allow
do-not-query-localhost: no
hide-identity: yes
hide-version: yes


sudo systemctl enable unbound
sudo systemctl status unbound

###########################################
i had an issue solved it via

sudo nano /etc/default/unbound
#add
DAEMON_OPTS=""
#save and exit



#### check to see if ubound is being used
cat /etc/resolv.conf
sudo nano/etc/resolv.conf
nameserver 127.0.0.1
sudo chattr +i /etc/resolv.conf

#flush DNS cache
sudo systemctl restart unbound
sudo systemd-resolve --flush-caches





##########################
#trouble shooting
sudo netstat -tulnp | grep :53

sudo systemctl status unbound

dig google.com @127.0.0.1

#how to block a website example
local-zone: "google.com." static
local-data: "google.com A 0.0.0.0"

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Install DNS Server Unbound on Kali Linux

Поделиться в:

Доступные форматы для скачивания:

Скачать видео

  • Информация по загрузке:

Скачать аудио

Похожие видео

ВСЕ ЧТО НУЖНО ЗНАТЬ ПРО LINUX

ВСЕ ЧТО НУЖНО ЗНАТЬ ПРО LINUX

5 Simple & Basic Commands to Navigate Kali Linux - Cybersecurity Red Team

5 Simple & Basic Commands to Navigate Kali Linux - Cybersecurity Red Team

db 4  Data Quality and MDM Overview

db 4 Data Quality and MDM Overview

Купил МОНСТРА на 32 ГБ VRAM за 45к. Что может серверная Tesla V100 в ИГРАХ?

Купил МОНСТРА на 32 ГБ VRAM за 45к. Что может серверная Tesla V100 в ИГРАХ?

Настройка DNS-сервера Linux Unbound

Настройка DNS-сервера Linux Unbound

Comtpia A+ 1101 2.4 Course Exam Objectives

Comtpia A+ 1101 2.4 Course Exam Objectives

NanoPI R3S обзор и настройка - OpenWRT: Zapret, Zapret2, YoutubeUnblock, Podkop

NanoPI R3S обзор и настройка - OpenWRT: Zapret, Zapret2, YoutubeUnblock, Podkop

Домашний сервер на динамическом IP бесплатно! Dynamic DNS, проброс портов, N8N

Домашний сервер на динамическом IP бесплатно! Dynamic DNS, проброс портов, N8N

Technitium Install: Fast, Secure, Authoritative DNS Server for You and Your Clients' Networks

Technitium Install: Fast, Secure, Authoritative DNS Server for You and Your Clients' Networks

Best DNS Server for Home lab - Pihole Unbound configuration!

Best DNS Server for Home lab - Pihole Unbound configuration!

CompTIA A+ 1101 2.6 Exam Course Objectives

CompTIA A+ 1101 2.6 Exam Course Objectives

Свой ВПН сервер Vless с собственным сайтом

Свой ВПН сервер Vless с собственным сайтом

Дроны: Атаки на Москву, Работа Оператором, Реальная Стоимость - То, что вам не расскажут в новостях.

Дроны: Атаки на Москву, Работа Оператором, Реальная Стоимость - То, что вам не расскажут в новостях.

ЕОПТ 055 | СВОЙ СЕРВЕР ЗА 5 МИНУТ

ЕОПТ 055 | СВОЙ СЕРВЕР ЗА 5 МИНУТ

Linux DNS Server Configuration for Beginners

Linux DNS Server Configuration for Beginners

Как защитить API: Уязвимости и решения

Как защитить API: Уязвимости и решения

Install and Configure DNS Server in Kali Linux

Install and Configure DNS Server in Kali Linux

Сделайте свой Интернет быстрее и безопаснее с помощью одного трюка!

Сделайте свой Интернет быстрее и безопаснее с помощью одного трюка!

Cyber Kill Chain with Kali Linux Tools Explained

Cyber Kill Chain with Kali Linux Tools Explained

Почему ваш сайт должен весить 14 КБ

Почему ваш сайт должен весить 14 КБ

© 2025 ycliper. Все права защищены.



  • Контакты
  • О нас
  • Политика конфиденциальности



Контакты для правообладателей: [email protected]