Pengertian
Latar Belakang
Alat dan Bahan
PC Server
PC Laptop
Koneksi Internet
Jangka Waktu Pelaksanaan
Tahap Pelaksanaan
root@debian:/home/febri# iptables -t nat -I PREROUTING -p tcp -m tcp --dport 53 -j DNAT --to-destination 180.131.144.144:53
root@debian:/home/febri# iptables -t nat -I PREROUTING -p udp -m udp --dport 53 -j DNAT --to-destination 180.131.144.144:53
root@debian:/home/febri# iptables -t nat -I PREROUTING -p tcp -m tcp --dport 53 -j DNAT --to-destination 180.131.144.145:53
root@debian:/home/febri# iptables -t nat -I PREROUTING -p udp -m udp --dport 53 -j DNAT --to-destination 180.131.144.145:53
Agar iptables diatas tidak hilang setelah di reboot, dapat disimpan di file /etc/rc.local .
Perintah perintah diatas digunakan untuk meredirect setiap DNS baik yang menggunakan protokol UDP maupun TCP yang melalui debian ke DNS Nawala. Sekarang, jaringan internet anda terfilter dengan aman karena situs situs terlarang sudah terblokir.
Finish
Kesimpulan
Referensi
Sekian artikel tentang Cara Redirect DNS Ke DNS Nawala untuk Internet yang Secure Pada Debian 8 Jessie . Semoga bermanfaat bagi teman teman.
Terimakasih
0 comments