Jump to content

We all heard what Google is doing with Chrome as far as extensions and what this means for some ad blockers. Which I use two, Ghoestery and Ad Blocker Plus. However for a while now I have been consdering Pi Hole, for a couple of reasons. 

1) It reduces the strain on Chrome as a whole. 

2) It works on all of my devices 

3) It has a potential to add a layer of security to all of our devices

4) I hear blocking ads with Pi Hole can reduce data usage (We have a usage cap) 

 

BUT I have some concerns. Firstly we use Hulu Live for Video services as we dont have cable. I would imagine that they would block usage due to an ad blocker, so I need to know how easy is it to White List Domains? How easy is Pi hole to configure and reconfigure as needed? How often do I need to update Pi hole? What kind of hardware do I need? I was thinking Raseberry Pi, do I need the 3b+ model? I hear Pi hole runs very lite. So does that mean a kit with a simple case and power plug would work (No need for heatsinks and fans)? Also as far as data usage goes, how much could I save? 

I just want to sit back and watch the world burn. 

Link to comment
https://linustechtips.com/topic/1026457-pihole-questions/
Share on other sites

Link to post
Share on other sites

1 hour ago, Donut417 said:

BUT I have some concerns. Firstly we use Hulu Live for Video services as we dont have cable. I would imagine that they would block usage due to an ad blocker, so I need to know how easy is it to White List Domains? How easy is Pi hole to configure and reconfigure as needed? How often do I need to update Pi hole? What kind of hardware do I need? I was thinking Raseberry Pi, do I need the 3b+ model? I hear Pi hole runs very lite. So does that mean a kit with a simple case and power plug would work (No need for heatsinks and fans)? Also as far as data usage goes, how much could I save? 

Pi-hole simply blocks domains, that are known to provide advertising or even malware. It has a web GUI, where you can add additional lists for more blocking, but also whitelist or blacklist additional domains on your own, very simple. It could reduce data usage, as some of the advertising material is cut off, but not all of them. Can't give any numbers here though.

 

Installation is one line bash script in terminal (either with display or over SSH). Then you need to configure your network/router to start using Pi-Hole as the DNS server (or also DHCP, if you opt for that). Some basic network knowledge (what are DHCP and DNS, IP addresses) and very little command line understanding is needed. The domain lists are updated automatically by Pi-Hole, new Pi-Hole versions come generally around once every 1-2 months.

 

