Questions tagged [bind]
BIND is the de facto standard DNS server
338 questions
0
votes
1
answer
53
views
Public DNS Record local override using BIND9 CNAME
I have cPanel & WHM v130.0.14 STANDARD running in an EC2 instance. Trying to setup a reverse proxy with Apache2 by setting a CNAME some.example.com (not the real one) to forward the request to api....
0
votes
1
answer
155
views
BIND9 on Debian refusing to bind to a localhost address
This is on a Debian 12.10 lxc machine.
I'm trying to get bind9/named to listen on a second localhost IP:
/etc/bind/named.conf.options:
options { ...
1
vote
1
answer
197
views
Caching-only bind9, connecting exclusively by tcp outward
On various, mostly security and privacy related reasons, I would be more happy if my caching-only bind9 would only use TCP to make outward connections.
Of course, it should be able to accept and ...
1
vote
1
answer
361
views
BIND9 refusing DNS queries
I cannot for the life of me work out why BIND9 is refusing queries. I have followed so many tutorials and watched so many configuration setup videos, both using Webmin and in the CLI, following them ...
0
votes
1
answer
200
views
Return different DNS results depending on client
I have bind9 running for local LAN DNS. I also have an APT caching server. So, I set up an RPZ file to poison certain domain names and have them resolve to my internal caching server instead. Running ...
0
votes
1
answer
211
views
BIND zones added manually to config file not appearing in Webmin
I‘m just in the process of rebuilding a system which includes BIND and Webmin.
Zone files for BIND are on an external disk, which worked fine on the previous setup.
After installing the server from ...
0
votes
0
answers
540
views
Bind error after update: directory '/var/named' is not writable - But no writing is necessary!
After upgrading a CentOS 7 server to AlmaLinux 9, and BIND along with it, I receive a new error message without changing (bind/named) configuration files:
systemctl status named
× named.service - ...
0
votes
1
answer
265
views
How do I determine the bare minimum Debian package requirements to run BIND9?
I want to create a Debian based DNS Server to run BIND9.
There is plenty of information on package dependencies. but it is all about how to install required packages when installing package-x.y.z. ...
1
vote
0
answers
2k
views
BIND, Kea and Dynamic DNS
I'm working on setting up DNS and DHCP on my homelab network using BIND9 and Kea, and I'm having trouble getting my zone files to update consistently. My setup is BIND 9.18.26 and Kea 2.4.1 on the ...
0
votes
1
answer
167
views
Why am I getting answer with AUTHORITY flag set to zero in BIND DNS Server configuration even though my server is authoritative for that domain?
https://fedoramagazine.org/how-to-setup-a-dns-server-with-bind/
I setup DNS server in bind as per this article
Master=192.168.1.206=master.example.com
Client=192.168.1.3=client.example.com
//
// /etc/...
0
votes
1
answer
640
views
Host name resolution fails on Fedora 39 system
One of my Fedora systems will often fail to do DNS resolution. Both ping host.ext and nslookup host.ext fail.
When I edit /etc/resolv.conf to use nameserver 1.1.1.1 instead of nameserver 127.0.0.53, ...
0
votes
0
answers
92
views
no automatic DNSSEC key rollover
I have a DNSSEC bind server. Everything works just fine - except one little issue: Why there is no automatic ZSK rollover happening?
I thought the bind will generate and install new ZSK keys every 180 ...
0
votes
0
answers
45
views
bind cannot resolve login.live.com
I am using pihole forwarding to bind as a local dns service.
[root@server ~]# cat /etc/redhat-release
CentOS Stream release 8
[root@server ~]# named -v
BIND 9.11.36-RedHat-9.11.36-13.el8 (Extended ...
0
votes
1
answer
376
views
Bind: Delegating a Subdomain With Its Own SOA
OS: Oracle Linux 8.9
Bind version: 9.11.36 (installed from rpm)
I am having trouble creating a subdomain (powerwebappuat.lereta.com) delegated to azure servers. Normally this is not difficult. I would ...
0
votes
1
answer
571
views
BIND zone transfer, failed while receiving responses: NXDOMAIN
After banging my head against this issue for 2 days now I need support from the community just to make sure I am not dense and missing something.
(( Pardon my english, it's not my first language ))
I ...