Configurasi ULO DNS Filtering

 






Configurasi ULO DNS Filtering

1. Install Proxmox 7

2. Gunakan Balena Etcher untuk bootable USB

3. Aktifkan virtualisasi di bios

4. Install Ubuntu 22.10

5. Install pi-hole terbaru

curl -sSL https://install.pi-hole.net | bash


6. Setting DNS Upstream pi-hole 8.8.8.8 8.8.4.4

7. Settings > DNS 

Permit all origins , kemudian save

8. Uji coba client nya menggunakan DNS semisal 192.168.4.101

Pastikan pihole nya resolver


9. Masukan database adult yang akan di blokir

Adlists 

https://v.firebog.net/hosts/Prigent-Adult.txt

StevenBlack

https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts

10. Kita buat firewall, meskipun client mengganti paksa DNS terlarang, tetap kena blokir

jangan lupa ganti to-address dengan ip server DNS pi-hole dan src-address dengan ip server DNS pi-hole


/ip firewall filter

add action=drop chain=forward comment=DNS dst-address-list=securedns dst-port=443,53,853 protocol=tcp src-address-list=!kecuali

add action=drop chain=forward comment=DNS dst-address-list=securedns dst-port=443,53,853 protocol=udp src-address-list=!kecuali


/ip firewall nat

add action=dst-nat chain=dstnat comment=DNS dst-port=53 protocol=tcp src-address-list=!kecuali to-addresses=192.168.4.101 to-ports=53

add action=dst-nat chain=dstnat comment=DNS dst-port=53 protocol=udp src-address-list=!kecuali to-addresses=192.168.4.101 to-ports=53


Part 2 : https://eenpahlefi-banjarmasin.blogspot.com/2022/10/cara-ubah-mode-blocking-mode-pi-hole.html

Part 3 : https://eenpahlefi-banjarmasin.blogspot.com/2022/10/cara-nonaktifkan-database-pi-hole.html

Part 4 : https://eenpahlefi-banjarmasin.blogspot.com/2022/10/cara-configurasi-dns-trust-kominfo-pi-hole.html




0 Response to "Configurasi ULO DNS Filtering"

Post a Comment

Iklan Atas Artikel

Iklan Tengah Artikel 1

Iklan Tengah Artikel 2

Iklan Bawah Artikel