I run most of my network off a Raspberry Pi 2 - Pi-Hole doing DHCP and DNS, also running OpenVPN for outside access (don't need high speeds, therefore Pi is fine). Just get any of the normal Pi versions (2, 3, 3B+ etc), not the Zero or like that. At the very minimum you need Pi, a microSD card, microUSB power (or PoE hat if you wanna go that route, then you need 3B+) and a network cable. No heatsinks, no fans, nothing. Case is good to have to avoid accidental contacts and keeping most of the dust away.

HAL9000: AMD Ryzen 9 3900x | Noctua NH-D15 chromax.black | 32 GB Corsair Vengeance LPX DDR4 3200 MHz | Asus X570 Prime Pro | ASUS TUF 3080 Ti | 1 TB Samsung 970 Evo Plus + 1 TB Crucial MX500 + 6 TB WD RED | Corsair HX1000 | be quiet Pure Base 500DX | LG 34UM95 34" 3440x1440

Hydrogen server: Intel i3-10100 | Cryorig M9i | 64 GB Crucial Ballistix 3200MHz DDR4 | Gigabyte B560M-DS3H | 33 TB of storage | Fractal Design Define R5 | unRAID 6.9.2

Carbon server: Fujitsu PRIMERGY RX100 S7p | Xeon E3-1230 v2 | 16 GB DDR3 ECC | 60 GB Corsair SSD & 250 GB Samsung 850 Pro | Intel i340-T4 | ESXi 6.5.1

Big Mac cluster: 2x Raspberry Pi 2 Model B | 1x Raspberry Pi 3 Model B | 2x Raspberry Pi 3 Model B+

Link to comment
https://linustechtips.com/topic/1026457-pihole-questions/#findComment-12237577
Share on other sites

Link to post
Share on other sites

On 1/27/2019 at 12:38 PM, jj9987 said:

Pi-hole simply blocks domains, that are known to provide advertising or even malware. It has a web GUI, where you can add additional lists for more blocking, but also whitelist or blacklist additional domains on your own, very simple. It could reduce data usage, as some of the advertising material is cut off, but not all of them. Can't give any numbers here though.

 

Installation is one line bash script in terminal (either with display or over SSH). Then you need to configure your network/router to start using Pi-Hole as the DNS server (or also DHCP, if you opt for that). Some basic network knowledge (what are DHCP and DNS, IP addresses) and very little command line understanding is needed. The domain lists are updated automatically by Pi-Hole, new Pi-Hole versions come generally around once every 1-2 months.

 

I run most of my network off a Raspberry Pi 2 - Pi-Hole doing DHCP and DNS, also running OpenVPN for outside access (don't need high speeds, therefore Pi is fine). Just get any of the normal Pi versions (2, 3, 3B+ etc), not the Zero or like that. At the very minimum you need Pi, a microSD card, microUSB power (or PoE hat if you wanna go that route, then you need 3B+) and a network cable. No heatsinks, no fans, nothing. Case is good to have to avoid accidental contacts and keeping most of the dust away.

One last question. How much power does a Raspberry Pi use? I mean could I power it off the USB port of my Synology RT2600 AC ? 

I just want to sit back and watch the world burn. 

Link to comment
https://linustechtips.com/topic/1026457-pihole-questions/#findComment-12242574
Share on other sites

Link to post
Share on other sites

2 hours ago, Donut417 said:

One last question. How much power does a Raspberry Pi use? I mean could I power it off the USB port of my Synology RT2600 AC ? 

Pi 2 uses 5v@2a and Pi 3 can pull 5v@2.5a both at full load with USB accessories. So look at the specs and see its max pull. So yes, its its just the Pi, no problem.

Link to comment
https://linustechtips.com/topic/1026457-pihole-questions/#findComment-12242939
Share on other sites

Link to post
Share on other sites

16 hours ago, Donut417 said:

One last question. How much power does a Raspberry Pi use? I mean could I power it off the USB port of my Synology RT2600 AC ? 

13 hours ago, mynameisjuan said:

Pi 2 uses 5v@2a and Pi 3 can pull 5v@2.5a both at full load with USB accessories. So look at the specs and see its max pull. So yes, its its just the Pi, no problem.

Yeap, 5V@2A is the very maximum, so 10W. My Pi 2 uses 2.4W at most on boot and stays around 2.0W during use (there is no heavy load on it).

HAL9000: AMD Ryzen 9 3900x | Noctua NH-D15 chromax.black | 32 GB Corsair Vengeance LPX DDR4 3200 MHz | Asus X570 Prime Pro | ASUS TUF 3080 Ti | 1 TB Samsung 970 Evo Plus + 1 TB Crucial MX500 + 6 TB WD RED | Corsair HX1000 | be quiet Pure Base 500DX | LG 34UM95 34" 3440x1440

Hydrogen server: Intel i3-10100 | Cryorig M9i | 64 GB Crucial Ballistix 3200MHz DDR4 | Gigabyte B560M-DS3H | 33 TB of storage | Fractal Design Define R5 | unRAID 6.9.2

Carbon server: Fujitsu PRIMERGY RX100 S7p | Xeon E3-1230 v2 | 16 GB DDR3 ECC | 60 GB Corsair SSD & 250 GB Samsung 850 Pro | Intel i340-T4 | ESXi 6.5.1

Big Mac cluster: 2x Raspberry Pi 2 Model B | 1x Raspberry Pi 3 Model B | 2x Raspberry Pi 3 Model B+

Link to comment
https://linustechtips.com/topic/1026457-pihole-questions/#findComment-12244537
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×