Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[HowTo] Pi-Hole network wide ad-blocking on XBian
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
[HowTo] Pi-Hole network wide ad-blocking on XBian
8th May, 2017, 06:15 AM (This post was last modified: 8th May, 2017 06:36 AM by deHakkelaar.)
Post: #1
deHakkelaar Offline
Administrator
******
Posts: 360
Joined: Dec 2012
Reputation: 23
[HowTo] Pi-Hole network wide ad-blocking on XBian
For info about Pi-Hole:
https://pi-hole.net/

This HowTo was performed on a Raspberry Pi B+.
A plain Raspberry Pi B was tested too but was OOMing allot.

Terminal
$ cat /etc/debian_version
9.0

Terminal
$ uname -r -m
4.9.20+ armv6l

Code:
### 1. Stop Kodi(former XBMC):
sudo stop xbmc

### 2. Configure a static IP address using below one because XBian is not using
###    "/etc/dhcpcd.conf" that Pi-Hole is using to set static IP:
###    *Might need a reboot so after, stop Kodi again(step 1) to continue.
sudo xbian-config

### 3. Create missing symlink needed by the pihole-FTL daemon:
sudo ln -s /lib/arm-linux-gnueabihf/ld-linux.so.3 /lib/ld-linux.so.3

### 4. Install curl:
sudo apt install curl

### 5. Run the Pi-Hole installer:
curl -sSL https://install.pi-hole.net | bash

### 6. Have the "pihole-FTL" daemon start at boot as XBian uses "Upstart" as init:
sudo update-rc.d pihole-FTL defaults

### 7. Reboot:
sudo reboot

### 8. Point your browser on the client to the Pi-Hole web GUI:
###      http://<PI-HOLE_IP_ADDRESS>/admin
###    Or if configured DHCP/DNS properly:
###      http://pi.hole/admin

There are only 10 types of people in the world: those who understand binary, and those who don't
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


Messages In This Thread
[HowTo] Pi-Hole network wide ad-blocking on XBian - deHakkelaar - 8th May, 2017 06:15 AM
RE: [HowTo] Pi-Hole ad-blocking on XBian - deHakkelaar - 8th May, 2017, 06:15 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 23rd May, 2017, 04:44 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 25th May, 2017, 01:46 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Nachteule - 25th May, 2017, 03:10 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 26th May, 2017, 02:32 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - deHakkelaar - 30th May, 2017, 05:39 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 31st May, 2017, 02:27 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 2nd Jul, 2017, 11:08 PM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Nachteule - 3rd Jul, 2017, 12:23 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Nachteule - 3rd Jul, 2017, 12:32 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 3rd Jul, 2017, 01:48 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Nachteule - 3rd Jul, 2017, 02:19 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 5th Jul, 2017, 05:45 PM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Nachteule - 5th Jul, 2017, 07:51 PM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 6th Jul, 2017, 09:45 PM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Nachteule - 7th Jul, 2017, 03:48 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - Skywatch - 7th Jul, 2017, 04:19 AM
RE: [HowTo] Pi-Hole network wide ad-blocking on XBian - deHakkelaar - 15th Jul, 2017, 06:27 AM

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 16th Jun, 2025, 08:54 AM Powered By MyBB, © 2002-2025 MyBB Group.