Request beberapa teman yang kesulitan instalasi pi-hole di Centos OS, berikut catatan nya…cekidot!
Instalasi minimal centos 7, sudah tersambung ke internet dan menjalankan ‘yum update’ tanpa masalah.
Lanjutkan dengan command berikut :
yum install -y wget yum-utils
wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
wget https://rpms.remirepo.net/enterprise/remi-release-7.rpm
yum install -y remi-release-7.rpm epel-release-latest-7.noarch.rpm
yum update -y
hostname -f > /etc/hostname
curl -sSL https://install.pi-hole.net | sed s/’procps-ng’/’procps’/g | sed s/’nmap-ncat’/’nc’/g | bash
chown root:lighttpd /var/lib/php/ -R
service lighttpd start
service dnsmasq start
service pihole-FTL start
reboot
Silakan ujicoba dengan mengarahkan dns pada laptop/pc anda menuju ke ip server pi-hole, selamat mencoba!
(sumber : https://github.com/pi-hole/pi-hole/issues/1110)
Leave a Reply
You must be logged in to post a comment.