I'm on pfSense Community Edition 2.4.5-RELEASE-p1
I assigned some static DHCP mappings on one of my LAN interfaces
If I try to reach any one of those static mapped hosts by its Hostname (or by Client Id), pfSense does not resolve its IP address.
I…
I configured unbound DNS on a CentOS server and set a local-zone in it.And I have turned off the firewall on the server.
On Windows I tried to use the nslookup command to verify DNS records in unbound DNS, but the result is: …
I have configured Unbound to use DNS over TLS using the following configuration. How can I configure Unbound to validate the upstream certificate against a hostname?
forward-zone:
name: "."
forward-addr: 1.1.1.1@853
…
Original
I have a complex DNS set-up on my home router that's running Ubuntu servers. My objective is to be able to,
Query my local ISP's DNS for geo leocation sensitive lookups that I care about
dnscrypt-proxy for the majority of look-ups. For…
I installed unbound to use with pihole with this instruction:
https://docs.pi-hole.net/guides/dns/unbound/
It says that I don't need to download root.hints, if I use apt install. Because it would download root.hints automatically with the…
My Unbound configuration contains an entry for domain example.com:
forward-zone:
name: "example.com"
forward-addr: 10.20.30.1
forward-addr: 10.20.30.2
It works fine for the FQDN hello.example.com resolution, but not for…
I have PfSense Home server, with two interfaces, LAN and Wifi with Captive Portal.
DNS Resolver works perfectly for both, I forced redirection dns trafic at WAN Public DNS to the Firewall itself.
And Wifi Guests are only allowed
to :
DNS port 53 to…
I have a Raspberry Pi that is running Bind9 as an authoritative DNS server for a local zone. Every other DNS requests are forwarded to a public DNS server. So Bind9 is listening on port 53 at address 192.168.1.254.
Now I want to install Unbound on…
I recently wanted to setup unbound in place of dnscrypt to resolve queries with my pi-hole on my rasp.
The version of unbound available on Raspbian is 1.6.0 currently.
When activating the options
ssl-upstream: yes
ssl-service-key:…
I have problem with setting up dns server using unbound.
Unbound is set up on freeBSD ('dns.home.local' - 192.168.0.228) and it works, resolving local names (both 'gate' or 'gate.home.local') and forwarding everything else.
If I set up this…
Every time I try to launch the Unbound DNS server via Homebrew Services with the command 'sudo brew services start unbound,' I start seeing log entries of the following form in OS X's 'Console' application…
Suddenly, every .com domain failed DNSSEC validation (regardless of it is signed or not), and normal resolving fails randomly with DNSSEC disabled, for example all youtube videos say "A error occured".
Manually resolving urls with dig or nslookup…
The issue I am facing:
Pi-hole cannot connect to Unbound DNS
What I want to happen
I want to use Pi-hole to filter my network, and Encrypted Unbound as DNS for privacy. I have already set-up both Pi-hole and Unbound, and both seems to be working…
I set up unbound as described in this instruction:
https://docs.pi-hole.net/guides/dns/unbound/
To test unbound, I should use
dig pi-hole.net @127.0.0.1 -p 5335 (gives ok as result)
dig sigfail.verteiltesysteme.net @127.0.0.1 -p 5335 (gives…
Idea: I would like to use unbound DNS installed on the same server as VPN solution, to block ads and similar unwanted sites with DNS for all VPN connections.
Currently unbound is set up for local requests.
How can I set up Strongswan/ipsec to use…