diff options
| author | Ahmed AbdelHalim <[email protected]> | 2026-07-08 03:32:42 +0200 |
|---|---|---|
| committer | Ahmed AbdelHalim <[email protected]> | 2026-07-08 03:32:42 +0200 |
| commit | 222cafd9672354da0347e28afaf004fa8cef96b8 (patch) | |
| tree | 26ce42e8a55971dc5bbf11ba25a1984014f4f65f /roles/pihole | |
| parent | db1d359a33d2871b57ca850c8943cc123d24e1f5 (diff) | |
Refactor network role
Remove static IPv6 support from network role — all hosts use SLAAC
(method=auto). Simplifies NM templates, argument_specs, and resolved.conf.
gateway sysctl accept_ra=2 is now unconditional when gateway_enabled.
Co-authored-by: Claude.ai
Diffstat (limited to 'roles/pihole')
| -rw-r--r-- | roles/pihole/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/roles/pihole/README.md b/roles/pihole/README.md index 65f16274..c690dffb 100644 --- a/roles/pihole/README.md +++ b/roles/pihole/README.md @@ -63,12 +63,10 @@ This role configure the [pihole](https://github.com/pi-hole/pi-hole) DNS Sinkhol - Router advertisement enable in the LAN > ✅ - Always assign ULA addresses > ✅ - Set ULA prefix > https://www.unique-local-ipv6.com/ example: `fd00:1234:5678::` > ✅ - - Restart the Pi to obtain a new ULA address - (or run `sudo ip link set {{ network_interface }} down && sudo ip link set {{ network_interface }} up`) - - Run `ip address | grep "inet6 fd"` on the Pi to obtain the new IPv6 address + - This FRITZ!Box provides the standard internet connection > Low - DNSv6 Server in the Home Network > - Also announce DNSv6 server via router advertisement (RFC5006) > ✅ - - Local DNSv6 Server > {{ pihole_ipv6 }} + - Local DNSv6 Server > {{ pihole_ipv6 `ip address | grep "inet6 fd"`}} - DHCPv6 Server in the home network > - Disable DHCPv6 server in the FRITZ!Box for the home network > ✅ - There are no other DHCPv6 servers in the home network. > ✅ |
