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…
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…
My RaspberryPi with PiHole and Unbound worked for years but since around 2 weeks ago some domain regions are not being resolved consistently. Domains ending on .ar, .co and .mx are not getting resolved while domains like .cl are never a problem. I…
I have an openwrt router and I decided to install unbound on it as a dns/ads block server. So far, so good. my dns server is listening on two interfaces. Since I have some PCs and NAS in my private network, I decided to create domain names ...…
I've been setting up a linux server on my home network. Here's roughly my project:
Setup a local DNS server
Setup a local cache / web server
Setup a file server
Probably something else when the need arises
I got most of the way through without too…
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…