50 lines
1.6 KiB
Markdown
50 lines
1.6 KiB
Markdown
---
|
||
tags:
|
||
- upnote-import
|
||
---
|
||
|
||
# AdGuard auf OPNsense installieren
|
||
|
||
Quellen:
|
||
|
||
- [Installation von Adguard Home auf der OPNsense Firewall – Blogger-IT](https://www.blogger-it.de/2023/09/09/installieren-adguard-home-opnsense-anleitung/)
|
||
- [Adguard Home Konfiguration in OPNsense: So stellst du es optimal ein – Blogger-IT](https://www.blogger-it.de/2024/10/08/adguard-konfiguration-opnsense/)
|
||
- [(202) Full Home Network Setup OPNsense & Adguard #adguard #opnsense - YouTube](https://www.youtube.com/watch?v=_JhQn30mqCw)
|
||
|
||
UpStream DNS-Einstellungen:
|
||
|
||
Originalwert
|
||
|
||
```
|
||
https://dns10.quad9.net/dns-query
|
||
```
|
||
|
||
eigener Wert getestet in Home-Assistant
|
||
|
||
```
|
||
quic://unfiltered.adguard-dns.com
|
||
tls://dns.adguard-dns.com
|
||
[/178.168.192.in-addr.arpa/]192.168.178.1
|
||
8.8.8.8
|
||
1.0.0.2
|
||
```
|
||
|
||
eigener Wert Empfehlung von [Adguard Home Konfiguration in OPNsense: So stellst du es optimal ein – Blogger-IT](https://www.blogger-it.de/2024/10/08/adguard-konfiguration-opnsense/)
|
||
|
||
```
|
||
[/home.internal/]192.168.1.1:5353
|
||
https://dns10.quad9.net/dns-query
|
||
https://dns.google/dns-query
|
||
tls://dns.google
|
||
https://dns.quad9.net/dns-query
|
||
tls://dns.quad9.net
|
||
```
|
||
|
||
# Lessons learned
|
||
|
||
Wenn bei der Installation nicht „alle Interfaces“ ausgewählt wird, funktioniert DNS nicht, wenn spätere weitere VLANs hinzukommen. mit 0.0.0.0 kann die Einstellung auf alle geändert werden.
|
||
|
||
Upstrem DNS kann so konfiguriert werden, dass AdGuard auch die Hostnamen der OPNsense auflösen kann. Quelle, [Install AdGuard Home on an OPNsense router | Samuelsson](https://samuelsson.dev/install-adguard-home-on-an-opnsense-router/)
|
||
|
||

|