Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| userdoc:guest_lxc_container_pihole [2020/06/01 03:14] – abelbeck | userdoc:guest_lxc_container_pihole [2026/09/03 12:47] (current) – abelbeck | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Pi-hole is a perfect example to use with AstLinux within a LXC. | Pi-hole is a perfect example to use with AstLinux within a LXC. | ||
| + | |||
| + | **Resource Usage:** (minimum) | ||
| + | * Memory: 50 MB | ||
| + | * Storage: 0.7 GB | ||
| + | \\ | ||
| First, it is assumed the '' | First, it is assumed the '' | ||
| Line 16: | Line 21: | ||
| passwd | passwd | ||
| apt update | apt update | ||
| - | apt install openssh-server iputils-ping curl | + | apt install openssh-server iputils-ping curl git |
| ... | ... | ||
| exit | exit | ||
| Line 39: | Line 44: | ||
| Change Pi-hole WebGUI password: | Change Pi-hole WebGUI password: | ||
| - | / | + | / |
| \\ | \\ | ||
| Line 48: | Line 53: | ||
| # choose " | # choose " | ||
| | | ||
| - | The Pi-hole LXC container uses about 40-50 MB of RAM. | ||
| - | |||
| \\ | \\ | ||
| !!Related Info ->!! **[[userdoc: | !!Related Info ->!! **[[userdoc: | ||
| + | |||
| + | \\ | ||
| + | **Override default DHCP dns-server option** | ||
| + | |||
| + | By default, the DHCP server (dnsmasq) offers the '' | ||
| + | |||
| + | ## Override default dns-server option | ||
| + | dhcp-option=lan, | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | # | ||
| + | |||
| + | Replace the '' | ||
| + | |||
| + | \\ | ||
| + | **Pi-hole Interface Settings Config** | ||
| + | |||
| + | Newer versions (2021/12) of Pi-hole default to " | ||
| + | |||
| + | One solution is to change the Pi-hole Interface Setting from "Allow only local requests" | ||
| + | |||