Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
pihole [2021/03/24 16:23] Stephane de Labrusse |
pihole [2022/02/15 19:30] Stephane de Labrusse |
||
---|---|---|---|
Line 8: | Line 8: | ||
Pi-hole has the ability to block traditional website advertisements as well as advertisements in unconventional places, such as smart TVs and mobile operating system advertisements. | Pi-hole has the ability to block traditional website advertisements as well as advertisements in unconventional places, such as smart TVs and mobile operating system advertisements. | ||
- | nethserver-pihole relie on nethserver-docker, | + | nethserver-pihole relie on nethserver-docker, |
====Maintainer==== | ====Maintainer==== | ||
Line 22: | Line 22: | ||
===aqua=== | ===aqua=== | ||
- | if you have decided to use the '' | + | if you have decided to use the '' |
+ | |||
+ | '' | ||
+ | |||
+ | <WRAP center round tip 60%> | ||
+ | The aqua network got a cons, the DNS requests are seen from the NethServer, you cannot know which host is initiating the request | ||
+ | </ | ||
+ | |||
+ | * We have to set the network of the pihole container, do: | ||
+ | |||
+ | < | ||
+ | config setprop pihole piholeNetwork aqua | ||
+ | </ | ||
+ | |||
+ | go to create the container, please jump to the next [[pihole# | ||
+ | |||
+ | Once the container is up | ||
+ | * Go to the cockpit dashboard, set the IP of the primary DNS server to the IP '' | ||
+ | * Then use NethServer as the DNS server of your network (by adding it manually in each host or by DHCP) | ||
===Macvlan=== | ===Macvlan=== | ||
Line 47: | Line 66: | ||
config setprop pihole piholeNetwork macvlan piholeMacVlanIP 192.168.1.234 | config setprop pihole piholeNetwork macvlan piholeMacVlanIP 192.168.1.234 | ||
</ | </ | ||
+ | |||
+ | go to create the container, please jump to the next [[pihole# | ||
+ | |||
=== Aeria === | === Aeria === | ||
- | if you have decided to use the '' | + | if you have decided to use the '' |
To create the AERIA network please review https:// | To create the AERIA network please review https:// | ||
Line 67: | Line 89: | ||
'' | '' | ||
+ | |||
+ | go to create the container, please jump to the next [[pihole# | ||
=== Create the container === | === Create the container === | ||
Line 91: | Line 115: | ||
< | < | ||
- | config setprop | + | config setprop |
</ | </ | ||
Line 125: | Line 149: | ||
< | < | ||
config setprop pihole DNS1 185.228.168.10 DNS2 185.228.169.11 | config setprop pihole DNS1 185.228.168.10 DNS2 185.228.169.11 | ||
- | |||
</ | </ | ||
Line 133: | Line 156: | ||
< | < | ||
signal-event nethserver-pihole-update | signal-event nethserver-pihole-update | ||
- | |||
</ | </ | ||
Line 159: | Line 181: | ||
==== Where to start ==== | ==== Where to start ==== | ||
+ | * for '' | ||
Once installed pihole is available at the ip of the container, to find it do '' | Once installed pihole is available at the ip of the container, to find it do '' | ||
+ | * for '' | ||
+ | |||
+ | Once installed pihole is available at the https:// | ||
====Making devices use Pi-hole==== | ====Making devices use Pi-hole==== |